Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@barrust barrust released this 29 Aug 23:50
· 30 commits to master since this release
1ff6693
  • 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