Sophie

Sophie

distrib > Mageia > 9 > i586 > media > core-release > by-pkgid > d6cbf03a474ab8a5d652dae91925c8e8

perl-Text-Levenshtein-Damerau-0.410.0-5.mga9.noarch.rpm

Description:

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, but
has an XS addon Text::Levenshtein::Damerau::XS for massive
speed improvements. Works correctly with utf8 if backend supports it; known
to work with 'Text::Levenshtein::Damerau::PP' and
'Text::Levenshtein::Damerau::XS'.

use utf8;
my $tld = Text::Levenshtein::Damerau->new('ⓕⓞⓤⓡ');
print $tld->dld('ⓕⓤⓞⓡ');

Sources packages:

Other version of this rpm: