Name : perl-Text-Fuzzy
| |
Version : 0.290.0
| Vendor : Mageia_Org
|
Release : 3.mga8
| Date : 2022-07-30 01:20:43
|
Group : Development/Perl
| Source RPM : perl-Text-Fuzzy-0.290.0-3.mga8.src.rpm
|
Size : 0.10 MB
| |
Packager : bcornec < bcornec>
| |
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
|
RPM found in directory: /vol/rzm3/linux-mageia/distrib/8/x86_64/media/core/updates_testing |