Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Text-Levenshtein: Implementation of the Levenshtein edit distance
- Summary
- 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>
Changelog
- * Mon Aug 28 17:00:00 2006 Steven Pritchard <steve{%}kspei{*}com> 0.05-3
- Improve Summary, description, and Source0 URL.
- Fix find option ordering.
- Don't generate license files.
- * Fri Sep 16 17:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.05-2
- Remove core module Test::More dependency.
- * Sat Aug 27 17:00:00 2005 Steven Pritchard <steve{%}kspei{*}com> 0.05-1
- Specfile autogenerated.