R/data.R

#' @title Bag of words sample of the 20 newsgroups dataset
#' @description Data available at \url{https://github.com/bnosac-dev/ETM/tree/master/data/20ng}
#' @name ng20
#' @docType data
#' @examples
#' data(ng20)
#' str(ng20$vocab)
#' str(ng20$bow_tr$tokens)
#' str(ng20$bow_tr$counts)
NULL

Try the topicmodels.etm package in your browser

Any scripts or data that you put into this service are public.

topicmodels.etm documentation built on Nov. 8, 2021, 9:07 a.m.