Package org.apache.lucene.analysis.fr
Class FrenchStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.fr.FrenchStemmer
-
@Deprecated public class FrenchStemmer extends Object
Deprecated.UseFrenchStemmer
instead, which has the same functionality. This filter will be removed in Lucene 5.0A 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
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected String
stem(String term)
Deprecated.Stems the given term to a unique discriminator.
-