public interface Stemmer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
stem(java.lang.String word)
Provides a stem for the given word.
|
java.lang.String stem(java.lang.String word) throws TextConversionException
word
- the word for which to provide the stemTextConversionException
- if there was an error stemming the word