TextDocCol-class {tm} | R Documentation |
A class representing a collection of text documents.
Objects can be created by calls of the form
new("TextDocCol",...)
or by calling the function
TextDocCol
.
CMetaData
:"MetaDataNode"
containing
the Document Collection specific MetaData for the collection in form of
tag-value pairs and information about children in form of a binary
tree. This information is useful for reconstructing meta data
after e.g. merging document collections.DMetaData
:"data.frame"
containing
the Document specific MetaData for the collection. This dataframe
typically encompasses clustering or classification results which
basically are metadata for documents but form an own entity (e.g.,
with its name, the value range, etc.).
Class "list"
, directly.
signature(object = "TextDocCol")
: returns the
document collection specific metadata in form of a tag-value
paired list.signature(object = "TextDocCol")
: returns the
document specific metadata in form of a data frame.Ingo Feinerer