R/hunspell.dictionary.R

#hunspell Dictionary----
#' hunspell Dictionary
#'
#' A general dictionary of over 62,000 words from the hunspell dictionary derived from
#' \href{http://wordlist.aspell.net/dicts/}{http://wordlist.aspell.net/dicts/}.
#' 
#' To add additional words to the dictionary, please make an
#' appendix dictionary (\code{\link[SemNetDictionaries]{append.dictionary}})
#' 
#' @name hunspell.dictionary
#' 
#' @docType data
#' 
#' @usage data(hunspell.dictionary)
#' 
#' @format hunspell.dictionary (vector, length = 62893)
#' 
#' @keywords datasets
#' 
#' @examples 
#' data("hunspell.dictionary")
NULL
#----
AlexChristensen/SemNetDictionaries documentation built on Feb. 15, 2022, 2:30 p.m.