An implementation of the Levenshtein edit distance
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.
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-Text-Levenshtein && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Text-Levenshtein-0.14.tar.gz | 0000015601 15.2 KB | |
cpanspec.yml | 0000000547 547 Bytes | |
perl-Text-Levenshtein.changes | 0000000924 924 Bytes | |
perl-Text-Levenshtein.spec | 0000002116 2.07 KB |
Revision 4 (latest revision is 6)
Dirk Stoecker (dstoecker)
accepted
request 881285
from
Tina Müller (tinita)
(revision 4)
- updated to 0.14 see /usr/share/doc/packages/perl-Text-Levenshtein/Changes
Comments 0