Symspellpy

Latest version: v6.7.7

Safety actively analyzes 619599 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 4

6.7.7

- Remove support for Python 3.6
- Use compiled regex expression in `create_dictionary()` ([129](https://github.com/mammothb/symspellpy/pull/129))
- Configure module logger instead of modifying root logger ([132](https://github.com/mammothb/symspellpy/pull/132), [#133](https://github.com/mammothb/symspellpy/pull/133))

6.7.6

- Fix suggestion `count` in `lookup_compound` when `ignore_words=True` ([108](https://github.com/mammothb/symspellpy/pull/108))
- Log error message when loading dictionary fails ([109](https://github.com/mammothb/symspellpy/pull/109))

6.7.5

- Fix `replaced_words` not being updated when best match is a combi (closes [103](https://github.com/mammothb/symspellpy/issues/103))
- Implement a way to change the edit distance comparer algorightm via `distance_algorithm` property. Available values are found in [`DistanceAlgorithm`](https://symspellpy.readthedocs.io/en/latest/api/editdistance.html#symspellpy.editdistance.DistanceAlgorithm)

6.7.4

- Update `editdistpy` dependency version
- Update `LevenshteinFast` and `DamerauOsaFast` to match the functionality of the `editdistpy` library

6.7.3

- Update `editdistpy` dependency version

6.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](https://github.com/mammothb/editdistpy)
- Set `DamerauOsaFast` as the default distance comparer

Page 1 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.