tm (version 0.7-1)

getTransformations: Transformations

Description

Predefined transformations (mappings) which can be used with tm_map.

Usage

getTransformations()

Arguments

Value

A character vector with transformations provided by package tm.

See Also

removeNumbers, removePunctuation, removeWords, stemDocument, and stripWhitespace.

content_transformer to create custom transformations.

Examples

Run this code
# NOT RUN {
getTransformations()
# }

Run the code above in your browser using DataCamp Workspace