Accuracy (ACC)

Metric to determine the level of correctness in a given transcript.

accuracy (ACC)

Note:

Accuracy can be calculated with this formula:

ACC = 1 - ( ( S +I ) / ( N - D + 1 ) )

Where:

S = number of substitution errors

I = number of insertion errors

D = number of deletion errors

N = number of words in reference transcript

ACC