asr-evaluation icon indicating copy to clipboard operation
asr-evaluation copied to clipboard

Python module for evaluating ASR hypotheses (e.g. word error rate, word recognition rate).

Results 5 asr-evaluation issues
Sort by recently updated
recently updated
newest added

Branch `main` refactored by [Sourcery](https://sourcery.ai/github/). If you're happy with these changes, merge this Pull Request using the *Squash and merge* strategy. See our documentation [here](https://docs.sourcery.ai/GitHub/Using-Sourcery-for-GitHub/). Run Sourcery locally Reduce the...

Hello, thanks for this awesome library! Not too sure if this PR would be of any value, so let me know if I should close it. ### Purpose This PR...

Fix for this issue: https://github.com/belambert/asr-evaluation/issues/25

Unable to run for UTF-8 encoding files. For example, using the attached file as HYP and REF will reproduce the error. [small_trans.txt](https://github.com/belambert/asr-evaluation/files/5446904/small_trans.txt)

In Sphinx format the hypothesis file has the following form: ``` hypothesis_text (file_id score) ``` while transcriptions: ``` transcription_text (file_id) ``` So when I run the wer command the following...