Class FrenchStemmer


  • @Deprecated
    public class FrenchStemmer
    extends java.lang.Object
    Deprecated.
    Use FrenchStemmer instead, which has the same functionality. This filter will be removed in Lucene 4.0
    A stemmer for French words.

    The algorithm is based on the work of Dr Martin Porter on his snowball project
    refer to http://snowball.sourceforge.net/french/stemmer.html
    (French stemming algorithm) for details

    • Constructor Summary

      Constructors 
      Constructor Description
      FrenchStemmer()
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FrenchStemmer

        public FrenchStemmer()
        Deprecated.