Luyizhe / WER-in-python

This program calculates the word error rate of hypothesis in ASR and print the aligned result.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#WER calculation in python

This file is written in python3.7

  • Module Needed:
    • numpy
  • Usage:
    python wer.py reference.txt hypothesis.txt
  • Example:
    result

About

This program calculates the word error rate of hypothesis in ASR and print the aligned result.

License:MIT License


Languages

Language:Python 100.0%