hnluo
2023-03-13 a5b5e64fdc1ea7f3cff03b3ce96015bcc3ed7828
funasr/utils/timestamp_tools.py
@@ -55,6 +55,7 @@
            res.append([int(timestamp[0] * 1000), int(timestamp[1] * 1000)])
    return res
def time_stamp_sentence(punc_id_list, time_stamp_postprocessed, text_postprocessed):
    res = []
    if text_postprocessed is None: