Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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(s)

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

Examples

## Not run: 
cnlp_init_stringi()

## End(Not run)

cleanNLP

A Tidy Data Model for Natural Language Processing

v3.0.3
LGPL-2
Authors
Taylor B. Arnold [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.