Tutorial#
import myeditdistance as ed
distance = ed.edit_distance("kitten", "sitting")
print(distance)
If you want to calculate the edit distance between two strings
import myeditdistance as ed
distance = ed.edit_distance("kitten", "sitting")
print(distance)
If you want to calculate the edit distance between two strings