ng20 {topicmodels.etm} | R Documentation |
Bag of words sample of the 20 newsgroups dataset
Description
Data available at https://github.com/bnosac-dev/ETM/tree/master/data/20ng
Examples
data(ng20)
str(ng20$vocab)
str(ng20$bow_tr$tokens)
str(ng20$bow_tr$counts)
[Package topicmodels.etm version 0.1.0 Index]