2 Comments

Thanks for the weekly update. Any alternative to fuzzy-matcher in Python? (similar features)

Expand full comment
author

rapidfuzz and fuzzywuzzy are the popular ones. rapidfuzz is a bit faster with its c++ implementation under the hood.

Expand full comment