convertRCV1Plain {tm} | R Documentation |
Transform a Reuters Corpus Volume 1 XML document to a plain text document.
convertRCV1Plain(node, ...)
node |
an XML node representing a <newsitem></newsitem> element from a well-formed RCV1 XML file. |
... |
Arguments passed over by calling functions. |
A PlainTextDocument
representing node
.
Ingo Feinerer