Learn R Programming

ngramr (version 1.5.0)

ngramw: Get n-gram frequencies ("wide" format)

Description

Get n-gram frequencies ("wide" format)

Usage

ngramw(phrases, ignore_case = FALSE, ...)

Arguments

phrases
vector of phrases
ignore_case
ignore case of phrases (i.e. call ngrami rather than ngram). Default value is FALSE.
...
remaining parameters passed to ngram