get_sw: Gets stopwords from a default list and user-provided list

Description Usage Arguments Value

View source: R/stopwords.R

Description

Gets stopwords from a default list and user-provided list

Usage

1
get_sw(lexicon = "snowball", addl = NA)

Arguments

lexicon

a string name of a stopword list, one of "smart", "snowball", or "onix"

addl

user defined character vector of additional stopwords, each element being a stopword

Value

a [tibble][tibble::tibble-package] with one column named "word"


jcai849/iNZightTA documentation built on Dec. 2, 2020, 6:59 a.m.