Skip to content

Commit

Permalink
Update zhongyuan: unt's 幫組蕭豪入聲 is always 二等
Browse files Browse the repository at this point in the history
  • Loading branch information
untunt committed Oct 13, 2024
1 parent dfa56bd commit 8446191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zhongyuan.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ function get音節() {
// 規則: (from, to, [condition, [else to]])
'音位(unt, 2021)': [
['β', ''],
['ʌw', 'waw', is脣音, 'aw'],
['ʌw', 'waw', is脣音 && !聲調.includes('ʼ'), 'aw'],
['ɨ', 選項.高元音開口呼],
['jaj', 選項.皆來韻梗二開見入, 聲調.includes('ʼ')],
],
Expand All @@ -312,7 +312,7 @@ function get音節() {
['jw', 'ɥ'], ['ɨj', 'ɨ' + 選項.齊微韻洪音韻尾],
['wɨ', 'u', !韻母.includes('ŋ')],
['ɥɨ', 'y', !韻母.includes('ŋ'), 'ɥi'],
['ʌw', 'waw', is脣音, 'aw'],
['ʌw', 'waw', is脣音 && !聲調.includes('ʼ'), 'aw'],
['wʌ', 'ɔ', is脣音 || is銳音 && 韻母 === 'wʌ', 'wɔ'],
['ɥʌ', 'jɔ'],
['ɨ', 選項.高元音開口呼],
Expand Down

0 comments on commit 8446191

Please sign in to comment.