org.apache.lucene.analysis.de
Class GermanStemmer

java.lang.Object
  extended by 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 at isst.fhg.de).

Version:
$Id: GermanStemmer.java 472959 2006-11-09 16:21:50Z yonik $
Author:
Gerhard Schwarz

Constructor Summary
GermanStemmer()
           
 
Method Summary
protected  java.lang.String stem(java.lang.String term)
          Stemms the given term to an unique discriminator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GermanStemmer

public GermanStemmer()
Method Detail

stem

protected java.lang.String stem(java.lang.String term)
Stemms the given term to an unique discriminator.

Parameters:
term - The term that should be stemmed.
Returns:
Discriminator for term


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.