Levenshtein Distance
Calculate the minimum number of single-character edits (insertions, deletions, substitutions) needed to transform one string into another.
Tilores uses Levenshtein distance in production — so you can automate matching with rules you configure.
Try it yourself
How it works
The Levenshtein distance is one of the most widely used string metrics in entity resolution. It measures how different two strings are by counting the minimum number of operations needed to transform one into the other. A distance of 0 means the strings are identical. In entity resolution, Levenshtein distance helps catch typos, misspellings, and minor data entry errors — "Jhonson" vs "Johnson" has a distance of just 1.
Use cases in entity resolution
Related tools
Don't implement this yourself
Tilores Studio runs the full matching engine — this algorithm plus configurable rules and real-time entity resolution — locally on your machine. Free, no account, no cloud. Load your own data and see it working in minutes.