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

View source: R/ngramw.R

ngramwR 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


ngramr documentation built on April 4, 2025, 12:27 a.m.

Related to ngramw in ngramr...