-
public interface StemmerInterface for a stemmer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringstem(String word)Stems a word.
-
public interface Stemmer
| Modifier and Type | Method | Description |
|---|---|---|
String |
stem(String word) |
Stems a word.
|