From d8c1b46daf4fe19c7cc506b4f605aa519bb0f3ad Mon Sep 17 00:00:00 2001 From: wuhongsheng <664116298@qq.com> Date: 星期一, 01 七月 2024 13:41:06 +0800 Subject: [PATCH] 修复断句之间时间戳bug (#1863) --- funasr/tokenizer/cleaner.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/funasr/tokenizer/cleaner.py b/funasr/tokenizer/cleaner.py index 1044f50..882db5c 100644 --- a/funasr/tokenizer/cleaner.py +++ b/funasr/tokenizer/cleaner.py @@ -1,6 +1,7 @@ from typing import Collection from jaconv import jaconv + # import tacotron_cleaner.cleaners try: -- Gitblit v1.9.1