ngramw {ngramr}R Documentation

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


[Package ngramr version 1.9.3 Index]