From c2bf708f87135ae313249911485741fb3a8b81b2 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期四, 11 五月 2023 16:10:59 +0800
Subject: [PATCH] update repo
---
funasr/utils/prepare_data.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/funasr/utils/prepare_data.py b/funasr/utils/prepare_data.py
index 347aab5..24382c7 100644
--- a/funasr/utils/prepare_data.py
+++ b/funasr/utils/prepare_data.py
@@ -27,7 +27,7 @@
parts = line.strip().split()
if len(parts) < 2:
continue
- text_dict[parts[0]] = " ".join(parts[1:]).lower()
+ text_dict[parts[0]] = " ".join(parts[1:])
filter_count = 0
with open(wav_file, "w") as f_wav, open(text_file, "w") as f_text:
for sample_name, wav_path in wav_dict.items():
--
Gitblit v1.9.1