Package : perl-Text-Fuzzy > RPM : perl-Text-Fuzzy-0.290.0-3.mga8.src.rpm
Basic items
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 | 87KB |
Arch | x86_64 |
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
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 | NOT IN DATABASE ?! |
Build time | 2022-07-30 01:17:50 |
Changelog | View in Sophie |
Files | View in Sophie |
Dependencies | View in Sophie |