org.apache.lucene.analysis.de
Class GermanStemmer
java.lang.Object
org.apache.lucene.analysis.de.GermanStemmer
public class GermanStemmer
extends java.lang.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@isst.fhg.de).
$Id: GermanStemmer.java,v 1.11 2004/05/30 20:24:20 otis Exp $protected String | stem(String term) - Stemms the given term to an unique discriminator.
|
stem
protected String stem(String term)
Stemms the given term to an unique discriminator.
term
- The term that should be stemmed.
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.