stopwords {tm}R Documentation

Multilingual Stopwords

Description

Return stopwords in different languages.

Usage

stopwords(language = "en")

Arguments

language A character giving the desired language.

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.

Value

A character vector containing the requested stopwords.

Examples

stopwords("english")

[Package tm version 0.3-3 Index]