Package opennlp.tools.stemmer.snowball
Class SnowballStemmer
- java.lang.Object
-
- opennlp.tools.stemmer.snowball.SnowballStemmer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SnowballStemmer.ALGORITHM
-
Constructor Summary
Constructors Constructor Description SnowballStemmer(SnowballStemmer.ALGORITHM algorithm)
SnowballStemmer(SnowballStemmer.ALGORITHM algorithm, int repeat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CharSequence
stem(CharSequence word)
-
-
-
Constructor Detail
-
SnowballStemmer
public SnowballStemmer(SnowballStemmer.ALGORITHM algorithm, int repeat)
-
SnowballStemmer
public SnowballStemmer(SnowballStemmer.ALGORITHM algorithm)
-
-
Method Detail
-
stem
public CharSequence stem(CharSequence word)
-
-