Class GermanStemmer

java.lang.Object
  extended by Stemmer
      extended by GermanStemmer
All Implemented Interfaces:
java.io.Serializable

public class GermanStemmer
extends Stemmer

A stemmer for German words. The algorithm is based on the report "A Fast and Simple Stemming Algorithm for German Words" by Joerg Caumanns ([email protected]). Changed stem() from protected to public. Changed coding for umlaute to unicode.

Version:
$Id: GermanStemmer.java,v 1.1 2004/12/15 01:13:54 mdewsnip Exp $
Author:
Gerhard Schwarz
See Also:
Serialized Form

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

Constructor Detail

GermanStemmer

public GermanStemmer()
Method Detail

stem

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

Specified by:
stem in class Stemmer
Parameters:
term - The term that should be stemmed.
Returns:
Discriminator for term