Class GermanLightStemmer


  • public class GermanLightStemmer
    extends java.lang.Object
    Light Stemmer for German.

    This stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int stem​(char[] s, int len)  
      • Methods inherited from class java.lang.Object

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

      • GermanLightStemmer

        public GermanLightStemmer()
    • Method Detail

      • stem

        public int stem​(char[] s,
                        int len)