Skip to content

Commit

Permalink
並び順序変更
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Nov 13, 2024
1 parent c384f01 commit ef79021
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions voicevox_engine/tts_pipeline/mora_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"ゥ",
"ウ",
"ウィ",
"ウゥ",
"ウェ",
"ウォ",
"ェ",
Expand All @@ -77,19 +78,19 @@
"ギュ",
"ギョ",
"ク",
"クヮ",
"クァ",
"クィ",
"クゥ",
"クェ",
"クォ",
"クヮ",
"グ",
"グヮ",
"グァ",
"グィ",
"グゥ",
"グェ",
"グォ",
"グヮ",
"ケ",
"ゲ",
"コ",
Expand Down Expand Up @@ -222,7 +223,6 @@
"ヮ",
"ワ",
"ヰ",
"ウゥ",
"ヱ",
"ヲ",
"ン",
Expand Down Expand Up @@ -366,16 +366,16 @@
("ゲ", "g", "e"),
("ケ", "k", "e"),
("グヮ", "gw", "a"),
("グィ", "gw", "i"),
("グゥ", "gw", "u"),
("グェ", "gw", "e"),
("グォ", "gw", "o"),
("グェ", "gw", "e"),
("グゥ", "gw", "u"),
("グィ", "gw", "i"),
("グ", "g", "u"),
("クヮ", "kw", "a"),
("クィ", "kw", "i"),
("クゥ", "kw", "u"),
("クェ", "kw", "e"),
("クォ", "kw", "o"),
("クェ", "kw", "e"),
("クゥ", "kw", "u"),
("クィ", "kw", "i"),
("ク", "k", "u"),
("ギョ", "gy", "o"),
("ギュ", "gy", "u"),
Expand Down Expand Up @@ -413,20 +413,20 @@
("ョ", "y", "o"),
("ュ", "y", "u"),
("ヅ", "z", "u"),
("ヂョ", "j", "o"),
("ヂュ", "j", "u"),
("ヂャ", "j", "a"),
("ヂェ", "j", "e"),
("ヂ", "j", "i"),
("グァ", "gw", "a"),
("クァ", "kw", "a"),
("ヶ", "k", "e"),
("ャ", "y", "a"),
("ォ", None, "o"),
("ェ", None, "e"),
("ゥ", None, "u"),
("ィ", None, "i"),
("ァ", None, "a"),
("ヂョ", "j", "o"),
("ヂュ", "j", "u"),
("ヂャ", "j", "a"),
("ヂェ", "j", "e"),
("グァ", "gw", "a"),
("クァ", "kw", "a"),
]

# 「hi」→「ヒ」
Expand Down

0 comments on commit ef79021

Please sign in to comment.