An implementation of the Levenshtein edit distance

Edit Package perl-Text-Levenshtein
http://search.cpan.org/dist/Text-Levenshtein

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:

&fastdistance can be called with two scalars and is faster in most cases.

See also Text::LevenshteinXS on CPAN if you do not require a perl-only
implementation. It is extremely faster in nearly all cases.

See also Text::WagnerFischer on CPAN for a configurable edit distance, i.e. for
configurable costs (weights) for the edits.

Refresh
Refresh
Source Files
Filename Size Changed
Text-Levenshtein-0.12.tar.gz 0000014891 14.5 KB
perl-Text-Levenshtein.changes 0000000348 348 Bytes
perl-Text-Levenshtein.spec 0000002236 2.18 KB
Revision 2 (latest revision is 6)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 296266 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 2)
automatic update
Comments 0
openSUSE Build Service is sponsored by