-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mora_mapping.py
にOpenJTalkに無いKanaを追加
#1473
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
あーーーーーーーーーーーーー原因がわかりました!!!!!!!!
{"クィ", "kw", "i"}, | ||
{"クゥ", "kw", "u"}, | ||
{"クェ", "kw", "e"}, | ||
{"クォ", "kw", "o"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ここ、{}
ではなく()
ですね!!!
ちなみに静的解析のpysen run format lint
とかが便利かもです 🙏
あ! Draftになってますが、実はもうレビュー可能だったりしますか? 👀 |
レビューお願いします。 |
UserDict周りのテストが落ちていました。 以下の部分のコードを修正する必要がありそうです。(もし分からなかったら聞いてください!) |
タイトルがWIPのままになってるので変更させていただきます! 🙏 |
mora_mapping.py
にOpenJTalkに無いKanaを追加mora_mapping.py
にOpenJTalkに無いKanaを追加
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ほぼLGTMです!!!
ちょっと細かいところをコメントしました!
ただ本質ではなく管理しやすいというだけなので、こっちで変更したものをプルリクエスト送リました!!
(結構ミスとかありそうなので気になったらところとかあったら遠慮なくコメントください 🙇 🙇 🙇 )
mora_mapping.pyの修正については私のほうでも問題ないです。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
@takana-v さんもありがとうございました!!
おっとテスト落ちてますね、ちょっとこちらで変更してみます! |
マージします!! |
内容
mora_mapping.py
にOpenJTalkに無い以下のKanaを追加"キィ","ギィ","クァ","クィ","クゥ","クェ","クォ","グァ","グィ","グゥ","グェ","グォ",
"ヂェ","ヂャ","ヂュ","ヂョ","テェ","ニィ","ヒィ","ビィ","ピィ","ミィ","リィ","ウゥ"
関連 Issue
close #1463
その他
関連PR
変更:歌詞の入力内容チェックの正規表現を修正 voicevox#2293
以下のテストでエラー
デバッグ実行で動作確認
追加したKanaの一部の組み合わせで
mora_kana_to_mora_phonemes
の中身がおかしくなる"クィ","クゥ","クェ","クォ"などで辞書に一致するキーがなくエラーになり合成に失敗する
2回目のデバッグ実行で再発
_mora_list_minimum
変数の記述内容見直しテスト用プロジェクト.zip