tokenize_text | R Documentation |
Removes stop words, punctuation, auxiliary verbs. Lemmatizes text. Changes to lower-case.
tokenize_text(corpus)
corpus |
A vector of text documents. |
A cleaned-up vector of text documents.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.