WER = wrong_words / total_words |
substitutions |
insertions |
deletions |
The total number of errors is the sum of all types. The word error rate (WER) is defined as:
WER = errors / reference_words |
In most cases the WER is given in %. The word accuracy (WA) is:
WA = 100% - WER = (reference_words - errors) / reference_words |
Note that the WA can be negative if there are more errors than reference words.
REF: HI HOW are you ** today HYP: HEY *** are you IN today WORD RECOGNITION PERFORMANCE: Correct = 60.0% ( 3) Substitutions = 20.0% ( 1) Deletions = 20.0% ( 1) Insertions = 20.0% ( 1) Errors = 60.0% ( 3) Ref. words = 5 Hyp. words = 5 WORD ACCURACY = 40.0%