freebsd-ports/devel/p5-Text-Levenshtein-Damerau/pkg-descr
Sunpoet Po-Chuan Hsieh 26434ae42c - Add p5-Text-Levenshtein-Damerau 0.41
Text::Levenshtein::Damerau returns the true Damerau Levenshtein edit distance of
strings with adjacent transpositions. Useful for fuzzy matching, DNA variation
metrics, and fraud detection.

Text::Levenshtein::Damerau defaults to using Pure Perl
Text::Levenshtein::Damerau::PP, but has an XS addon
Text::Levenshtein::Damerau::XS for massive speed imrovements. Works correctly
with utf8 if backend supports it; known to work with
Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS.

WWW: http://search.cpan.org/dist/Text-Levenshtein-Damerau/
2015-07-20 15:01:35 +00:00

11 lines
556 B
Text

Text::Levenshtein::Damerau returns the true Damerau Levenshtein edit distance of
strings with adjacent transpositions. Useful for fuzzy matching, DNA variation
metrics, and fraud detection.
Text::Levenshtein::Damerau defaults to using Pure Perl
Text::Levenshtein::Damerau::PP, but has an XS addon
Text::Levenshtein::Damerau::XS for massive speed imrovements. Works correctly
with utf8 if backend supports it; known to work with
Text::Levenshtein::Damerau::PP and Text::Levenshtein::Damerau::XS.
WWW: http://search.cpan.org/dist/Text-Levenshtein-Damerau/