term_frequency_n_grams: Find the frequency for two or more words together

Description Usage Arguments

Description

Use this function when trying to find frequency of two or more words

Usage

1
2
term_frequency_n_grams(df, gram.min = 2, gram.max = 2, mc.cores = 2,
  stemming = TRUE, more_stopwords = NULL)

Arguments

df

a dataframe with paper results

gram.min

minimum amount of words together

gram.max

maximum amount of words together

mc.cores

number of cores

stemming

apply stemming by default

more_stopwords

a vector of additional stop words


petro.One documentation built on May 2, 2019, 3:10 p.m.