getTransformations: Transformations

Description Usage Value See Also Examples

View source: R/transform.R

Description

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

Usage

1

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

1

Example output

Loading required package: NLP
[1] "removeNumbers"     "removePunctuation" "removeWords"      
[4] "stemDocument"      "stripWhitespace"  

tm documentation built on April 7, 2021, 3:01 a.m.