init_tokenizers
From cleanNLP v1.10.0
by Taylor Arnold
Interface for initializing the tokenizers backend
This function must be run before annotating text with the tokenizers backend.
Usage
init_tokenizers(locale = NULL)
Arguments
- locale
string giving the locale name to pass to the stringi functions. If
NULL
, the default locale is selected
Examples
# NOT RUN {
init_spaCy_tokenizers()
# }
# NOT RUN {
# }
Community examples
Looks like there are no examples yet.