| Reuters21578Document {tm} | R Documentation |
Construct an object representing a Reuters-21578 XML text document with meta information.
Reuters21578Document(x, author = character(0),
datetimestamp = as.POSIXlt(Sys.time(), tz = "GMT"),
description = character(0), heading = character(0),
id = character(0), origin = character(0),
language = character(0), localmetadata = list())
x |
Object of class |
author |
Object of class |
datetimestamp |
Object of class |
description |
Object of class |
heading |
Object of class |
id |
Object of class |
origin |
Object of class |
language |
Object of class |
localmetadata |
Object of class |
Ingo Feinerer
Lewis, David (1997) Reuters-21578 Text Categorization Collection Distribution 1.0. http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.html
Luz, Saturnino XML-encoded version of Reuters-21578. http://modnlp.berlios.de/reuters21578.html
PlainTextDocument and RCV1Document