Class FrenchLightStemmer


  • public class FrenchLightStemmer
    extends java.lang.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

    • 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

      • FrenchLightStemmer

        public FrenchLightStemmer()
    • Method Detail

      • stem

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