cleanNLP (version 2.3.0)

cnlp_init_tokenizers: Interface for initializing the tokenizers backend

Description

This function must be run before annotating text with the tokenizers backend.

Usage

cnlp_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

Run this code
# NOT RUN {
cnlp_init_tokenizers()
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab