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
#----
AlexChristensen/SemNetDictionaries documentation built on Feb. 15, 2022, 2:30 p.m.