From 3cf0fb799d8261e1f51fa27c6a543cf0db1541f4 Mon Sep 17 00:00:00 2001 From: KamioRinn Date: Mon, 19 Aug 2024 23:44:12 +0800 Subject: [PATCH] Fix merge yi --- 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: