A fuzzy search tool written in python
A lightweight, pip-installable Python library that aims to provide fuzzy string matching and ranking capabilities. With support for various custom scorers like Levenshtein, token sort, and Jaccard, FuzzyBunny will allow you to perform both partial and full matches with adjustable thresholds for flexible and speedy string comparisons.
The project is in the early stages of development. The setup is complete, and we are working on implementing the core features.
This project is licensed under the MIT License. See the LICENSE
file for details.
- Pybind11 for making it easy to create Python bindings for C++