|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--Stemmer | +--GermanStemmer
A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by J�rg Caumanns ([email protected]). Changed stem() from protected to public. Changed coding for umlaute to unicode.
Constructor Summary | |
GermanStemmer()
|
Method Summary | |
java.lang.String |
stem(java.lang.String term)
Stemms the given term to an unique discriminator. |
Methods inherited from class Stemmer |
stemString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GermanStemmer()
Method Detail |
public java.lang.String stem(java.lang.String term)
stem
in class Stemmer
term
- The term that should be stemmed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |