Learn Before
Formula

Computation Steps of Word Error Rate

First, calculate the minimum edit distance from the recognized string to the reference transcription. Then, the Word Error Rate (WER) is defined as: Word Error Rate=100×Insertions+Substitutions+DeletionsTotal Words in Correct Transcript\text{Word Error Rate} = 100 \times \frac{\text{Insertions} + \text{Substitutions} + \text{Deletions}}{\text{Total Words in Correct Transcript}}

0

1

Updated 2026-06-14

Tags

Data Science