Interface IStemmer
The stemmer is reducing a word to its stem.
public interface IStemmer
Methods
Stem(string)
string Stem(string word)
Parameters
wordstring
The stemmer is reducing a word to its stem.
public interface IStemmer
string Stem(string word)
word string