Home Blog Code Snippets
0.00.10.20.30.40.50.60.70.80.91.00.00.10.20.30.40.50.60.70.8timtommytodsuetom

"How far away" are words from other words?

For the task I used a fuzzy matching algorithm to match words with similar spelling variations.

String distances are calculated using Levenshtein Distance and Jaro-Winkler Distance.

I used D3.js to render the charts and natural for string distance calculations.