Name : perl-Text-Levenshtein-Damerau
| |
Version : 0.41
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp151.1.1
| Date : 2018-12-03 22:39:37
|
Group : Development/Libraries/Perl
| Source RPM : perl-Text-Levenshtein-Damerau-0.41-lp151.1.1.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 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(\'ⓕⓤⓞⓡ\');
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/openSUSE_Leap_15.1/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Text::Levenshtein::Damerau)
perl(Text::Levenshtein::Damerau::PP)
perl-Text-Levenshtein-Damerau
Requires :