[espeak-ng:master] reported: Add some patterns to ja_rules #github
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
Remove the pattern that causes the conversion to fail / Remove more unnecessary partsWhy are you removing the 'かあ' etc. patterns in these commits? These are supported "lengthen" combinations -- see e.g. https://en.wiktionary.org/wiki/%E3%81%8B%E3%81%82 (かあ). From https://en.wikipedia.org/wiki/Hiragana: > Hiragana usually spells long vowels with the addition of a second vowel kana; for example, おかあさん (o-ka-a-sa-n, "mother"). Thus, when a vowel Hiragana matches the vowel part of the previous Hiragana, the vowel is lengthened. NOTE: The removed parts are not the small versions of the characters (ぁ) but are the full-sized versions (あ) so the two rules are different. This is causing the tests to fail.
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
Using separate vowels would mean that ああ would be pronounced differently to あぁ and あー, as A possible solution would be to define a group for each long vowel set (a, e, i, o, u), e.g.:
then have a new rule such as:
where the This means that
|
|
espeak-ng@groups.io Integration <espeak-ng@...>
[espeak-ng:master] New Comment on Pull Request #810 Add some patterns to ja_rules
I've modified this PR to only "add the missing pattern".
The
|
|