kwr_use_stopwords: Set a stopword list to use with n-gram functions

View source: R/kwresearch.R

kwr_use_stopwordsR Documentation

Set a stopword list to use with n-gram functions

Description

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.


MarekProkop/keywordr documentation built on Nov. 6, 2022, 11:31 a.m.