Releases: barrust/pyspellchecker
Releases · barrust/pyspellchecker
Version 0.8.1
- Update
en
,es
,fr
, andit
to 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
, andnl
dictionaries; Attempts to resolve issues #164, #155, #150, #140, #115, and #107; see issue #126 - Added
Italian
language support; see #167
Version 0.7.3
- Remove relative imports in favor of absolute imports
- Add
Path
support for files - Added
Dutch
language support; see #162
Version 0.7.2
Version 0.7.1
- Add
py.typed
to enable mypy support
Version 0.7.0
- Backwards Combatibility Change:
spell.candidates
andspell.correction
now returnNone
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
- 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
Version 0.6.2
- Add ability to load multiple languages at once; see discussion
- Fix default tokenizer to not enforce lower case; #99