Changes in version 0.2.0

o UPDATE: 'animals' dictionary and moniker glossaries

o ADD: Google's 10,000 most common words to dictionaries (see `data("most_common.dictionary")`)

o ADD: Corpus of Contemporary American English dictionary (over 80,000 words; see `data("coca.dictionary")`)

o ADD: Corpus of Contemporary American English word forms, which can be used as monikers (see `data("coca.moniker")`)

o ADD: Combined dictionaries and monikers of COCA and hunspell dictionaries (see `data("cocaspell.dictionary")` and `data("cocaspell.moniker")`)


Changes in version 0.1.8

o ADD: UK-US English conversion glossary (see `data("brit2us")`)

o UPDATE: vignettes and package dependencies


Changes in version 0.1.7

o FIX: choose directory bug in `append.dictionary`

o UPDATE: compatiability updates for SemNetCleaner package


Changes in version 0.1.6

o UPDATE: `append.dictionary` includes an option for saving in the working directory (useful when working in project directories)

o FIX: `append.dictionary` only uses forward slashes when saving (allows for proper saving on Mac and Linux)

o UPDATE: `find.dictionaries` searches desktop, downloads, and working directory folders

o FIX: `load.dictionaries` can handle more than one dictionary (fixed vector bug)

o UPDATE: more entries for `animals.dictionary` and `animals.moniker`


Changes in version 0.1.5

o `load.dictionaries` will load single letter dictionaries from `general.dictionary`

o `load.dictionaries` will now accept dictionaries without being specified as a vector

o updated citation (PsyArXiv)

o added vignette for appendix dictionaries


Changes in version 0.1.4

o bug fix in `find.dictionaries`

o updated 'animals.dictionary'

o added argument for `append.dictionary` to bypass double query in `textcleaner`

o bug fixes


Changes in version 0.1.3

o speeded up broad `find.dictionaries` search

o fixed bug in `find.dictionaries` function

o updated `general.dictionary`

o updated citation

o changed then name of all 'misnomer' glossaries to 'moniker' glossaries (`load.misnomers` changed to `load.monikers`)


Changes in version 0.1.2

o corrected temporary file situation


Changes in version 0.1.1

o added several dictionaries (includes misnomers): fruits (fluency), vegetables (fluency), jobs (fluency), hot (synonyms), and good (synonyms)

o updated documentation

o updated 'animals.dictionary' data

o `append.dictionary` no longer stores dictionaries in temporary files. Instead, dictionaries are output as a vector object in R's global environment or user is prompted to save the dictionary to their computer


Changes in version 0.1.0

o 'SemNetDictionaries' documentation for the 'SemNetDictionaries' package

o `load.dictionaries` wrapper function for loading dictionaries into the 'SemNetCleaner' package

o `find.dictionaries` function searches for and finds the names and paths of dictionaries stored on your computer

o `dictionaries` function for dictionaries included in 'SemNetDictionaries'

o `append.dictionary` function allows you to create and store your own dictionaries

o 'animals.dictionary' data for spell-checking animals

o 'SemNetDictionaries' is born (03.18.2019)