Simple suffix-stripping stemmer (no external dependencies)
suffixesList of suffixes to remove
wordWord to stem
Stemmed word
stem_words()Stem multiple words
SimpleStemmer$stem_words(words)wordsCharacter vector
Stemmed words
clone()The objects of this class are cloneable with this method.
SimpleStemmer$clone(deep = FALSE)deepWhether to make a deep clone.