Releases: barrust/pyspellchecker
Releases · barrust/pyspellchecker
Version 0.8.4
Version 0.8.3
- Add
Persiandictionary; thanks @ashkanfeyzollahi - Add type check for data being passed to
spell.knownandspell.unknownfunctions; thanks @arvinnick - Minor optimization on updating dictionaries; thanks @RDxR10
Version 0.8.2
- Update dictionaries; see issue #171 and discussion 172
Version 0.8.1
- Update
en,es,fr, anditto include country names; see issue #168
Version 0.8.0
- Leveraged the dictionary files from levidromelist to attempt to clean up the
en,es,fr,pt,'de, andnldictionaries; Attempts to resolve issues #164, #155, #150, #140, #115, and #107; see issue #126 - Added
Italianlanguage support; see #167
Version 0.7.3
- Remove relative imports in favor of absolute imports
- Add
Pathsupport for files - Added
Dutchlanguage support; see #162
Version 0.7.2
Version 0.7.1
- Add
py.typedto enable mypy support
Version 0.7.0
- Backwards Combatibility Change:
spell.candidatesandspell.correctionnow returnNoneif 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
Arabiclanguage support; see #129 - Add ability to add the same word many times; see #132
Version 0.6.3
- Added class method to be able to get a listing of all supported languages
- Added type hinting
- Updated English dictionary to remove incorrect
ciewords; see #112