Skip to content

Releases: barrust/pyspellchecker

Version 0.8.4

30 Nov 00:18
7cfb489

Choose a tag to compare

Version 0.8.4

Version 0.8.3

19 May 00:52

Choose a tag to compare

  • Add Persian dictionary; thanks @ashkanfeyzollahi
  • Add type check for data being passed to spell.known and spell.unknown functions; thanks @arvinnick
  • Minor optimization on updating dictionaries; thanks @RDxR10

Version 0.8.2

20 Dec 05:52
55caa36

Choose a tag to compare

Version 0.8.1

20 Jan 13:04

Choose a tag to compare

  • Update en, es, fr, and it to include country names; see issue #168

Version 0.8.0

15 Jan 13:19

Choose a tag to compare

Version 0.7.3

27 Dec 15:28

Choose a tag to compare

  • Remove relative imports in favor of absolute imports
  • Add Path support for files
  • Added Dutch language support; see #162

Version 0.7.2

26 Apr 01:48

Choose a tag to compare

  • Added Latvian language support; see #145
  • Added Basque language support; see #146

Version 0.7.1

15 Dec 03:38

Choose a tag to compare

  • Add py.typed to enable mypy support

Version 0.7.0

29 Aug 23:50
1ff6693

Choose a tag to compare

  • Backwards Combatibility Change:
    • spell.candidates and spell.correction now return None if there are no valid corrections or candidates
  • Remove misspelled words from issue #120
  • Update all default language dictionaries after updating the minimum frequency to 50 in scripts/build_dictionary.py
  • Fix float("nan") issue; see #125
  • Include Wikipedia's common typo list to the exclude listing; see #124
  • Add Arabic language support; see #129
  • Add ability to add the same word many times; see #132

Version 0.6.3

15 Jan 17:01

Choose a tag to compare

  • Added class method to be able to get a listing of all supported languages
  • Added type hinting
  • Updated English dictionary to remove incorrect cie words; see #112