Package : perl-Text-Levenshtein-Damerau > RPM : perl-Text-Levenshtein-Damerau-0.410.0-5.mga9.src.rpm

Basic items

Name perl-Text-Levenshtein-Damerau
Version 0.410.0
Release 5.mga9
URL https://metacpan.org/release/Text-Levenshtein-Damerau
Group Development/Perl
Summary Pure Perl Damerau Levenshtein edit distance
Size 17KB
Arch noarch
License GPLv1+ or Artistic

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('ⓕⓤⓞⓡ');

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2022-03-20 15:16:10
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie