RapidFuzz/docs/index.md

1.6 KiB

template
overrides/main.html

RapidFuzz

Rapid fuzzy string matching using the Levenshtein Distance

PyPI package version Conda Version Gitter chat GitHub license


RapidFuzz is a fast string matching library for Python and C++, which is using the string similarity calculations from FuzzyWuzzy. However there are two aspects that set RapidFuzz apart from FuzzyWuzzy:

  1. It is MIT licensed so it can be used whichever License you might want to choose for your project, while you're forced to adopt the GPL license when using FuzzyWuzzy

  2. It is mostly written in C++ and on top of this comes with a lot of Algorithmic improvements to make string matching even faster, while still providing the same results. More details on these performance improvements in form of benchmarks can be found here