bigrams: Dataframe of Bigrams

Description Usage Arguments

View source: R/multigram.R

Description

Requires a column from an Ocun Data dataframe, normally generated with ocunR::read_txt.

Usage

1
bigrams(ocun.data, morphs = TRUE, sentence.separators = FALSE)

Arguments

ocun.data

Ocun dataframe column

morphs

TRUE if considering unigrams as morphs, FALSE if considering unigrams as words

sentence.separators

FALSE if not to consider sentence breaks, TRUE if otherwise


jpcyrino/ocunR documentation built on Dec. 21, 2021, 3:12 a.m.