| SimpleStemmer | R Documentation |
Simple suffix-stripping stemmer (no external dependencies)
suffixesList of suffixes to remove
stem()Stem a word
SimpleStemmer$stem(word)
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.