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
#----

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.