Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightowl888/morfologik.stemming


https://github.com/nightowl888/morfologik.stemming

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

Morfologik
=========

[![Nuget](https://img.shields.io/nuget/dt/Morfologik.Stemming)](https://www.nuget.org/packages/Morfologik.Stemming)
[![Azure DevOps builds (branch)](https://img.shields.io/azure-devops/build/NightOwl888/Morfologik.Stemming/2/main)](https://dev.azure.com/NightOwl888/Morfologik.Stemming/_build?definitionId=2)
[![GitHub](https://img.shields.io/github/license/NightOwl888/Morfologik.Stemming)](https://github.com/NightOwl888/Morfologik.Stemming/blob/main/LICENSE.txt)

Tools for finite state atomata construction and dictionary-based morphological dictionaries.

Morphosyntactic dictionary for the Polish language.

This is a C# port of the [Java morfologik-stemming](https://github.com/morfologik/morfologik-stemming) library. See the original project's wiki for [documentation and usage examples](https://github.com/morfologik/morfologik-stemming/wiki/Examples).

> NOTE: This project contains only the libraries for FSA reading. We recommend using the CLI tools in Java for building the FSA files. This project is compatible with the FSA files produced in Java.

## Building and Testing

To build the project from source, see the [Building and Testing documentation](https://github.com/NightOwl888/Morfologik.Stemming/blob/main/docs/building-and-testing.md).

## Saying Thanks

If you find this library to be useful, please star us [on GitHub](https://github.com/NightOwl888/Morfologik.Stemming/) and consider a financial sponsorship so we can continue bringing you great free tools like this one.

[![GitHub Sponsors](https://img.shields.io/badge/-Sponsor-fafbfc?logo=GitHub%20Sponsors)](https://github.com/sponsors/NightOwl888)