Name : perl-Text-Levenshtein-XS
| |
Version : 0.503.0
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : lp155.1.1
| Date : 2024-08-19 00:10:10
|
Group : Unspecified
| Source RPM : perl-Text-Levenshtein-XS-0.503.0-lp155.1.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
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: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl/15.5/x86_64 |