convertRCV1Plain {tm}R Documentation

Transform A RCV1 Document To A Plain Text Document

Description

Transform a Reuters Corpus Volume 1 XML document to a plain text document.

Usage

convertRCV1Plain(node, ...)

Arguments

node an XML node representing a <newsitem></newsitem> element from a well-formed RCV1 XML file.
... Arguments passed over by calling functions.

Value

A PlainTextDocument representing node.

Author(s)

Ingo Feinerer

See Also

asPlain


[Package tm version 0.1-1 Index]