Package com.xpn.xwiki.plugin.autotag
Class FrenchStemmer
- java.lang.Object
-
- com.xpn.xwiki.plugin.autotag.FrenchStemmer
-
public class FrenchStemmer extends Object
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- Version:
- $Id: 9f9b6e561d89de891c8416cb1c70249e5893817e $
- Author:
- Patrick Talbot
-
-
Constructor Summary
Constructors Constructor Description FrenchStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
stem(String term)
Stemms the given term to a uniquediscriminator
.
-