rapidfuzz / rapidfuzz-cpp

Rapid fuzzy string matching in C++ using the Levenshtein Distance
https://rapidfuzz.github.io/rapidfuzz-cpp
MIT License
238 stars 37 forks source link

Fix extract templates examples #64

Closed panosk closed 2 years ago

maxbachmann commented 2 years ago

Thanks for fixing the example. Could you remove my previous commit from this PR? I mistakenly pushed this on main yesterday. The same fix is required for the multithreading example as well.

maxbachmann commented 2 years ago

Thanks for the contribution