Package org.carrot2.language
Class SnowballStemmerAdapter
java.lang.Object
org.carrot2.language.SnowballStemmerAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstem
(CharSequence word) Returns the base form of the provided word ornull
if the base form cannot be determined.
-
Constructor Details
-
SnowballStemmerAdapter
public SnowballStemmerAdapter(org.carrot2.language.snowball.SnowballProgram s)
-
-
Method Details