org.apache.lucene.analysis.fr
Class 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
protected String | stem(String term) - Stemms the given term to a unique discriminator.
|
stem
protected String stem(String term)
Stemms the given term to a unique discriminator.
term
- java.langString The term that should be stemmed
- java.lang.String Discriminator for term
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.