R/general.dictionary.R

#General Dictionary----
#' General Dictionary
#'
#' A general dictionary of over 370,000 words (\emph{n} = 370,103) derived from
#' \href{https://github.com/dwyl/english-words}{https://github.com/dwyl/english-words}.
#' All punctuation have been removed.
#' 
#' To add additional words to the dictionary, please make an
#' appendix dictionary (\code{\link[SemNetDictionaries]{append.dictionary}})
#' 
#' @name general.dictionary
#' 
#' @docType data
#' 
#' @usage data(general.dictionary)
#' 
#' @format general.dictionary (vector, length = 370103)
#' 
#' @keywords datasets
#' 
#' @examples 
#' data("general.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.