未验证 提交 aead853b 编写于 作者: 小湉湉's avatar 小湉湉 提交者: GitHub

Update zh_frontend.py

上级 622046e9
......@@ -133,9 +133,7 @@ class Frontend():
phones.append('sp')
if v and v not in self.punc:
phones.append(v)
# add sp between sentence (replace the last punc with sp)
if initials[-1] in self.punc:
phones.append('sp')
phones_list.append(phones)
if merge_sentences:
merge_list = sum(phones_list, [])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册