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 calculation? #3677

Open
yunzqq opened this issue Aug 5, 2021 · 2 comments
Open

Find word error rate calculation? #3677

yunzqq opened this issue Aug 5, 2021 · 2 comments

Comments

@yunzqq
Copy link

yunzqq commented Aug 5, 2021

For support and discussions, please use our Discourse forums.

If you've found a bug, or have a feature request, then please create an issue with the following information:

  • Have I written custom code (as opposed to running examples on an unmodified clone of the repository):
  • OS Platform and Distribution (e.g., Linux Ubuntu 16.04):
  • TensorFlow installed from (our builds, or upstream TensorFlow):
  • TensorFlow version (use command below):
  • Python version:
  • Bazel version (if compiling from source):
  • GCC/Compiler version (if compiling from source):
  • CUDA/cuDNN version:
  • GPU model and memory:
  • Exact command to reproduce:

You can obtain the TensorFlow version with

python -c "import tensorflow as tf; print(tf.GIT_VERSION, tf.VERSION)"

Please describe the problem clearly. Be sure to convey here why it's a bug or a feature request.

Include any logs or source code that would be helpful to diagnose the problem. For larger logs, link to a Gist, not a screenshot. If including tracebacks, please include the full traceback. Try to provide a reproducible test case.

@yunzqq
Copy link
Author

yunzqq commented Aug 5, 2021

calculate the word error rate

@nealmcb
Copy link

nealmcb commented Oct 16, 2021

Calculating WER and related statistics seems like a task like that would best be left to a separate tool.

Offhand, this looks like a reasonable candidate tool if you like Python: jiwer · PyPI

You also might want to edit your question to remove the extraneous unanswered and/or irrelevant questions.
Best wishes.

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

2 participants