Skip to content

Commit

Permalink
Update mid_tang.js 合口
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Nov 12, 2022
1 parent 991fb2a commit c74b786
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mid_tang.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function get韻母() {
: { 韻核: 'ɑ ɑ ɑ ɑ', 韻尾: '' },

: { 韻核: 'ɨ ɨ ɨ ə', 韻尾: 'ŋ' },
: { 韻核: 'u u u o', 韻尾: 'ŋ' }, // 東冬
: { 韻核: 'u u u u', 韻尾: 'ŋ' }, // 東冬
: { 韻核: 'o o o o', 韻尾: 'ŋ' }, // 鍾
: { 韻核: 'ɛ ɛ ɛ ɛ', 韻尾: 'ŋ' },
: { 韻核: 'œ œ œ œ', 韻尾: 'ŋ' },
Expand Down Expand Up @@ -201,7 +201,6 @@ function get韻母() {
let 韻尾 = is`舒聲` ? 韻基.韻尾 : 選項.入聲韻尾.split(' ')['mnŋ'.indexOf(韻基.韻尾)];
if (開合 === '合' && !['ŋ', 'k'].includes(韻尾)) {
if ( === '四' && 韻尾) 韻核 = 韻核.replace('i', 'y');
韻核 = 韻核.replace('ə', 'u');
韻核 = 韻核.replace('ɨ', === '二' ? 'ə' : 'ʉ');
韻核 = 韻核.replace('ɑ', is`蟹攝` ? 'ɔ' : 'ɒ');
};
Expand All @@ -218,7 +217,8 @@ function get韻母() {
]],
[!選項.BC韻合流 && !== '二', [
[ === '四' && '眞韻 合口', 'y'], // 真 B 合未被拆分,所以不包含
['微韻', 'ɨ'],
['微韻 開口', 'ɨ'],
['微韻', 'ʉ'],
['眞韻', 'i'], // 侵韻不列入
['祭仙鹽韻', 'ɛ'],
]],
Expand Down

0 comments on commit c74b786

Please sign in to comment.