cleanNLP (version 1.10.0)

init_tokenizers: Interface for initializing the tokenizers backend

Description

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

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

Run the code above in your browser using DataCamp Workspace