Skip to content

Releases: barrust/pyspellchecker

Version 0.5.6

30 Dec 17:09
c855714
Compare
Choose a tag to compare
  • NOTE: Last planned support for Python 2.7
  • All dictionaries updated using the scripts/build_dictionary.py script

Version 0.5.5

27 Aug 21:47
4ff68f7
Compare
Choose a tag to compare
  • Remove encode from the call to json.loads()

Version 0.5.4

17 Feb 23:03
Compare
Choose a tag to compare
  • Reduce words in __edit_distance_alt to improve memory performance; thanks blayzen-w

Version 0.5.3

25 Nov 22:33
9e298a5
Compare
Choose a tag to compare
  • Handle memory issues when trying to correct or find candidates for extremely long words

Version 0.5.2

12 Sep 00:53
d27baf5
Compare
Choose a tag to compare
  • Ensure input is encoded correctly
  • Resolves #53

Version 0.5.1

05 Sep 21:44
7fe45c0
Compare
Choose a tag to compare
  • Handle windows encoding issues #48
  • Deterministic order to corrections #47

Version 0.5.0

11 Jul 21:13
1ca044d
Compare
Choose a tag to compare
  • Possible case sensitive dictionaries when using a custom dictionary; thanks @davido-brainlabs
  • Better python 2.7 support

Version 0.4.0

09 Mar 17:20
Compare
Choose a tag to compare
  • Add ability to pass tokenizer function to loading text or file

Version 0.3.1

27 Feb 01:53
27473de
Compare
Choose a tag to compare
  • Full python 2.7 support

Version 0.3.0

19 Dec 16:26
Compare
Choose a tag to compare
  • Ensure all checks against the word frequency are lower case
  • Slightly better performance on edit distance of 2