|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eml.sir.util.Stemmer
org.eml.sir.util.IdentityStemmer
Stemmer which returns the input String as the result.
| Constructor Summary | |
IdentityStemmer()
Create a new instance of IdentityStemmer. |
|
| Method Summary | |
java.util.HashMap |
stem(java.util.ArrayList words)
Return a Hashmap with each word as key and value. |
java.lang.String |
stem(java.lang.String word)
Return the word as stem. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public IdentityStemmer()
| Method Detail |
public java.lang.String stem(java.lang.String word)
stem in class Stemmerpublic java.util.HashMap stem(java.util.ArrayList words)
stem in class Stemmerwords - ArrayList of Strings.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||