Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightowl888/morfologik.stemming
https://github.com/nightowl888/morfologik.stemming
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nightowl888/morfologik.stemming
- Owner: NightOwl888
- License: apache-2.0
- Created: 2019-12-02T12:12:50.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T13:50:13.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T17:52:28.056Z (8 days ago)
- Language: C#
- Size: 2.94 MB
- Stars: 2
- Watchers: 7
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE.txt
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)