Description Usage Arguments Examples
This function creates a quanteda corpus
1 2 | createCorpus(path_to_corpus, remove_whitespaces = TRUE,
lowercase = TRUE, remove_punctuation = TRUE)
|
path_to_corpus |
path to the corpus directory |
remove_whitespaces |
determines if whitespaces should be removed, default = TRUE |
lowercase |
determines if all cases should be turned into lowercase, default = TRUE |
remove_punctuation |
determines if all punctuation characters should be removed, default = TRUE |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.