perl-String-Approx - Perl extension for approximate matching (fuzzy matching)
Website: | http://search.cpan.org/dist/String-Approx/ |
---|---|
License: | Artistic/GPL |
Vendor: | Dag Apt Repository, http://dag.wieers.com/apt/ |
- Description:
The most important change was that the underlying algorithm was changed completely. Instead of doing everything in Perl using regular expressions we now do the matching in C using the so-called Manber-Wu k-differences algorithm shift-add. You have met this algorithm if you have used the agrep utility or the Glimpse indexing system.
Packages
perl-String-Approx-3.26-1.el4.rf.x86_64 [78 KiB] |
Changelog
by Dries Verachtert (2006-06-02):
- Updated to release 3.26. |