Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-updates_testing > by-pkgid > f861c288056357ac43b8736f2c0c328f

perl-Text-Fuzzy-0.290.0-3.mga8.armv7hl.rpm

Description:

This module calculates edit distances between words, and searches arrays
and files to find the nearest entry by edit distance. It handles both byte
strings and character strings (strings containing Unicode), treating each
Unicode character as a single entity.

use Text::Fuzzy;
use utf8;
my $tf = Text::Fuzzy->new ('あいうえお☺');
print $tf->distance ('うえお☺'), "\n";

produces output

Sources packages:

Other version of this rpm: