Etc¶
Metrics¶
-
class
kospeech.metrics.CharacterErrorRate(vocab)[source]¶ Computes the Character Error Rate, defined as the edit distance between the two provided sentences after tokenizing to characters.
-
class
kospeech.metrics.ErrorRate(vocab)[source]¶ Provides inteface of error rate calcuation.
Note
Do not use this class directly, use one of the sub classes.