Edit distance
From Wikipedia, the free encyclopedia
In information theory and computer science, the edit distance between two strings of characters is the number of operations required to transform one of them into the other. There are several different algorithms to define or calculate this metric:
- Hamming distance
- Levenshtein distance
- Damerau-Levenshtein distance
- Jaro-Winkler distance
- Wagner-Fischer edit distance
- Ukkonen
- Hirshberg
[edit] See also
[edit] External links
- Text::WagnerFischer, a Perl implementation of the Wagner-Fischer edit distance