Class FrenchMinimalStemmer

java.lang.Object
org.apache.lucene.analysis.fr.FrenchMinimalStemmer

public class FrenchMinimalStemmer extends Object
Light Stemmer for French.

This stemmer implements the following algorithm: A Stemming procedure and stopword list for general French corpora. Jacques Savoy.

  • Constructor Details

    • FrenchMinimalStemmer

      public FrenchMinimalStemmer()
  • Method Details

    • stem

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