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