powered by
Stem a vector of words.
stem_words(x, language = "porter", ...)
A vector of words.
The name of a recognized language (see wordStem).
wordStem
ignored.
Returns a vector of stemmed words.
stem_strings
# NOT RUN { x <- c("the", 'doggies', ',', 'well', 'they', "aren\'t", 'Joyfully', 'running', '.') stem_words(x) # }
Run the code above in your browser using DataLab