|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectStemmer
GermanStemmer
public class GermanStemmer
A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by Joerg 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 |
|---|
equals, 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 Stemmerterm - The term that should be stemmed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||