R/data.R

#' Base dictionary with unigrams
#'
#' Data contains English unigrams, with their replacements, points and ids.
#'
#' @docType data
#'
#' @usage data(base_dictionary)
#'
#' @format A data.frame with four columns: to_search, to_replace, points, id.
#'
#' @keywords datasets
#'
#' @references Created based on Wikipedia unigrams.
#'
#' @examples
#' data(base_dictionary)
"base_dictionary"

Try the NUSS package in your browser

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

NUSS documentation built on Sept. 11, 2024, 5:30 p.m.