Learn R Programming

tm (version 0.3-1)

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. Alternatively, their Iso 639-1 code may be used.

Examples

Run this code
stopwords("english")

Run the code above in your browser using DataLab