Spaces:
Runtime error
Runtime error
Update OpenVoice/text/cleaners.py
Browse files
OpenVoice/text/cleaners.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import re
|
2 |
-
from .
|
3 |
-
from .
|
4 |
|
5 |
def cjke_cleaners2(text):
|
6 |
text = re.sub(r'\[ZH\](.*?)\[ZH\]',
|
|
|
1 |
import re
|
2 |
+
from .english import english_to_lazy_ipa, english_to_ipa2, english_to_lazy_ipa2
|
3 |
+
from .mandarin import number_to_chinese, chinese_to_bopomofo, latin_to_bopomofo, chinese_to_romaji, chinese_to_lazy_ipa, chinese_to_ipa, chinese_to_ipa2
|
4 |
|
5 |
def cjke_cleaners2(text):
|
6 |
text = re.sub(r'\[ZH\](.*?)\[ZH\]',
|