SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-Text-Fuzzy-PP rpm build for : OpenSuSE. For other distributions click perl-Text-Fuzzy-PP.

Name : perl-Text-Fuzzy-PP
Version : 0.01 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp154.1.1 Date : 2023-01-27 18:05:12
Group : Development/Libraries/Perl Source RPM : perl-Text-Fuzzy-PP-0.01-lp154.1.1.src.rpm
Size : 0.04 MB
Packager : https://www_suse_com/
Summary : partial or fuzzy string matching using edit distances (Pure Perl)
Description :
This module is a drop in, pure perl, substitute for the Text::Fuzzy
manpage. All documentation is taken directly from the Text::Fuzzy manpage.

This module calculates the Levenshtein edit distance between words, and
does edit-distance-based searching of arrays and files to find the nearest
entry. It can handle either byte strings or character strings (strings
containing Unicode), treating each Unicode character as a single entity.

It is designed for high performance in searching for the nearest to a
particular search term over an array of words or a file, by reducing the
number of calculations which needs to be performed.

It supports either bytewise edit distances or Unicode-based edit distances:

use utf8;
my $tf = Text::Fuzzy::PP->new (\'あいうえお☺\');
print $tf->distance (\'うえお☺\'), \"\
\";


The default edit distance is the Levenshtein edit distance, which applies
an equal weight of one to additions (\'cat\' -> \'cart\'), substitutions (\'cat\'
-> \'cut\'), and deletions (\'carp\' -> \'cap\'). Optionally, the
Damerau-Levenshtein edit distance, which additionally allows transpositions
(\'salt\' -> \'slat\') may be selected using the method the /transpositions_ok
manpage.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/15.4/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-Text-Fuzzy-PP-0.01-lp154.1.1.noarch.rpm
     

Provides :
perl(Text::Fuzzy::PP)
perl-Text-Fuzzy-PP

Requires :
perl(:MODULE_COMPAT_5.26.1)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/Text
/usr/lib/perl5/vendor_perl/5.26.1/Text/Fuzzy
/usr/lib/perl5/vendor_perl/5.26.1/Text/Fuzzy/PP.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Text-Fuzzy-PP
/usr/share/doc/packages/perl-Text-Fuzzy-PP/Changes
/usr/share/doc/packages/perl-Text-Fuzzy-PP/LICENSE
/usr/share/doc/packages/perl-Text-Fuzzy-PP/README
/usr/share/man/man3/Text::Fuzzy::PP.3pm.gz

 
ICM