Class FrenchMinimalStemmer


  • public class FrenchMinimalStemmer
    extends java.lang.Object
    Light Stemmer for French.

    This stemmer implements the following algorithm: A Stemming procedure and stopword list for general French corpora. 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

      • FrenchMinimalStemmer

        public FrenchMinimalStemmer()
    • Method Detail

      • stem

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