Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how does it compare with rapidfuzz and wuzzyfuzzy? #39

Open
sanjeevpe opened this issue Mar 9, 2022 · 2 comments
Open

how does it compare with rapidfuzz and wuzzyfuzzy? #39

sanjeevpe opened this issue Mar 9, 2022 · 2 comments

Comments

@sanjeevpe
Copy link

Hi,
thank you for this repository.
I was wondering if you've benchmarked speed, accuracy for Levenshtein distance between fuzzy search v/s RapidFuzz and fuzzywuzzy?

https://github.com/maxbachmann/RapidFuzz

@taleinat
Copy link
Owner

taleinat commented Mar 9, 2022

Hi, good question! This should be clearly addressed in the documentation.

The main difference is that fuzzysearch is intended for searching through long texts or sequences for partially-matching sub-strings or sub-sequences. FuzzyWuzzy and RapidFuzz, on the other hand, are intended for comparing pairs of strings and calculating similarity metrics (such as the Levenshtein distance) on them.

These are very different use-cases, and the solutions are very different as well.

(I'm leaving this open as a reminder to improve the docs in this regard.)

@sanjeevpe
Copy link
Author

sanjeevpe commented Mar 10, 2022

Thank you for your reply; it is helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants