python-Levenshtein icon indicating copy to clipboard operation
python-Levenshtein copied to clipboard

Levenshtein.editops() does not accept weights

Open GroovyGeek opened this issue 1 year ago • 0 comments

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.

GroovyGeek avatar Oct 17 '24 02:10 GroovyGeek