FunASR icon indicating copy to clipboard operation
FunASR copied to clipboard

word timestamp calibration after itn

Open Chen1399 opened this issue 1 year ago • 1 comments

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]

Chen1399 avatar Nov 01 '23 13:11 Chen1399

这个问题已解决。我是将Tag以后的进行分类,wetext里的Char类型维持原有映射,其他类型组成一个组合,进行时间戳的映射。

Chen1399 avatar Dec 04 '23 07:12 Chen1399