Package : perl-Text-Fuzzy > RPM : perl-Text-Fuzzy-0.290.0-4.mga10.src.rpm

Basic items

Name perl-Text-Fuzzy
Version 0.290.0
Release 4.mga10
URL https://metacpan.org/release/Text-Fuzzy
Group Development/Perl
Summary Partial string matching using edit distances
Size 87KB
Arch aarch64
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 cauldron
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2023-11-29 17:38:19
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie