No description
- JavaScript 98.4%
- Java 1.6%
| .idea | ||
| core/src/test/java/de/kaleidox/test/hunspell | ||
| dictionaries | ||
| gradle | ||
| .gitignore | ||
| .jitpack.yml | ||
| .travis.yml | ||
| build.gradle | ||
| gradlew | ||
| gradlew.bat | ||
| license | ||
| readme.md | ||
| settings.gradle | ||
dictionaries
Accessible and easily installable hunspell dictionaries. Useful with
nodehun, nspell, and others.
Installation
See each of the below packages for installation guidelines.
Table of Dictionaries
In total 68 dictionaries are provided.
macOS
Each dictionary can be installed on OS X by following this StackExchange answer.
Building
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.
Contributing
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.
License
See license files in each dictionary for the licensing of index.dic and
index.aff files.