public class FrenchStemmer
extends java.lang.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() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
stem(java.lang.String term)
Stems the given term to a unique discriminator.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.