stop_words: Various lexicons for English stop words (data)

Description Usage Format Source

Description

Copied directly from the tidyvext package stop_words function at https://github.com/juliasilge/tidytext/blob/master/R/stop_words.R. English stop words from three lexicons, as a data frame. The snowball and SMART sets are pulled from the tm package. Note that words with non-ASCII characters have been removed.

Usage

1

Format

A data frame with 1149 rows and 2 variables:

word

An English word

lexicon

The source of the stop word. Either "onix", "SMART", or "snowball"

Source


poldham/kenlitr documentation built on Nov. 5, 2019, 12:59 a.m.