R/Package_Documentation.R

#' SpeedReader: functions to facilitate high performance text processing in R.
#'
#' @section SpeedReader functions:
#' To use this package, You will first want to check out the generate_document_term_vectors() function which will take raw data and transform it into document term vectors. You will then likely want to generate a document term matri using either generate_document_term_matrix() or generate_sparse_large_document_term_matrix() depending on the number of documents you are dealing with. After that, this package provides a number of other functions for simple pointwise mututal information based analysis and links to the MALLET libraries for topic modeling with billions of tokens.
#'
#' @docType package
#' @name SpeedReader
NULL
#> NULL

#' @import methods
NULL

#' @import slam
NULL

#' @import parallel
NULL

#' @import snowfall
NULL

#' @importFrom grDevices dev.off pdf rgb gray
NULL

#' @importFrom graphics axis legend matplot mtext par plot points segments text
NULL

#' @importFrom stats cor qnorm median var
NULL

#' @importFrom utils download.file head read.delim read.table str write.table capture.output combn
NULL

#' @importFrom quanteda dfm
NULL

#' @importFrom data.table fread
NULL

#' @useDynLib SpeedReader
#' @importFrom Rcpp sourceCpp
NULL
#> NULL
matthewjdenny/SpeedReader documentation built on March 25, 2020, 5:32 p.m.