Hilley commited on
Commit
35e972a
1 Parent(s): 4244a8e

Update OpenVoice/text/cleaners.py

Browse files
Files changed (1) hide show
  1. OpenVoice/text/cleaners.py +2 -2
OpenVoice/text/cleaners.py CHANGED
@@ -1,6 +1,6 @@
1
  import re
2
- from .text.english import english_to_lazy_ipa, english_to_ipa2, english_to_lazy_ipa2
3
- from .text.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\]',
 
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\]',