Package org.apache.lucene.analysis.id
Class IndonesianStemmer
- java.lang.Object
-
- org.apache.lucene.analysis.id.IndonesianStemmer
-
public class IndonesianStemmer extends java.lang.Object
Stemmer for Indonesian.Stems Indonesian words with the algorithm presented in: A Study of Stemming Effects on Information Retrieval in Bahasa Indonesia, Fadillah Z Tala. http://www.illc.uva.nl/Publications/ResearchReports/MoL-2003-02.text.pdf
-
-
Constructor Summary
Constructors Constructor Description IndonesianStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
stem(char[] text, int length, boolean stemDerivational)
Stem a term (returning its new length).
-