TextRepository: Text document collection
Description
Constructs a text document collection from various sources.Usage
## S3 method for class 'TextDocCol':
TextRepository(object, metaname = "created", meta = date())
Arguments
object
a directory containing the documents.
metaname
an initial tag for the representational metadata
meta
an initial value for the metaname
tag
Value
- An S4 object of class
TextRepository
which extends the class
list
containing text document collections.