Revert "change g2p and other fix" (#40)
This commit is contained in:
@@ -74,7 +74,6 @@ num_zh_tones = 6
|
||||
|
||||
# japanese
|
||||
ja_symbols = [
|
||||
"pau",
|
||||
"N",
|
||||
"a",
|
||||
"a:",
|
||||
@@ -118,8 +117,6 @@ ja_symbols = [
|
||||
"z",
|
||||
"zy",
|
||||
]
|
||||
for x in range(ord("a"), ord("z") + 1):
|
||||
ja_symbols.append(chr(x).upper())
|
||||
num_ja_tones = 1
|
||||
|
||||
# English
|
||||
|
||||
Reference in New Issue
Block a user