* Ensure all checks against the word frequency are lower case * Slightly better performance on edit distance of 2
0.2.2
* Fix packaging of non-wheel distribution
0.2.1
* Ignore case for language identifiers
0.2.0
* Changed `words` function to `split_words` to differentiate with the `word_frequency.words` function * Added ***Portuguese*** dictionary: `pt` * Add encoding argument to `gzip.open` and `open` dictionary loading and exporting * Use of __slots__ for class objects
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
0.1.4
* Ability to easily remove words * Ability to add a single word * Improved (i.e. cleaned up) English dictionary