* http://hunspell.github.io/ * C++ * used by LibreOffice, OpenOffice.org, Mozilla Firefox 3 & Thunderbird, Google Chrome... and many others * example Qt app using Hunspell https://wiki.qt.io/Spell-Checking-with-Hunspell * Hunspell license https://doc.qt.io/Qt-5/qtwebengine-3rdparty-hunspell.html * https://github.com/manisandro/qtspell * ready to use component based on `enchant` spell-checking library. **Feature status**: * I work on Hunspell-based spell checking in https://github.com/dvorka/mindforger/tree/feature-489/hunspell-spellcheck branch * remaining tasks * [x] load available dictionaries regardless spell check is enabled or disabled * [x] Windows: initialize "dirs" lookup dirs for dictionaries location * [x] Windows: test ^ lookup of OpenOffice dictionaries and spell check functionality * [x] if no dicts are found, then show label with link to documentation with platform specific how to
enchantspell-checking library.Feature status: