Class GermanStemmer
This class implements the stemming algorithm defined by a snowball script. Generated by Snowball 2.0.0 - https://snowballstem.org/
public class GermanStemmer : AbstractSnowballStemmer
- Inheritance
-
GermanStemmer
- Inherited Members
Constructors
GermanStemmer()
Initializes a new instance of the GermanStemmer class.
public GermanStemmer()
Methods
stem()
Calls the stemmer to process the next word.
protected override bool stem()