mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
fix: 修复x一x类型分词合并时可能出现的吞字问题; (#1362)
This commit is contained in:
parent
668631e752
commit
7c43b41e6d
@ -681,6 +681,7 @@ class ToneSandhi:
|
||||
and seg[i - 1][0] == "一"
|
||||
and seg[i - 2][0] == word
|
||||
and pos == "v"
|
||||
and seg[i - 2][1] == "v"
|
||||
):
|
||||
continue
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user