FunASR
FunASR copied to clipboard
word timestamp calibration after itn
After itn, some words may transform to other representation, which make new representation can't search in the timestamp list. We should make a calibration of timestamp list after itn. old word to new representation. FunASR should have a beautiful realization. eg : '增长率百分之七十三点八' -> '增长率73.8%' 百[200, 280] -> %[200, 500]
这个问题已解决。我是将Tag以后的进行分类,wetext里的Char类型维持原有映射,其他类型组成一个组合,进行时间戳的映射。