
Text::levenshtein::damerau module returns the true damerau levenshtein edit distance of strings with adjacent transpositions. useful for fuzzy matching, dna variation metrics, and fraud detection.
defaults to using pure perl text::levenshtein::damerau::pp. this module can use text::levenshtein::damerau::xs for massive speed improvements. works correctly with utf8 if backend supports it.