manuskript/manuskript/functions
Youness Alaoui 20c5586a6c Add support for pyspellchecker as an alternative to PyEnchant
This modifies the Spellchecker abstraction to add a new dictionary support, with
support for pyspellchecker. It also changes the main UI so that multiple libraries
can be supported and dictionaries provided to the user. The custom dictionary of
pyspellchecker has to be handled manually, and the performance and words of this
library isn't on par with PyEnchant, but at least it works with 64 bits.

Fixes #505
2019-04-30 09:54:31 -06:00
..
__init__.py Add support for pyspellchecker as an alternative to PyEnchant 2019-04-30 09:54:31 -06:00
spellchecker.py Add support for pyspellchecker as an alternative to PyEnchant 2019-04-30 09:54:31 -06:00