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