public interface IStemmer
Modifier and Type | Method and Description |
---|---|
CharSequence |
stem(CharSequence word)
Returns the base form of the provided word or
null if the base form
cannot be determined. |
CharSequence stem(CharSequence word)
null
if the base form
cannot be determined. In the latter case, the base form will be assumed to be the
same as the original word.