R/data.R

#' Sample n-gram data
#'
#' Frequency data for the phrases "hacker", "programmer", from 1950 to 2008.
#'
#' @docType data
#' @usage hacker
#' @name hacker
#' @format a 236 x 4 ngram data frame
#' @keywords datasets
#' @export
#'
NULL

#' Google n-gram corpus information
#'
#' Details of the various corpuses available through the Google n-gram tool
#'
#' @docType data
#' @usage corpuses
#' @name corpuses
#' @format 44 x 6 ngram data frame
#' @keywords datasets
#' @export
#'
NULL
seancarmody/ngramr documentation built on Jan. 14, 2025, 8:58 p.m.