Package : perl-Text-Levenshtein-Damerau > RPM : perl-Text-Levenshtein-Damerau-0.410.0-2.mga6.src.rpm

Basic items

Name perl-Text-Levenshtein-Damerau
Version 0.410.0
Release 2.mga6
URL http://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 the Text::Levenshtein::Damerau::PP manpage, but
has an XS addon the Text::Levenshtein::Damerau::XS manpage 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'.

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

Media information

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

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 11:44:19
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie