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