Skip to content

Releases: barrust/pyspellchecker

Version 0.2.2

22 Nov 23:56
Compare
Choose a tag to compare
  • Fix packaging of non-wheel distribution

Version 0.2.1

10 Nov 03:46
096a265
Compare
Choose a tag to compare
  • Ignore case for language identifiers

Version 0.2.0

06 Nov 01:39
Compare
Choose a tag to compare
  • 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

Version 0.1.5

06 Oct 22:50
db3e2e3
Compare
Choose a tag to compare
  • 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

28 Sep 00:09
d9f8151
Compare
Choose a tag to compare
  • Ability to easily remove words
  • Ability to add a single word
  • Improved (i.e. cleaned up) English dictionary

Version 0.1.3

09 Jul 23:22
Compare
Choose a tag to compare
  • Better handle punctuation and numbers as the word to check

Version 0.1.2

20 May 14:39
a692d62
Compare
Choose a tag to compare
  • Ensure resource folder is included in packaging

Version 0.1.1

04 Mar 20:11
92894cc
Compare
Choose a tag to compare
  • Support multiple languages using dictionaries
  • Added on-line documentation

Version 0.1.0

25 Feb 01:30
1640a90
Compare
Choose a tag to compare
  • Move word frequency to its own class
  • Add basic tests
  • README documentation

Version 0.0.1

24 Feb 02:30
Compare
Choose a tag to compare
  • Initial Implementation