ReutersSource-class {tm} | R Documentation |
A class representing either a Reuters21578 or RCV1 source, where several documents are found in a single source (i.e., typically a file).
Objects can be created by calls of the form new("ReutersSource", ...)
.
DefaultReader
:function
describing a default reader.Encoding
:character
holding the
encoding of the texts delivered by the source.URI
:character
describing the
connection call to be made for accessing the document physically.Content
:list
holding the
Reuters XML source corpus.LoDSupport
:logical
indicating
Load on Demand Support.Position
:numeric
giving the
position in the source.Length
:numeric
denoting the
number of the elements delivered by the source.
Class Source
, directly.
Ingo Feinerer