mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-04-05 19:41:56 +08:00
Del a-zA-Z
This commit is contained in:
parent
bbef82fa86
commit
76570cff52
@ -245,7 +245,7 @@ def get_phones_and_bert(text,language):
|
|||||||
formattext = " ".join(tmp["text"] for tmp in LangSegment.getTexts(text))
|
formattext = " ".join(tmp["text"] for tmp in LangSegment.getTexts(text))
|
||||||
else:
|
else:
|
||||||
# 因无法区别中日文汉字,以用户输入为准
|
# 因无法区别中日文汉字,以用户输入为准
|
||||||
formattext = text
|
formattext = re.sub('[a-zA-Z]', '', text)
|
||||||
while " " in formattext:
|
while " " in formattext:
|
||||||
formattext = formattext.replace(" ", " ")
|
formattext = formattext.replace(" ", " ")
|
||||||
phones, word2ph, norm_text = clean_text_inf(formattext, language)
|
phones, word2ph, norm_text = clean_text_inf(formattext, language)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user