Perl extension for approximate matching (fuzzy matching)
http://search.cpan.org/dist/String-Approx
String::Approx lets you match and substitute strings approximately.
With this you can emulate errors: typing errorrs, speling errors,
closely related vocabularies (colour color),
genetic mutations (GAG ACT), abbreviations (McScot, MacScot).
NOTE: String::Approx suits the task of string matching,
not string comparison, and it works for strings, not for text.
Authors: Jarkko Hietaniemi
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:PowerPC/perl-String-Approx && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
String-Approx-3.27.tar.gz | 0000045497 44.4 KB | |
perl-String-Approx.changes | 0000001187 1.16 KB | |
perl-String-Approx.spec | 0000002047 2 KB |
Revision 3 (latest revision is 6)
Stephan Kulow (coolo)
accepted
request 161230
from
Petr Gajdos (pgajdos)
(revision 3)
- updated to 3.27: * Resolve https://rt.cpan.org/Ticket/Display.html?id=69029 Do not die (adist()) on empty pattern string. * Resolve https://rt.cpan.org/Ticket/Display.html?id=36707 Do not die on undefined inputs, just return undef. * Resolve https://rt.cpan.org/Ticket/Display.html?id=82341 Explicitly specify the licensing to be Artistic 2 or LGPL 2. * Modernize all the tests to use Test::More. * Add some tests for UTF-8 inputs.
Comments 0