You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2022. It is now read-only.
several errors : "二〇二〇年,这是一个开源的图片中文语音合成系统"
zh_pattern = re.compile("[\u4e00-\u9fa5,\u3007]")
text = text.replace(',',',').replace('.','。')
texts = re.split(r";", re.sub(r"([、,。!?])", r"\1;", text.strip()))