lemmatize | R Documentation |
Transform words into their base form
lemmatize(text_vec, dict = lexicon::hash_lemmas)
text_vec |
A vector of text documents. |
dict |
A dictionary to use to find base forms. See
|
The vector with terms transformed into their base form, when possible.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.