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