提交 f295d2d4 编写于 作者: D david.95

remove useless code

上级 89e9ea69
...@@ -146,7 +146,6 @@ class Frontend(): ...@@ -146,7 +146,6 @@ class Frontend():
tone_id = [line.strip().split() for line in f.readlines()] tone_id = [line.strip().split() for line in f.readlines()]
for tone, id in tone_id: for tone, id in tone_id:
self.vocab_tones[tone] = int(id) self.vocab_tones[tone] = int(id)
self.mix_ssml_processor.__repr__()
def _init_pypinyin(self): def _init_pypinyin(self):
large_pinyin.load() large_pinyin.load()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册