mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
updateing cleaners
This commit is contained in:
@@ -64,7 +64,7 @@ def convert_to_ascii(text):
|
||||
|
||||
|
||||
def remove_aux_symbols(text):
|
||||
text = re.sub(r'[\<\>\(\)\[\]\"\']+', '', text)
|
||||
text = re.sub(r'[\<\>\(\)\[\]\"]+', '', text)
|
||||
return text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user