Add link to issue 614 regarding spell checker documentation

Curtis Gedak 2019-08-13 10:41:15 -06:00
parent f1c95980dd
commit 76667a49f2

@ -88,13 +88,15 @@ The spell checkers that manuskript supports are as follows:
- __Symspellpy__
_[Symspellpy](https://pypi.org/project/symspellpy/) is a Python port of [SymSpell](https://github.com/wolfgarbe/SymSpell). Despite not being optimized for speed (according to the project description), it is considerably faster than PySpellChecker when operating on the same dictionaries._
_[Symspellpy](https://pypi.org/project/symspellpy/) is a Python port of [SymSpell](https://github.com/wolfgarbe/SymSpell). Despite not being optimized for speed (according to the project description), it is considerably faster than PySpellChecker when operating on the same dictionaries. It does not come with any dictionaries of its own, but if pyspellchecker is installed, Manuskript will use those in conjunction with symspellpy._
Install it using: `pip install symspellpy`
At time of writing v6.3.9 was installed. You can specify this version with the `pip install symspellpy==6.3.9` command.
It does not come with any dictionaries of its own, but if pyspellchecker is installed, manuskript will use those in conjunction with symspellpy.
It does not include any dictionaries.
See also [Issue 614 - Comments on 'Run from Source Code' wiki page and Spell Checker documentation](https://github.com/olivierkes/manuskript/issues/614) for more information on spell checkers.
### MarkDown (Optional - provides Manuskript export as HTML)