FrenchStemmer
instead,
which has the same functionality. This filter will be removed in Lucene 5.0@Deprecated public class FrenchStemmer extends Object
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 and Description |
---|
FrenchStemmer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected String |
stem(String term)
Deprecated.
Stems the given term to a unique discriminator.
|
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.