Mahiruoshi
commited on
Commit
•
01459c2
1
Parent(s):
de79cac
Update text/cleaners.py
Browse files- text/cleaners.py +0 -1
text/cleaners.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import re
|
2 |
from text.japanese import japanese_to_romaji_with_accent, japanese_to_ipa, japanese_to_ipa2, japanese_to_ipa3
|
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 |
-
from text.sanskrit import devanagari_to_ipa
|
5 |
from text.english import english_to_lazy_ipa, english_to_ipa2, english_to_lazy_ipa2
|
6 |
|
7 |
|
|
|
1 |
import re
|
2 |
from text.japanese import japanese_to_romaji_with_accent, japanese_to_ipa, japanese_to_ipa2, japanese_to_ipa3
|
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 |
from text.english import english_to_lazy_ipa, english_to_ipa2, english_to_lazy_ipa2
|
5 |
|
6 |
|