angelinn / dotnet-bulgarian-stemmer

Bulgarian stemmer implementation in .NET Standard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bulgarian stemmer in .NET Standard

Stemmer

Bulgarian stemmer implementation of BULSTEM of Preslav Nakov.

Sample usage

BulgarianStemmer stemmer = new BulgarianStemmer();
stemmer.LoadRules();

string stemmed = stemmer.Stem('уникален');
// Do something with stemmed word...

Analyzer

This project also includes an analyzer for Lucene.NET version 4.8.0 implementing the stemmer, which is not finished. It needs some work to be functional.

License

This project is licensed under the terms of the MIT license.

About

Bulgarian stemmer implementation in .NET Standard

License:MIT License


Languages

Language:C# 100.0%