R/RcppExports.R

Defines functions detect_language_multi_cc detect_language_cc

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

detect_language_cc <- function(input, plain_text = TRUE, lang_code = FALSE) {
    .Call('_cld2_detect_language_cc', PACKAGE = 'cld2', input, plain_text, lang_code)
}

detect_language_multi_cc <- function(input, plain_text = TRUE) {
    .Call('_cld2_detect_language_multi_cc', PACKAGE = 'cld2', input, plain_text)
}

Try the cld2 package in your browser

Any scripts or data that you put into this service are public.

cld2 documentation built on Oct. 27, 2022, 1:06 a.m.