TextRepository {tm}R Documentation

Text document collection

Description

Constructs a text document collection from various sources.

Usage

## S4 method for signature 'TextDocCol':
TextRepository(object, meta = list(created = Sys.time()))

Arguments

object a directory containing the documents.
meta an initial list of tag-value pairs for the representational metadata

Value

An S4 object of class TextRepository which extends the class list containing text document collections.

Author(s)

Ingo Feinerer

Examples

data("crude")
repo <- TextRepository(crude)
summary(repo)
RepoMetaData(repo)

[Package tm version 0.2-1 Index]