| Constructor and Description |
|---|
IdentityStemmer() |
| 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. |
public CharSequence stem(CharSequence word)
IStemmernull 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.