Implementation of the Wagner-Fischer edit distance
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).
| Release | Stable | Testing | 
|---|---|---|
| Fedora Rawhide | 0.04-20.fc35 | - | 
| Fedora 35 | 0.04-20.fc35 | - | 
| Fedora 34 | 0.04-18.fc34 | - | 
			You can contact the maintainers of this package via email at
			perl-Text-WagnerFischer dash maintainers at fedoraproject dot org.