Releases: mammothb/symspellpy
Releases · mammothb/symspellpy
v6.9.0
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
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
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
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
- 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
- Fix suggestion
count
in lookup_compound
when ignore_words=True
(#108)
- Log error message when loading dictionary fails (#109)
v6.7.5
- 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
- Update
editdistpy
dependency version
- Remove unused code in fast distance comparer classes
v6.7.3
- Update editdistpy version
- Explicitly mention that
ignore_term_with_digits=True
has to be used with ignore_non_words=True
v6.7.2
- 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