python-Levenshtein
python-Levenshtein copied to clipboard
Levenshtein.editops() does not accept weights
This is more of a feature request than a bug report.
Levenshtein.distance() accepts the weights=(n1,n2,n3) parameter to specify the cost of insertions, deletions, and substitutions. However Levenshtein.editops() does not. It will be very helpful to augment the functionality in a future release.