Skip to content

Releases: mammothb/symspellpy

v6.3.8

21 Mar 07:24
Compare
Choose a tag to compare
  • Implemented delete_dictionary_entry
  • Improved performance by using python builtin hashing
  • Added versioning of the pickle

v6.3.7

18 Feb 07:35
Compare
Choose a tag to compare
  • Fixed include_unknown in lookup
  • Removed unused initial_capacity argument
  • Improved _get_str_hash performance
  • Implemented save_pickle and load_pickle to avoid having to create the dictionary every time

v6.3.6

11 Feb 06:01
Compare
Choose a tag to compare
  • Added create_dictionary() feature

v6.3.5

14 Jan 02:06
Compare
Choose a tag to compare
  • Fixed lookup_compound() to return the correct distance

v6.3.4

04 Jan 03:50
Compare
Choose a tag to compare
  • Added <self._replaced_words = dict()> to track number of misspelled words
  • Added ignore_token to word_segmentation() to ignore words with regular expression

v6.3.3

05 Dec 11:12
baeeb47
Compare
Choose a tag to compare

Added word_segmentation feature

6.3.2

23 Oct 01:48
Compare
Choose a tag to compare

Added encoding option to load_dictionary

6.3.1

30 Aug 03:10
c0c4028
Compare
Choose a tag to compare

created a package for the project