NickCrews / mismo

The SQL/Ibis powered sklearn of record linkage
https://nickcrews.github.io/mismo/
GNU Lesser General Public License v3.0
14 stars 3 forks source link

Add Levenshtein ratio to mismo.text #46

Closed jstammers closed 5 months ago

jstammers commented 5 months ago

This implements a function to calculate the levenshtein ratio between two strings

NickCrews commented 5 months ago

I can fixup that linter error in a followup. Thank you for this @jstammers !!

FYI if you are running in vscode or some IDE, it should be easy to set up ruff to format every time you save a file, which can be super nice since you always will be looking at a pretty file and you will always pass the linter check