
Last chance! 50% off unlimited learning
Sale ends in
Stem a vector of words.
stem_words(x, language = "porter", ...)
A vector of words.
The name of a recognized language (see
wordStem
).
ignored.
Returns a vector of stemmed words.
# NOT RUN {
x <- c("the", 'doggies', ',', 'well', 'they', "aren\'t", 'Joyfully', 'running', '.')
stem_words(x)
# }
Run the code above in your browser using DataLab