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 | Description |
|---|---|
GermanStemmer() |
| Modifier and Type | Method | Description |
|---|---|---|
protected String |
stem(String term) |
Stemms the given term to an unique discriminator.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.