Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is val_NED? #10

Closed
kos94ok opened this issue Jul 29, 2022 · 1 comment
Closed

What is val_NED? #10

kos94ok opened this issue Jul 29, 2022 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@kos94ok
Copy link

kos94ok commented Jul 29, 2022

What is val_ned?

@baudm
Copy link
Owner

baudm commented Jul 30, 2022

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.

@baudm baudm closed this as completed Jul 30, 2022
@baudm baudm added the documentation Improvements or additions to documentation label Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants