Package org.apache.lucene.analysis.pt
Class PortugueseLightStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.pt.PortugueseLightStemmer
-
public class PortugueseLightStemmer extends java.lang.Object
Light Stemmer for PortugueseThis stemmer implements the "UniNE" algorithm in: Light Stemming Approaches for the French, Portuguese, German and Hungarian Languages Jacques Savoy
-
-
Constructor Summary
Constructors Constructor Description PortugueseLightStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
-