cnlp_init_stringi {cleanNLP} | R Documentation |
Interface for initializing the standard R backend
Description
This function must be run before annotating text with the tokenizers backend.
Usage
cnlp_init_stringi(locale = NULL, include_spaces = FALSE)
Arguments
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 |
Author(s)
Taylor B. Arnold, taylor.arnold@acm.org
Examples
## Not run:
cnlp_init_stringi()
## End(Not run)
[Package cleanNLP version 3.1.0 Index]