bigram_identify: bigram_identify

View source: R/bigram_identify_function.R

bigram_identifyR Documentation

bigram_identify

Description

This function identifies frequency of bigrams from text.

Usage

bigram_identify(text_data, freq_bigram)

Arguments

text_data

The text data where you want to apply the bigram analysis.

freq_bigram

The minimum frequency of bigrams included in the dataframe (0 will include all)

Value

Dataframe


MatthewSmith430/TextProcess documentation built on April 10, 2022, 7:45 a.m.