MihaiValentin / lunr-languages

A collection of languages stemmers and stopwords for Lunr Javascript library
Other
431 stars 163 forks source link

Kazakh support #61

Open brockfanning opened 4 years ago

brockfanning commented 4 years ago

I would like to implement the Kazakh language. The only stemmers I've been able to find, though, are simple suffix removers, like this: https://github.com/maximgorbatyuk/Kazakh-Stemmer-Elasticsearch-Plugin/blob/master/src/main/java/org/elasticsearch/plugin/KazakhStemmerTokenFilter.java

I'm going to get my feet wet with Armenian (#60) but hope to tackle this next. As always, if anyone has already done this, I welcome any information.