freebsd-ports/devel/p5-String-Similarity/pkg-descr
Kevin Lo c0849c64b8 Initial import of String-Similarity 0.02
This is the perl module that calculates the similarity of two strings.
2001-06-22 07:26:14 +00:00

5 lines
291 B
Text

The "String::Similarity" 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.