Indicate the PyEnchant is the recommended spell checker for all but 64-bit Python on Windows

Curtis Gedak 2019-08-12 10:23:02 -06:00
parent 60f8cc7dc3
commit f1c95980dd

@ -66,9 +66,9 @@ This can be done as follows:
The spell checkers that manuskript supports are as follows:
- __PyEnchant__
- __PyEnchant__ [Recommended for all except 64-bit Python on Windows]
_[PyEnchant](https://github.com/rfk/pyenchant) is perhaps the most traditional spellchecker in that it interacts with the Enchant library written by Dom Lachowicz. Unfortunately, PyEnchant is no longer maintained by anyone, and this causes a problem: it currently cannot be installed on 64-bit versions of Python._
_[PyEnchant](https://github.com/rfk/pyenchant) is perhaps the most traditional spellchecker in that it interacts with the Enchant library written by Dom Lachowicz. Unfortunately, PyEnchant is no longer maintained by anyone, and this causes a problem: it currently cannot be installed on 64-bit versions of Python on Windows._
Install it using: `pip install pyenchant`
@ -88,7 +88,7 @@ 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 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._
Install it using: `pip install symspellpy`