Name : perl-Text-Levenshtein-Damerau
| |
Version : 0.41
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 1.62
| Date : 2024-08-05 17:36:16
|
Group : Development/Libraries/Perl
| Source RPM : perl-Text-Levenshtein-Damerau-0.41-1.62.src.rpm
|
Size : 0.04 MB
| |
Packager : (none)
| |
Summary : 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 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(\'ⓕⓤⓞⓡ\');
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |