Pyspellchecker Versions Save

Pure Python Spell Checking http://pyspellchecker.readthedocs.io/en/latest/

v0.5.6

3 years ago
  • NOTE: Last planned support for Python 2.7
  • All dictionaries updated using the scripts/build_dictionary.py script

v0.5.5

3 years ago
  • Remove encode from the call to json.loads()

v0.5.4

4 years ago
  • Reduce words in __edit_distance_alt to improve memory performance; thanks blayzen-w

v0.5.3

4 years ago
  • Handle memory issues when trying to correct or find candidates for extremely long words

v0.5.2

4 years ago
  • Ensure input is encoded correctly
  • Resolves #53

v0.5.1

4 years ago
  • Handle windows encoding issues #48
  • Deterministic order to corrections #47

v0.5.0

4 years ago
  • Possible case sensitive dictionaries when using a custom dictionary; thanks @davido-brainlabs
  • Better python 2.7 support

v0.4.0

5 years ago
  • Add ability to pass tokenizer function to loading text or file

v0.3.1

5 years ago
  • Full python 2.7 support

v0.3.0

5 years ago
  • Ensure all checks against the word frequency are lower case
  • Slightly better performance on edit distance of 2