-
Notifications
You must be signed in to change notification settings - Fork 78
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
WER #11
Comments
Hello, the WER interpretation is a bit different, use Levenshtein's distance. Look: The WER is defined as the editing / Levenshtein distance on word level divided by the amount of words in the original text. In case of the original having more words (N) than the result and bothbeing totally different (all N words resulting in 1 edit operation each), the WER will always be 1 (N / N = 1). See this interpretation: https://martin-thoma.com/word-error-rate-calculation/ you can use this: https://github.com/zszyellow/WER-in-python or this implementation: https://github.com/belambert/asr-evaluation by a curiosity are you using which model? Regards, |
hi sir And what is your result? Thank you |
hi,I want to know why the WER is 0.8? I use the default parameters using TIMIT,shave I do something wrong???
The text was updated successfully, but these errors were encountered: