Package : perl-String-Similarity > RPM : perl-String-Similarity-1.40.0-27.mga10.src.rpm

Basic items

Name perl-String-Similarity
Version 1.40.0
Release 27.mga10
URL https://metacpan.org/release/String-Similarity
Group Development/Perl
Summary Perl extension for calculating the similarity of two strings
Size 19KB
Arch aarch64
License GPL+ or Artistic

Description

$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.

Media information

Distribution release Mageia cauldron
Media name core-release
Media arch x86_64

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2023-11-28 17:06:59
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie