Name : perl-Text-Levenshtein-XS
| |
Version : 0.503.0
| Vendor : Mageia_Org
|
Release : 3.mga9
| Date : 2022-06-07 02:56:40
|
Group : Development/Perl
| Source RPM : perl-Text-Levenshtein-XS-0.503.0-3.mga9.src.rpm
|
Size : 0.08 MB
| |
Packager : umeabot < umeabot>
| |
Summary : Calculate edit distance based on insertion, deletion, and substitution
|
Description :
Returns the number of edits (insert,delete,substitute) required to turn the source string into the target string. XS implementation (requires a C compiler). Works correctly with utf8.
use Text::Levenshtein::XS qw/distance/; use utf8;
distance(\'ⓕⓞⓤⓡ\',\'ⓕⓤⓞⓡ\'),
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/9/i586/media/core/release |