Name : perl-Text-Levenshtein-Damerau
| |
Version : 0.410.0
| Vendor : Mageia_Org
|
Release : 5.mga9
| Date : 2022-03-20 15:16:14
|
Group : Development/Perl
| Source RPM : perl-Text-Levenshtein-Damerau-0.410.0-5.mga9.src.rpm
|
Size : 0.05 MB
| |
Packager : umeabot < umeabot>
| |
Summary : Pure Perl Damerau Levenshtein edit distance
|
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(\'ⓕⓤⓞⓡ\');
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/armv7hl/media/core/release |