Description Usage Arguments Value See Also Examples
Stem a vector of words.
1 | stem_words(x, language = "porter", ...)
|
x |
A vector of words. |
language |
The name of a recognized language (see
|
... |
ignored. |
Returns a vector of stemmed words.
1 2 | x <- c("the", 'doggies', ',', 'well', 'they', "aren\'t", 'Joyfully', 'running', '.')
stem_words(x)
|
[1] "the" "doggi" "," "well" "thei" "aren't" "Joyfulli"
[8] "run" "."
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.