calculate the edit or Levenshtein distance between two words
calculate the edit or Levenshtein distance between two words
the first word to compare
the second word to compare
the edit distance between the words
Find the word that has the closest edit distance to the root string
Find the word that has the closest edit distance to the root string
the root word to compare the other words to
the list of items to test against Root
the function that converts the item to a String
a Tuple containing item with the shortest edit distance and the edit distance
Find the word that has the closest edit distance to the root string
Find the word that has the closest edit distance to the root string
the root word to compare the other words to
the list of words to test against Root
a Tuple containing the word with the shortest edit distance and the edit distance
Calculate the edit distance between words