Skip to content

Commit

Permalink
タイポミス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
rokujyushi committed Oct 13, 2024
1 parent 1841722 commit b2adc63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -150,3 +150,4 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
.vscode/launch.json
10 changes: 5 additions & 5 deletions voicevox_engine/tts_pipeline/mora_mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@
("ミュ", "my", "u"),
("ミャ", "my", "a"),
("ミェ", "my", "e"),
{"ミィ", "my", "i"},
("ミィ", "my", "i"),
("ミ", "m", "i"),
("マ", "m", "a"),
("ポ", "p", "o"),
Expand Down Expand Up @@ -372,10 +372,10 @@
("グォ", "gw", "o"),
("グ", "g", "u"),
("クヮ", "kw", "a"),
{"クィ", "kw", "i"},
{"クゥ", "kw", "u"},
{"クェ", "kw", "e"},
{"クォ", "kw", "o"},
("クィ", "kw", "i"),
("クゥ", "kw", "u"),
("クェ", "kw", "e"),
("クォ", "kw", "o"),
("ク", "k", "u"),
("ギョ", "gy", "o"),
("ギュ", "gy", "u"),
Expand Down

0 comments on commit b2adc63

Please sign in to comment.