View source: R/2_5_textDomainCompare.R
textTokenizeAndCount | R Documentation |
Tokenize and count
textTokenizeAndCount(data, n_remove_threshold = 3)
data |
(string) Language to tokenise and count. |
n_remove_threshold |
(numeric) Threshold deciding which words to remove |
A word-frequency data frame (can be saved to a model object or compared in textDomainCompare).
see textDomainCompare
## Not run:
textTokenizeAndCount(Language_based_assessment_data_8["harmonytexts"])
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.