Class FrenchLightStemmer

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

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 Details

    • FrenchLightStemmer

      FrenchLightStemmer()
  • Method Details

    • stem

      int stem(char[] s, int len)
    • norm

      private int norm(char[] s, int len)