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

Find Word Error Rate? #3676

Open
Chaitanya1597 opened this issue Aug 3, 2021 · 2 comments
Open

Find Word Error Rate? #3676

Chaitanya1597 opened this issue Aug 3, 2021 · 2 comments

Comments

@Chaitanya1597
Copy link

Currently, I'm using DeepSpeech 0.9.3 and trying to find out Word Error Rate on the Common Voice Mozilla dataset. My question is, is there any python script to find out WER? if Yes, please help me with this.

@yunzqq
Copy link

yunzqq commented Aug 5, 2021

I also want to know how could I calculate the WER?

@RobinE89
Copy link

RobinE89 commented Aug 21, 2021

@Chaitanya1597 and @yunzqq - what you are looking for is the metric called - "Levenshtein Distance". You have to calculate this between the Ground-Truth-Text (alias Referenztext (the origin voice input that you made as text)) and the Deepspeech - Transcription (output text)
more useful informations: Articel from Rafael C. Carrasco - i hope this is helpful for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants