Data Mining Algorithms In R/Packages/RWeka/Weka stemmers
Description
editR interfaces to Weka stemmers.
Usage
editIteratedLovinsStemmer(x, control = NULL) LovinsStemmer(x, control = NULL)
Arguments
editx, a character vector with words to be stemmed.
control, an object of class Weka_control, or a character vector of control options, or NULL (default).
Details
editThe R interface to Weka’s Snowball stemmers is available as function SnowballStemmer in package Snowball.
Value
editA character vector with the stemmed words.