baudm/parseq

What is val_NED?

kos94ok opened this issue · 1 comments

What is val_ned?

baudm commented

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.