toflar/state-set-index
PHP implementation of the State Set Index algorithm for fast typo-tolerant (Levenshtein) similarity search over very large string sets with small indexes. Extends the paper with transposition support, caching snapshots, and pluggable alphabets/storage.
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.2.0...3.3.0
TL;DR: This release contains a bug fix and performance improvements 🚀
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.1.0...3.2.0
TL;DR: This release fixes a problem in the original algorithm that can cause terms to not be found. This release fixes it which is thanks to the awesome work by @ausi! ❤️
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.0.3...3.1.0
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.0.2...3.0.3
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.0.1...3.0.2
Full Changelog: https://github.com/Toflar/state-set-index/compare/3.0.0...3.0.1
Full Changelog: https://github.com/Toflar/state-set-index/compare/2.0.2...3.0.0
Full Changelog: https://github.com/Toflar/state-set-index/compare/2.0.1...2.0.2
Full Changelog: https://github.com/Toflar/state-set-index/compare/2.0.0...2.0.1
Utf8Alphabet which requires no storage but instead is based on the UTF-8 character codepoints.Full Changelog: https://github.com/Toflar/state-set-index/compare/1.0.1...1.0.2
Full Changelog: https://github.com/Toflar/state-set-index/compare/1.0.0...1.0.1
Initial version 🥳
How can I help you explore Laravel packages today?