cnlp_init_stringi {cleanNLP} | R Documentation |
This function must be run before annotating text with the tokenizers backend.
cnlp_init_stringi(locale = NULL, include_spaces = FALSE)
locale |
string giving the locale name to
pass to the stringi functions. If
|
include_spaces |
logical. Should spaces be included as tokens in the output. Defaults to FALSE |
Taylor B. Arnold, taylor.arnold@acm.org
## Not run:
cnlp_init_stringi()
## End(Not run)