R/coca.dictionary.R

#COCA Dictionary----
#' Corpus of Contemporary American English Dictionary
#'
#' A general dictionary of over 80,000 words from the Corpus of Contemporary American English derived from
#' \href{https://www.wordfrequency.info/samples.asp}{https://www.wordfrequency.info/samples.asp}.
#' 
#' To add additional words to the dictionary, please make an
#' appendix dictionary (\code{\link[SemNetDictionaries]{append.dictionary}})
#' 
#' @name coca.dictionary
#' 
#' @docType data
#' 
#' @usage data(coca.dictionary)
#' 
#' @format coca.dictionary (vector, length = 80381)
#' 
#' @keywords datasets
#' 
#' @examples 
#' data("coca.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.