|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.fr.FrenchStemmer
public class FrenchStemmer
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 | |
---|---|
FrenchStemmer()
|
Method Summary | |
---|---|
protected java.lang.String |
stem(java.lang.String term)
Stems the given term to a unique discriminator. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FrenchStemmer()
Method Detail |
---|
protected java.lang.String stem(java.lang.String term)
term
- java.langString The term that should be stemmed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |