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