public class IndonesianStemmer extends Object
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 and Description |
|---|
IndonesianStemmer() |
| Modifier and Type | Method and Description |
|---|---|
int |
stem(char[] text,
int length,
boolean stemDerivational)
Stem a term (returning its new length).
|
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.