GETTING STARTED
LIBRARY REFERENCE
lightning_asr.metric.
ErrorRate
Provides inteface of error rate calcuation.
Note
Do not use this class directly, use one of the sub classes.
WordErrorRate
Provides word error rate calcuation.
metric
Computes the Unit Error Rate, defined as the edit distance between the two provided sentences after tokenizing to words.
s1 (string) – space-separated sentence
s2 (string) – space-separated sentence