removeWords-methods {tm}R Documentation

Methods for Function removeWords in Package ‘tm’

Description

Methods for function removeWords in package tm.

Methods

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

See Also

Use getTransformations to list available transformation (mapping) functions.

Examples

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

[Package tm version 0.3-3 Index]