removeWords-methods {tm}R Documentation

Methods for Function removeWords in Package 'tm'

Description

Methods for function removeWords in package tm.

Methods

object = "PlainTextDocument", stopwords = "character"
Removes all words which occur in stopwords from object and return the object.

Examples

data("crude")
crude[[1]]
removeWords(crude[[1]], stopwords("english"))

[Package tm version 0.2 Index]