Package opennlp.tools.stemmer.snowball
Class arabicStemmer
- java.lang.Object
-
- opennlp.tools.stemmer.snowball.arabicStemmer
-
public class arabicStemmer extends Object
This class was automatically generated by a Snowball to Java compiler It implements the stemming algorithm defined by a snowball script.
-
-
Constructor Summary
Constructors Constructor Description arabicStemmer()
-
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()
-