TextDocCol-class {tm}R Documentation

Text document collection

Description

A class representing a collection of text documents.

Objects from the Class

Objects can be created by calls of the form new("TextDocCol",...) or by calling the function TextDocCol.

Slots

CMetaData:
Object of class "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:
Object of class "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.).

Extends

Class "list", directly.

Methods

CMetaData
signature(object = "TextDocCol"): returns the document collection specific metadata in form of a tag-value paired list.
DMetaData
signature(object = "TextDocCol"): returns the document specific metadata in form of a data frame.

Author(s)

Ingo Feinerer

See Also

MetaDataNode-class TextDocCol


[Package tm version 0.1-1 Index]