getTransformations {tm} | R Documentation |
Transformations
Description
Predefined transformations (mappings) which can be used with
tm_map
.
Usage
getTransformations()
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
getTransformations()
[Package tm version 0.7-13 Index]