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: 28.mga10 | Build date: Fri Aug 23 01:03:12 2024 |
Group: Development/Perl | Build host: localhost |
Size: 34412 | Source RPM: perl-String-Similarity-1.40.0-28.mga10.src.rpm |
Packager: neoclust <neoclust> | |
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
* Thu Aug 22 2024 neoclust <neoclust> 1.40.0-28.mga10 + Revision: 2088223 - Rebuild against new perl * Tue Nov 28 2023 tv <tv> 1.40.0-27.mga10 + Revision: 2010533 - Rebuild for perl-5.38
/usr/lib/.build-id /usr/lib/.build-id/a0 /usr/lib/.build-id/a0/8adb6689f22031d09e2f9b3ef2e204dc3aeb30 /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, Thu Dec 26 11:19:40 2024