Fuzzy-search

Latest version: v2.4.1

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

Scan your dependencies

2.4.0

- Add a vocabulary to allow setting distractor pairs for common text terms matching phrase terms, to do early pruning of pairs of text tokens and phrase tokens.
- Switch to using `python-levelshtein` for faster Levenshtein computation and early stopping.
- Add an option to pad text and phrase tokens with boundary characters (``) to increase matches when one of the beginning or ending characters matches, or for very short words (shorter than ngram size).

**Full Changelog**: https://github.com/marijnkoolen/fuzzy-search/compare/v2.3.0...v2.4.0

2.3.0

What's Changed
* Update `FuzzyTokenSearcher` to be more exhaustive by marijnkoolen in https://github.com/marijnkoolen/fuzzy-search/pull/1

**Full Changelog**: https://github.com/marijnkoolen/fuzzy-search/compare/1.4.3...v2.3.0

1.4.3

Various bug fixes.

1.0.0

This release adds fuzzy search templates and template searching, as well as numerous bug fixes and improved documentation.

0.2.0

This release contains a complete rewrite of the fuzzy search code, with a cleaner API, proper documentation and unit tests.

0.1

This is the first release with the basic fuzzy string searching functionality in place.

Links

Releases

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.