Jaro-Winkler Distance
Measure string similarity with extra weight for matching prefixes β ideal for name matching in entity resolution.
Tilores uses Jaro-Winkler in production β so you can automate matching with rules you configure.
Try it yourself
How it works
Jaro-Winkler is a variant of the Jaro similarity that gives additional weight to matching characters at the beginning of strings. This makes it particularly effective for name matching, where the first few characters are often the most reliable (e.g., "Robert" vs "Rob" share the prefix "Rob"). The score ranges from 0 (no similarity) to 1 (exact match). Values above 0.85 typically indicate a strong match.
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.