/detail_edit_distance

A enhanced version of edit distance (Levenshtein distance) algorithm, which extract detail difference between two strings instead of only cost hinted. The algorithm can be used in change detection, dynamic planning, even typewriting exercise.

Primary LanguagePythonMIT LicenseMIT

Issues