stopwords {tokenizers}R Documentation

Stopword lists

Description

Retrieve lists of stopwords by language.

Usage

stopwords(language = c("en", "da", "de", "el", "es", "fr", "it", "ru"))

Arguments

language

The two-letter code for the name of the language.

References

The stopword lists are a subset of the stopword lists available in the Apache Lucene/Solr project, available under the Apache 2.0 license.

Examples

stopwords("en")
stopwords("de")

[Package tokenizers version 0.1.4 Index]