Package opennlp.tools.stemmer.snowball
Class indonesianStemmer
- java.lang.Object
-
- opennlp.tools.stemmer.snowball.indonesianStemmer
-
public class indonesianStemmer extends Object
This class implements the stemming algorithm defined by a snowball script.
-
-
Field Summary
Fields Modifier and Type Field Description static indonesianStemmer
methodObject
-
Constructor Summary
Constructors Constructor Description indonesianStemmer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCurrent()
Get the current string.int
hashCode()
void
setCurrent(String value)
Set the current string.boolean
stem()
-
-
-
Field Detail
-
methodObject
public static final indonesianStemmer methodObject
-
-