Package : perl-Text-Fuzzy
Package details
Summary: Partial string matching using edit distances
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 ('うえお☺'), "
";
produces output
URL: https://metacpan.org/release/Text-Fuzzy
License: GPLv1+ or Artistic
Maintainer: tv
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 ('うえお☺'), "
";
produces output
URL: https://metacpan.org/release/Text-Fuzzy
License: GPLv1+ or Artistic
Maintainer: tv
List of RPMs
- perl-Text-Fuzzy-0.290.0-3.mga8.src.rpm (Mageia 8, i586 media, core-updates_testing)