reuters {ldaPrototype} | R Documentation |
A Snippet of the Reuters Dataset
Description
Example Dataset from Reuters consisting of 91 articles. It can be used to familiarize with the bunch of functions offered by this package.
Usage
data(reuters_docs)
data(reuters_vocab)
Format
reuters_docs
is a list of documents of length 91 prepared by LDAprep
.
reuters_vocab
is
An object of class character
of length 2141.
Source
temporarily unavailable: http://ronaldo.cs.tcd.ie/esslli07/data/reuters21578-xml/
References
Lewis, David (1997). Reuters-21578 Text Categorization Collection Distribution 1.0. http://kdd.ics.uci.edu/databases/reuters21578/reuters21578.html
Luz, Saturnino. XML-encoded version of Reuters-21578. http://ronaldo.cs.tcd.ie/esslli07/data/reuters21578-xml/ (temporarily unavailable)
[Package ldaPrototype version 0.3.1 Index]