Package org.apache.lucene.analysis.de
Class GermanStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.de.GermanStemmer
-
public class GermanStemmer extends Object
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 at isst.fhg.de).
-
-
Constructor Summary
Constructors Constructor Description GermanStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
stem(String term)
Stemms the given term to an uniquediscriminator
.
-