Corpus-class {tm} | R Documentation |
A (virtual) class representing a corpus.
Objects can be created by deriving and instantiating subclasses.
CMetaData
:MetaDataNode
containing
the corpus specific meta data 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 corpora.DMetaData
:data.frame
containing
the document specific meta data for the collection. This data frame
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.).Ingo Feinerer