Accessible and easily installable hunspell dictionaries. Useful with
nodehun
, nspell
, and others.
See each of the below packages for install guidelines.
In total 91 dictionaries are provided.
Each dictionary can be installed on OS X by following this StackExchange answer.
I’ve only tested this on macOS, but there you at least need to install:
- hunspell:
brew install hunspell
(many things) - coreutils:
brew install coreutils
(many things) - ispell:
brew install ispell
(German)
Note that the GNU replacements should be setup in PATH to overwrite macOS defaults.
Dictionaries can be added if:
- Have a significant affix file (not just a
.dic
file) - They have an open source license
- Are convertible to UTF-8 with iconv(1)
The crawling and building is done in script/crawl.sh
.
Add code there, similar to the existing ones, to include new dictionaries.
See license
files in each dictionary for the licensing of index.dic
and
index.aff
files.