Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2025-02-18 11:09:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-02-18 11:09:16 +0800
Commit
26d5f1fa0125195f97452768439544e8ccc7f977
26d5f1fa
1 parent
9711ab24
Fix kokoro lexicon. (#1886)
还钱 is mispronounced.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
1 行删除
scripts/kokoro/v1.0/run.sh
scripts/kokoro/v1.0/run.sh
查看文件 @
26d5f1f
...
...
@@ -110,10 +110,15 @@ if [ ! -f ./tokens.txt ]; then
./generate_tokens.py
fi
if
[
! -f ./lexicon.txt
]
;
then
if
[
! -f ./lexicon
-zh
.txt
]
;
then
./generate_lexicon.py
fi
grep
'还钱'
./lexicon-zh.txt
sed -i.bak
's/还钱 x a i/还钱 x w a/'
./lexicon-zh.txt
rm -v ./lexicon-zh.txt.bak
grep
'还钱'
./lexicon-zh.txt
if
[
! -f ./voices.bin
]
;
then
./generate_voices_bin.py
fi
...
...
请
注册
或
登录
后发表评论