|
|
Class Description
|
|
|
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 (joerg.caumanns@isst.fhg.de).
|
Class Variables
|
|
|
None declared in this class.
|
Instance Variables
|
|
|
None declared in this class.
|
Constructors
|
|
|
GermanStemmer
public GermanStemmer(
)
No description available for this constructor.
|
Class Methods
|
|
|
None declared in this class.
|
Instance Methods
|
|
|
stem
protected String stem(
String term
)
Stemms the given term to an unique discriminator.
|
|
|