GermanStemmer

A stemmer for German words.

The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words".

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun stem(term: String): String

Stems the given term to a unique discriminator.