public class GermanStemmer
extends java.lang.Object
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 and Description |
---|
GermanStemmer() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
stem(java.lang.String term)
Stemms the given term to an unique discriminator.
|
Copyright © 2000–2019 The Apache Software Foundation. All rights reserved.