ReutersSource-class {tm}R Documentation

Source for Reuters Files

Description

A class representing either a Reuters21578 or RCV1 source, where several documents are found in a single source (i.e., typically a file).

Objects from the Class

Objects can be created by calls of the form new("ReutersSource", ...).

Slots

DefaultReader:
Object of class function describing a default reader.
Encoding:
Object of class character holding the encoding of the texts delivered by the source.
URI:
Object of class character describing the connection call to be made for accessing the document physically.
Content:
Object of class list holding the Reuters XML source corpus.
LoDSupport:
Object of class logical indicating Load on Demand Support.
Position:
Object of class numeric giving the position in the source.
Length:
Object of class numeric denoting the number of the elements delivered by the source.

Extends

Class Source, directly.

Author(s)

Ingo Feinerer


[Package tm version 0.3-3 Index]