Add files via upload

This commit is contained in:
RVC-Boss 2024-02-16 00:07:35 +08:00 committed by GitHub
parent 7b0c3c6764
commit 7fc216107b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -672,6 +672,7 @@ class ToneSandhi:
and i + 1 < len(seg)
and seg[i - 1][0] == seg[i + 1][0]
and seg[i - 1][1] == "v"
and seg[i + 1][1] == "v"
):
new_seg[i - 1][0] = new_seg[i - 1][0] + "" + new_seg[i - 1][0]
else: