Learn R Programming

tm (version 0.2-3.7)

stopwords: Multilingual Stopwords

Description

Return stopwords in different languages.

Usage

stopwords(language = "en")

Arguments

language
a character giving the desired language.

Value

  • A character vector containing the requested stopwords.

Details

At the moment supported languages are danish, dutch, english, finnish, french, german, hungarian, italian, norwegian, portuguese, russian, spanish, and swedish.

Examples

Run this code
stopwords("english")

Run the code above in your browser using DataLab