batch_get_ngrams: Get a n-grams from one or more texts

Description Usage Arguments Value Examples

View source: R/ngrams.R

Description

Get a n-grams from one or more texts

Usage

1
batch_get_ngrams(txts, from = 1, to = 5)

Arguments

txts

A list or vector of char strings from which n-grams are extracted

Value

A data.frame of the ngrams and their freq across txts

Examples

1
# res <- batch_get_ngrams(c(text, from = 1, to = 3)

jacob-ogre/ocrerrors documentation built on May 18, 2019, 8:01 a.m.