TextRepository-class {tm}R Documentation

Text Repository

Description

A class representing a repository of text document collections.

Objects from the Class

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

Slots

RepoMetaData:
Object of class list containing meta data for the text document collections in form of tag-value pairs.

Extends

Class list, directly.

Methods

RepoMetaData
signature(object = "TextRepository"): returns meta data in form of a tag-value paired list.

Author(s)

Ingo Feinerer

See Also

TextRepository


[Package tm version 0.3-3 Index]