R/RcppExports.R

Defines functions simple_ngrams

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

simple_ngrams <- function(tokenized_list, n, stopwords = character(), ngram_delim = " ") {
    .Call('_RmecabKo_simple_ngrams', PACKAGE = 'RmecabKo', tokenized_list, n, stopwords, ngram_delim)
}
junhewk/RmecabKo documentation built on May 21, 2019, 3:03 a.m.