cleanNLP (version 3.0.3)

cnlp_init_stringi: 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 NULL, the default locale is selected

include_spaces

logical. Should spaces be included as tokens in the output. Defaults to FALSE

Author

Taylor B. Arnold, taylor.arnold@acm.org

Examples

Run this code
if (FALSE) {
cnlp_init_stringi()
}

Run the code above in your browser using DataLab