| Weka_stemmers {RWeka} | R Documentation | 
R/Weka Stemmers
Description
R interfaces to Weka stemmers.
Usage
IteratedLovinsStemmer(x, control = NULL)
LovinsStemmer(x, control = NULL)
Arguments
| x | a character vector with words to be stemmed. | 
| control | an object of class  | 
Value
A character vector with the stemmed words.
References
J. B. Lovins (1968), Development of a stemming algorithm. Mechanical Translation and Computational Linguistics, 11, 22–31.
[Package RWeka version 0.4-46 Index]