|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eml.sir.util.Stemmer
Class whose instances can stem words.
| Constructor Summary | |
Stemmer()
|
|
| Method Summary | |
abstract java.util.HashMap |
stem(java.util.ArrayList words)
Stem a list of words. |
abstract java.lang.String |
stem(java.lang.String word)
Stem a single word. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Stemmer()
| Method Detail |
public abstract java.lang.String stem(java.lang.String word)
public abstract java.util.HashMap stem(java.util.ArrayList words)
words - ArrayList of Strings.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||