R/most_common.dictionary.R

#Most Common Dictionary----
#' Most Common Dictionary
#'
#' A general dictionary of 10,000 of the most common U.S. English words derived from
#' \href{https://github.com/first20hours/google-10000-english}{https://github.com/first20hours/google-10000-english}.
#' 
#' To add additional words to the dictionary, please make an
#' appendix dictionary (\code{\link[SemNetDictionaries]{append.dictionary}})
#' 
#' @name most_common.dictionary
#' 
#' @docType data
#' 
#' @usage data(most_common.dictionary)
#' 
#' @format most_common.dictionary (vector, length = 9329)
#' 
#' @keywords datasets
#' 
#' @examples 
#' data("most_common.dictionary")
NULL
#----

Try the SemNetDictionaries package in your browser

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

SemNetDictionaries documentation built on Jan. 17, 2022, 5:07 p.m.