Package org.apache.lucene.analysis.pt
Class PortugueseMinimalStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.pt.RSLPStemmerBase
-
- org.apache.lucene.analysis.pt.PortugueseMinimalStemmer
-
public class PortugueseMinimalStemmer extends RSLPStemmerBase
Minimal Stemmer for PortugueseThis follows the "RSLP-S" algorithm presented in: A study on the Use of Stemming for Monolingual Ad-Hoc Portuguese Information Retrieval (Orengo, et al) which is just the plural reduction step of the RSLP algorithm from A Stemming Algorithm for the Portuguese Language, Orengo et al.
- See Also:
RSLPStemmerBase
-
-
Constructor Summary
Constructors Constructor Description PortugueseMinimalStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] s, int len)
-