Count bigrams in the given dataset while excluding stop words

count_bigrams(data)

Arguments

data

dataframe containing text

Value

aggregated dataframe including bigrams and their counts