From 7c43b41e6dc7eafcaf4d3b57aa7cb10c33d54488 Mon Sep 17 00:00:00 2001 From: undefined <61669807+LonelyTaker@users.noreply.github.com> Date: Tue, 30 Jul 2024 10:38:33 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dx=E4=B8=80x=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=88=86=E8=AF=8D=E5=90=88=E5=B9=B6=E6=97=B6=E5=8F=AF?= =?UTF-8?q?=E8=83=BD=E5=87=BA=E7=8E=B0=E7=9A=84=E5=90=9E=E5=AD=97=E9=97=AE?= =?UTF-8?q?=E9=A2=98;=20(#1362)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GPT_SoVITS/text/tone_sandhi.py | 1 + 1 file changed, 1 insertion(+) diff --git a/GPT_SoVITS/text/tone_sandhi.py b/GPT_SoVITS/text/tone_sandhi.py index c557dad..f6b0a94 100644 --- a/GPT_SoVITS/text/tone_sandhi.py +++ b/GPT_SoVITS/text/tone_sandhi.py @@ -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: