Class 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).

    • Constructor Summary

      Constructors 
      Constructor Description
      GermanStemmer()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GermanStemmer

        public GermanStemmer()