Package : perl-Text-Fuzzy > RPM : perl-Text-Fuzzy-0.290.0-3.mga8.i586.rpm

Basic items

Install
Name perl-Text-Fuzzy
Version 0.290.0
Release 3.mga8
URL https://metacpan.org/release/Text-Fuzzy
Group Development/Perl
Summary Partial string matching using edit distances
Size 112KB
Arch i586
License GPLv1+ or Artistic

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

Media information

Distribution release Mageia 8
Media name core-updates_testing
Media arch i586

Advanced items

Source RPM perl-Text-Fuzzy-0.290.0-3.mga8.src.rpm
Build time 2022-07-30 01:17:10
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie