* 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](https://github.com/barrust/pyspellchecker/pull/17) Thanks [mrjamesriley](https://github.com/mrjamesriley) * Added Export functionality: * json * gzip * Updated logic for loading dictionaries to be either language or local_dictionary
0.1.4
* Ability to easily remove words * Ability to add a single word * Improved (i.e. cleaned up) English dictionary
0.1.3
* Better handle punctuation and numbers as the word to check
0.1.1
* Add support for language dictionaries * English, Spanish, French, and German * Remove support for python 2; if it works, great!
0.1.0
* Move word frequency to its own class * Add basic tests * Readme documentation
0.0.1
* Initial release using code from Peter Norvig * Initial release to pypi