mirror of https://github.com/coqui-ai/TTS.git
updateing cleaners
This commit is contained in:
parent
bc6764a5c7
commit
6abae742b7
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue