Package org.apache.sysds.runtime.util
Class PorterStemmer
java.lang.Object
org.apache.sysds.runtime.util.PorterStemmer
Stemmer, implementing the Porter Stemming Algorithm
The Stemmer class transforms a word into its root form. The input
word can be provided a character at time (by calling add()), or at once
by calling one of the various stem(something) methods.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PorterStemmer
public PorterStemmer()
-
-
Method Details
-
stem
-