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 a 33 x 6 ngram data frame
#' @keywords datasets
#' @export
#'
NULL

Try the ngramr package in your browser

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

ngramr documentation built on Jan. 16, 2023, 5:07 p.m.