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