Releases: barrust/pyspellchecker
Releases · barrust/pyspellchecker
Version 0.2.2
- Fix packaging of non-wheel distribution
Version 0.2.1
- Ignore case for language identifiers
Version 0.2.0
- Changed
words
function tosplit_words
to differentiate with theword_frequency.words
function - Added Portuguese dictionary:
pt
- Add encoding argument to
gzip.open
andopen
dictionary loading and exporting - Use of slots for class objects
Version 0.1.5
- Remove words based on threshold
- Add ability to iterate over words (keys) in the dictionary
- Add setting to to reduce the edit distance check see PR #17 Thanks @mrjamesriley
- Added Export functionality:
- json
- gzip
- Updated logic for loading dictionaries to be either language or local_dictionary
Version 0.1.4
- Ability to easily remove words
- Ability to add a single word
- Improved (i.e. cleaned up) English dictionary
Version 0.1.3
- Better handle punctuation and numbers as the word to check
Version 0.1.2
- Ensure resource folder is included in packaging
Version 0.1.1
- Support multiple languages using dictionaries
- Added on-line documentation
Version 0.1.0
- Move word frequency to its own class
- Add basic tests
- README documentation
Version 0.0.1
- Initial Implementation