Class FrenchLightStemmer


  • public class FrenchLightStemmer
    extends Object
    Light Stemmer for French.

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

    • Constructor Detail

      • FrenchLightStemmer

        public FrenchLightStemmer()
    • Method Detail

      • stem

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