kos94ok opened this issue 3 years ago · 1 comments
What is val_ned?
Hello, that is actually 100 * (1 - NED), where NED is the Normalized Edit Distance defined as: NED(a, b) = dist(a, b) / max(len(a), len(b)), and dist() is the Levenshtein distance.
NED(a, b) = dist(a, b) / max(len(a), len(b))
dist()