Learn R Programming

stopwords (version 2.3)

data_stopwords_marimo: stopword lists including parts-of-speech

Description

Stopword lists that include specific parts of speech, maintained by Kohei Watanabe.

Arguments

Format

An object of class list of length 8.

Usage

stopwords(language = "en", source = "marimo")

Details

These are multi-level lists, in the original data. If you wish to use them as lists, please access the data object directly.

Examples

Run this code
# NOT RUN {
# access English pronouns directly
stopwords::data_stopwords_marimo$en$pronoun

# }

Run the code above in your browser using DataLab