extra.css

Skip to contents

Stop word lexicons (SMART, onix, and snowball) but without negation words, i.e. negation words will not be treated as stopwords. This is useful when looking for things such as non-compliance in bigram analysis or topic modelling.

Usage

nonneg_stop_words

Format

A tibble with 1094 rows and 2 columns:

word

The non-negative stop word.

lexicon

The lexicon of origin: SMART, onix, or snowball.

Source

Derived from tidytext::stop_words with negation/negative terms removed.