espnet.asr.asr_utils.parse_hypothesis
Less than 1 minute
espnet.asr.asr_utils.parse_hypothesis
espnet.asr.asr_utils.parse_hypothesis(hyp, char_list)
Parse hypothesis.
- Parameters:
- hyp (list *[*dict *[*str , Any ] ]) – Recognition hypothesis.
- char_list (list *[*str ]) – List of characters.
- Returns: tuple(str, str, str, float)