R interfaces to Weka stemmers.
IteratedLovinsStemmer(x, control = NULL)
LovinsStemmer(x, control = NULL)
A character vector with the stemmed words.
a character vector with words to be stemmed.
an object of class Weka_control
, or a
character vector of control options, or NULL
(default).
Available options can be obtained on-line using the Weka Option
Wizard WOW
, or the Weka documentation.
J. B. Lovins (1968), Development of a stemming algorithm. Mechanical Translation and Computational Linguistics, 11, 22--31.