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

Try the BetaBit package in your browser

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

BetaBit documentation built on Aug. 25, 2023, 1:07 a.m.