Learn Before
Concept

Computation Steps of Word Error Rate

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

0

1

Updated 2022-05-09

Tags

Data Science

Related