Learn R Programming

SemNetDictionaries (version 0.2.0)

hunspell.dictionary: hunspell Dictionary

Description

A general dictionary of over 62,000 words from the hunspell dictionary derived from http://wordlist.aspell.net/dicts/.

Usage

data(hunspell.dictionary)

Arguments

Format

hunspell.dictionary (vector, length = 62893)

Details

To add additional words to the dictionary, please make an appendix dictionary (append.dictionary)

Examples

Run this code
# NOT RUN {
data("hunspell.dictionary")
# }

Run the code above in your browser using DataLab