65.9K
CodeProject is changing. Read more.
Home

An Optimal Wagner-Fischer Algorithm For Approximate Strings Matching In Python And NumPy

starIconstarIconstarIconstarIconstarIcon

5.00/5 (10 votes)

Sep 17, 2022

CPOL

27 min read

viewsIcon

11831

downloadIcon

106

Compute the Levenshtein distance of literal strings effectively by using the Wagner-Fischer (two matrix rows-based) algorithm.