Skip to content

A word stemmer in C#

A stemmer (Annytab Stemmer) is a code library written in C # that can be used to get the stem from a word. A stemmer can be used to make searches more efficient. You can get more relevant search results by using the stem in a word instead of the whole word.

A stemmer supports 12 languages and one default stemmer. The default stemmer (DefaultStemmer) can be used for languages that not are supported. The default stemmer does not do any stemming at all.

Supported languages: Danish, Dutch, English, Finnish, French, German, Italian, Norwegian, Portuguese, Romanian, Spanish and Swedish.

A stemmer has been tested in extensive tests with more than 20000 words in each test.

Download a-stemmer

Leave a Reply

Your email address will not be published. Required fields are marked *