Releases: mammothb/symspellpy
Releases · mammothb/symspellpy
v6.9.0
09 Mar 09:42
Compare
Sorry, something went wrong.
No results found
What's Changed
Specify that frequency count must be 64-bit int (#180 )
Rename string1 and string2 argument names (#181 )
Full Changelog : v6.8.0...v6.9.0
v6.8.0
09 Mar 04:53
Compare
Sorry, something went wrong.
No results found
What's Changed
Allow file object as corpus of load_dictionary (#176 )
Bump supported Python version to 3.9 - 3.13 (#177 )
Full Changelog : v6.7.8...v6.8.0
v6.7.8
31 Aug 14:11
Compare
Sorry, something went wrong.
No results found
What's Changed
Handle encoding errors (#149 )
Bump supported Python version (#151 )
Remove numpy dependency (#156 )
Feature: distance comparer interface (#159 )
Full Changelog : v6.7.7...v6.7.8
v6.7.8-rc1
31 Aug 13:48
Compare
Sorry, something went wrong.
No results found
What's Changed
Handle encoding errors (#149 )
Bump supported Python version (#151 )
Remove numpy dependency (#156 )
Feature: distance comparer interface (#159 )
Full Changelog : v6.7.7...v6.7.8-rc1
v6.7.7
24 Oct 03:23
Compare
Sorry, something went wrong.
No results found
Remove support for Python 3.6
Use compiled regex expression in create_dictionary() (#129 )
Configure module logger instead of modifying root logger (#132 , #133 )
v6.7.6
19 Dec 08:35
Compare
Sorry, something went wrong.
No results found
Fix suggestion count in lookup_compound when ignore_words=True (#108 )
Log error message when loading dictionary fails (#109 )
v6.7.5
02 Dec 14:41
Compare
Sorry, something went wrong.
No results found
Fix replaced_words not being updated when best match is a combi (closes #103 )
Implement a way to change the edit distance comparer algorightm via distance_algorithm property. Available values are found in DistanceAlgorithm
v6.7.4
29 Nov 13:33
Compare
Sorry, something went wrong.
No results found
Update editdistpy dependency version
Remove unused code in fast distance comparer classes
v6.7.3
27 Nov 07:20
Compare
Sorry, something went wrong.
No results found
Update editdistpy version
Explicitly mention that ignore_term_with_digits=True has to be used with ignore_non_words=True
v6.7.2
25 Nov 12:25
Compare
Sorry, something went wrong.
No results found
Fix typo of Dameruau to Damerau in various places. Can potentially break some setups that explicitly _distance_algorithm
Implement fast distance comparers with editdistpy
Set DamerauOsaFast as the default distance comparer