|
||||||||||
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.LuceneGermanStemmer
This class implements LuceneGermanStemmer as the stemmer for the construction of a StemmingGermaNetObject.
Constructor Summary | |
LuceneGermanStemmer()
|
Method Summary | |
java.util.HashMap |
stem(java.util.ArrayList words)
This method implements the inherited method "stem(ArrayList words)" from class "org.eml.sir.util.Stemmer". |
java.lang.String |
stem(java.lang.String word)
This method implements the inherited method "stem(String word)" from class "org.eml.sir.util.Stemmer". |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LuceneGermanStemmer()
Method Detail |
public java.lang.String stem(java.lang.String word)
stem
in class Stemmer
Stemmer.stem(java.lang.String)
public java.util.HashMap stem(java.util.ArrayList words)
stem
in class Stemmer
words
- ArrayList of Strings.
Stemmer.stem(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |