Update TextPreprocessor.py

This commit is contained in:
Terminal 2024-08-27 11:32:17 +08:00 committed by GitHub
parent 7dac47ca95
commit 299f33b5fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -183,7 +183,7 @@ class TextPreprocessor:
phones = sum(phones_list, [])
norm_text = ''.join(norm_text_list)
if not final and len(phones) < 6:
if not final:
return self.get_phones_and_bert("." + text,language,version,final=True)
return phones, bert, norm_text