R/top100commonWords.R

#' The vector of 100 most common words in English.
#'
#' The character vector of 100 most commonly used words in English.
#' It is sorted by the frequency of usage.
#' May be used to refine the transliteraton.
#'
#' @docType data
#' @keywords datasets
#' @name top100commonWords
#' @usage data(top100commonWords)
#' @format a character vector with 100 elements.
NULL
BetaAndBit/BetaBitRgame documentation built on Aug. 27, 2023, 7:04 p.m.