R/cpp11.R

Defines functions cpp11_ngram

# Generated by cpp11: do not edit by hand

cpp11_ngram <- function(x, n, n_min, delim) {
  .Call(`_textrecipes_cpp11_ngram`, x, n, n_min, delim)
}

Try the textrecipes package in your browser

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

textrecipes documentation built on Nov. 16, 2023, 5:06 p.m.