Class GermanMinimalStemmer


  • public class GermanMinimalStemmer
    extends Object
    Minimal Stemmer for German.

    This stemmer implements the following algorithm: Morphologie et recherche d'information Jacques Savoy.

    • Constructor Detail

      • GermanMinimalStemmer

        public GermanMinimalStemmer()
    • Method Detail

      • stem

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