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