public class GermanStemmer extends 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 String |
stem(String term)
Stemms the given term to an unique discriminator.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.