File: RcppExports.R

package info (click to toggle)
r-cran-tokenizers 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 824 kB
  • sloc: cpp: 143; sh: 13; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 495 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

generate_ngrams_batch <- function(documents_list, ngram_min, ngram_max, stopwords = character(), ngram_delim = " ") {
    .Call(`_tokenizers_generate_ngrams_batch`, documents_list, ngram_min, ngram_max, stopwords, ngram_delim)
}

skip_ngrams_vectorised <- function(words, skips, stopwords) {
    .Call(`_tokenizers_skip_ngrams_vectorised`, words, skips, stopwords)
}