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

List of RPMs