manuskript/manuskript/functions
Youness Alaoui e1edccc7d3 spellchecker: Add SymSpellPy support
SymSpell is a great spellchecker which works a lot faster than
pyspellchecker for finding suggestions but is a bit slow at
loading dictionaries (about 15 seconds initially, 2 seconds if
using a cached version).
SymSpell also doesn't come with dictionaries, so the code is currently
using dictionaries from pyspellchecker, so if pyspellchecker isn't
installed, then the user won't see any available dictionaries.
Eventually, would need to have an interface for people to manage
dictionaries for it.
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 spellchecker: Add SymSpellPy support 2019-04-30 09:54:31 -06:00