Package opennlp.tools.stemmer
Interface Stemmer
-
- All Known Implementing Classes:
PorterStemmer,SnowballStemmer
public interface StemmerThe stemmer is reducing a word to its stem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequencestem(CharSequence word)
-
-
-
Method Detail
-
stem
CharSequence stem(CharSequence word)
-
-