Description Usage Arguments Value Examples
performs cleaning, word stemming, and tokenization on a single line of text using clean_text and the stemming and boosting utilities maintained in the tm package
1 | tokenize_text(text, stopwords = TRUE)
|
text |
a line of text |
stopwords |
logical - should stopwords be removed |
a cleaned, stemmed and tokenized character vector
1 | tokenize_text('This is a basic line. It contains UNCLEANED, un-stemmed, un-tokenized text.')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.