R/data.R

#' LDA object for testing
#'
#' This LDA object is the result of topic modeling the copus in the VR
#' Rehabilitation project
#'
#' @format A LDA_Gibbs object of 10 topics, 1814 documents and 8008 terms
"LDA_test"
#' Document dataset
#'
#' A dataset of 1000 documents extracted from WoS repository
#'
#' @format a dataset with 1000 documents
"docs_test"
#' Custom stopwords
#'
#' A tibble with one column of custom stopwords
#'
#' @format 43 rows of one 'word' column
"my_stopwords"
#' Test corpus
#'
#' A tidy corpus
#'
#' @format 145073 words, their stem form and associated document
"corpus_test"
doritge/tmutilsr documentation built on Feb. 2, 2020, 7:47 p.m.