Open t-b opened 6 years ago
Maybe this requires help from an XOP. Or someone implementing one of the algos in https://en.wikipedia.org/wiki/Edit_distance.
Existing C++ implementation is https://github.com/jreiffers/vlad.
Or implement the algorithm in IP itself, see https://en.wikipedia.org/wiki/Levenshtein_distance.
Maybe this requires help from an XOP. Or someone implementing one of the algos in https://en.wikipedia.org/wiki/Edit_distance.