Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-String-Similarity | Distribution: Mageia |
Version: 1.40.0 | Vendor: Mageia.Org |
Release: 26.mga9 | Build date: Tue Jun 7 02:31:46 2022 |
Group: Development/Perl | Build host: localhost |
Size: 34768 | Source RPM: perl-String-Similarity-1.40.0-26.mga9.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/String-Similarity | |
Summary: Perl extension for calculating the similarity of two strings |
$factor = similarity $string1, $string2, [$limit] The similarity-function calculates the similarity index of its two arguments. A value of 0 means that the strings are entirely different. A value of 1 means that the strings are identical. Everything else lies between 0 and 1 and describes the amount of similarity between the strings. It roughly works by looking at the smallest number of edits to change one string into the other. You can add an optional argument $limit (default 0) that gives the minimum similarity the two strings must satisfy. similarity stops analyzing the string as soon as the result drops below the given limit, in which case the result will be invalid but lower than the given $limit. You can use this to speed up the common case of searching for the most similar string from a set by specifying the maximum similarity found so far.
GPL+ or Artistic
* Tue Jun 07 2022 umeabot <umeabot> 1.40.0-26.mga9 + Revision: 1862425 - Rebuild for Perl 5.36 * Thu Mar 17 2022 umeabot <umeabot> 1.40.0-25.mga9 + Revision: 1796070 - Mageia 9 Mass Rebuild * Mon May 24 2021 umeabot <umeabot> 1.40.0-24.mga9 + Revision: 1727128 - Rebuild for perl 5.34 * Wed Jun 17 2020 umeabot <umeabot> 1.40.0-23.mga8 + Revision: 1595271 - Rebuild for perl 5.32
/usr/lib/.build-id /usr/lib/.build-id/8d /usr/lib/.build-id/8d/0144635a7962acd98c7a7dbe0169ef1207c31c /usr/lib/perl5/vendor_perl/String /usr/lib/perl5/vendor_perl/String/Similarity.pm /usr/lib/perl5/vendor_perl/auto/String /usr/lib/perl5/vendor_perl/auto/String/Similarity /usr/lib/perl5/vendor_perl/auto/String/Similarity/Similarity.so /usr/share/doc/perl-String-Similarity /usr/share/doc/perl-String-Similarity/COPYING /usr/share/doc/perl-String-Similarity/Changes /usr/share/doc/perl-String-Similarity/README /usr/share/man/man3/String::Similarity.3pm.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 8 06:59:35 2024