Skip to content

Commit

Permalink
Fix zhongyuan: 曾梗宕攝細音合口入聲
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Feb 10, 2025
1 parent 4c0d03a commit 5a75f32
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions zhongyuan.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if (!音韻地位) return [
['異讀分隔符|異讀分隔符(留空則爲換行)', ''],
['高元音開口呼|\n如選 ə 則支思韻寫 ɹ̩、ɻ̍', [1, 'ɨ', 'ə'], { hidden: 選項.顯示?.includes('unt') === false }],
['齊微韻洪音韻尾', [1, 'j', 'i'], { hidden: 選項.顯示?.includes('音值(unt') === false }],
['皆來韻梗二開見入', [2, 'aj', '(j)aj', 'jaj'], { hidden: 選項.顯示?.includes('unt') === false }],
['皆來韻梗二開見入|\n是否有 j 介音無法確定', [2, 'aj', '(j)aj', 'jaj'], { hidden: 選項.顯示?.includes('unt') === false }],
];

const 例外 = 選項.包含部分例外音變;
Expand Down Expand Up @@ -129,7 +129,10 @@ function get韻母() {
['莊組', ''],

['(精章組 或 日母) 止攝 開口', ''],
['宕攝 合口 三等', ''],
['宕攝 合口 三等', [
[層次 === 1 && '入聲', 'j'],
['', ''],
]],
['通攝 三等', [
['知章組 非 孃母 或 日母', [
['舒聲', ''],
Expand All @@ -149,7 +152,10 @@ function get韻母() {
['脂韻 以母 合口 平聲', ''], // 遺
[層次 === 1 && '以母 合口 山攝', ''], // 緣沿掾\捐鉛鳶
[層次 === 1 && '曉匣母 先韻 合口', ''], // 懸縣血
[層次 === 1 && '清青韻 合口', ''],
['梗攝 三四等 合口 非 B類', [
['入聲', ''],
[層次 === 1 && '舒聲', ''],
]],

['見組 祭韻 合口', ''], // 鱖

Expand Down Expand Up @@ -251,6 +257,7 @@ function get韻母() {
['', 'aw'],
]],

['曾梗攝 B類 合口', 'u'],
['臻攝 (一等 或 幫組 C類 或 合口)', 'u'], // +麧(《中原音韻》未收)
['臻深攝 莊組 開口', 'ɨ'],
['曾梗臻深攝 (二等 或 莊組)', 'aj'],
Expand Down

0 comments on commit 5a75f32

Please sign in to comment.