Description Usage Arguments Examples
View source: R/createFreqDist.R
This function creates a distance table by combining several functions
1 2 | createFreqTable(path_to_corpus, remove_whitespaces = TRUE,
lowercase = TRUE, remove_punctuation = TRUE, n_gram_size = 1)
|
path_to_corpus |
path to the corpus directory |
lowercase |
Should tokens be turned into lowercase? Default is TRUE |
remove_punctuation |
Should punctuation marks be removed? Default is TRUE |
n_gram_size |
size of ngrams - possible values: 1 & 2; default is 1 |
remove_whitespace |
Should white-spaces be removed? Default is TRUE |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.