Releases: barrust/pyspellchecker
Releases · barrust/pyspellchecker
Version 0.6.0
Version 0.5.6
- NOTE: Last planned support for Python 2.7
- All dictionaries updated using the
scripts/build_dictionary.py
script
Version 0.5.5
- Remove
encode
from the call tojson.loads()
Version 0.5.4
- Reduce words in __edit_distance_alt to improve memory performance; thanks blayzen-w
Version 0.5.3
- Handle memory issues when trying to correct or find candidates for extremely long words
Version 0.5.2
- Ensure input is encoded correctly
- Resolves #53
Version 0.5.1
Version 0.5.0
- Possible case sensitive dictionaries when using a custom dictionary; thanks @davido-brainlabs
- Better python 2.7 support
Version 0.4.0
- Add ability to pass tokenizer function to loading text or file
Version 0.3.1
- Full python 2.7 support