perl-Text-WagnerFischer

Implementation of the Wagner-Fischer edit distance

Description

This module implements the Wagner-Fischer dynamic programming technique,
used here to calculate the edit distance of two strings. The edit distance
is a measure of the degree of proximity between two strings, based on
"edits": the operations of substitutions, deletions or insertions needed to
transform the string into the other one (and vice versa). A cost (weight)
is needed for every of the operation defined above:
Website: http://search.cpan.org/dist/Text-WagnerFischer/
License: GPL+ or Artistic
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: development/libraries

Packages

perl-Text-WagnerFischer-0.04-1.el6.noarch [10 KiB] Changelog by Andrew Colin Kissa (2025-02-03):
- Inital packageing