TextRepository {tm} | R Documentation |
Constructs a text repository.
## S4 method for signature 'Corpus': TextRepository(object, meta = list(created = as.POSIXlt(Sys.time(), tz = "GMT")))
object |
A directory containing the documents. |
meta |
An initial list of tag-value pairs for the meta data. |
An S4 object of class TextRepository
which extends the class
list
containing text document collections.
Ingo Feinerer
data("crude") repo <- TextRepository(crude) summary(repo) RepoMetaData(repo)