From 94cb66dbb9ae12e044a41fb8a3d84e1835ee7e7b Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期四, 02 三月 2023 20:20:10 +0800
Subject: [PATCH] Merge pull request #177 from alibaba-damo-academy/dev_timestamp
---
funasr/utils/timestamp_tools.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/funasr/utils/timestamp_tools.py b/funasr/utils/timestamp_tools.py
index b82c74a..4a367f8 100644
--- a/funasr/utils/timestamp_tools.py
+++ b/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:
--
Gitblit v1.9.1