perl-Text-Levenshtein - Implementation of the Levenshtein edit distance
Description:
This module implements the Levenshtein edit distance. The Levenshtein edit distance is a measure of the degree of proximity between two strings. This distance is the number of substitutions, deletions or insertions ("edits") needed to transform one string into the other one (and vice versa). When two strings have distance 0, they are the same. A good point to start is: <http://www.merriampark.com/ld.htm>
Homepage: http://search.cpan.org/dist/Text-Levenshtein/
License: GPL or Artistic
Vendor: Fedora Project
Packages
perl-Text-Levenshtein-0.05-4.fc7.noarch [8 KiB] |
Changelog by Steven Pritchard (2007-04-18):
- Use fixperms macro instead of our own chmod incantation. - BR ExtUtils::MakeMaker. |