get_stop_list: get one of (currently) five different lists of stopwords

Description Usage Arguments Value Examples

Description

get one of (currently) five different lists of stopwords

Usage

1
get_stop_list(stop_list = c("una", "bible", "snowball", "onix", "SMART"))

Arguments

stop_list

can be: 'una', 'bible', 'snowball', 'onix', or 'SMART'

Value

a vector of common English function words to remove from text before computing on it

Examples

1
get_stop_list(stop_list="una")

lefft/lefftpack documentation built on May 8, 2019, 1:13 p.m.