View source: R/Full_preprocess.R
Full_preprocess | R Documentation |
This function applies all response preprocessing functions included in the package. (includes lowering, trimming whitespace, eliminating spaces and symbols, lemmatizing, and spellcheking; some of these only work on single words)
Full_preprocess(words, parallelize = T, print = T, debug = F)
words |
text to preprocess |
parallelize |
use parallel processors? |
fully preprocessed words
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.