String Edit Distance Visualizer
Visualize the edit distance between words using Levenshtein and Jaro-Winkler algorithms
About
This tool visualizes the edit distance between words using two algorithms:
- Levenshtein Distance: Measures the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into another.
- Jaro-Winkler Distance: A string metric measuring an edit distance between two sequences, with emphasis on the beginning of the string.
Words closer to the base word appear lower on the chart (smaller distance).