Accessible and easily installable hunspell dictionaries. Useful with
nodehun
, nspell
, and others.
See each of the below packages for installation guidelines.
In total 68 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) - sed:
brew install gnu-sed
(Hungarian) - awk:
brew install gawk
(Hungarian) - m4:
brew install m4
(Hungarian) - ispell:
brew install ispell
(German)
Note that the GNU replacements should be setup in PATH to overwrite macOS defaults.
New dictionaries can be added quite easily. Most importantly, they must be licensed with a free license, and they should be convertible by iconv(1) to UTF-8.
See license
files in each dictionary for the licensing of index.dic
and
index.aff
files.