Skip to contents

Set a stopword list to use with n-gram functions

Usage

kwr_use_stopwords(kwr, stopwords = NULL)

Arguments

kwr

A kwresearch object.

stopwords

Stopwords as a character vector. You can use the kwr_stopwords() function for Czech stopwords. These words will be removed from unigram listings. If NULL (default), no stopwords are used.

Value

A kwresearch object with stopwords set.