| tmMap-methods {tm} | R Documentation |
Methods for function tmMap in package tm.
FUN onto each element
of object. Note that document specific metadata (i.e.,
DMetaData(object) is automatically passed to
FUN as argument DMetaData. FUN must be a
function which returns a TextDocument.
asPlain
removeWords
stemDoc
stripWhitespace
tmTolower
data("crude")
tmMap(crude, stemDoc)