Skip to content

Commit

Permalink
Fix wangli (#79)
Browse files Browse the repository at this point in the history
* Fix 韻核 of 漢語語音史(魏晉南北朝音系)

Change the letter of the open vowel from 'a' to 'ɑ' according to other versions of Wang's book 漢語語音史.

* Update the reference

Update the page number to match the original version of Wang's books.
  • Loading branch information
judith04 authored Jan 8, 2025
1 parent 529a3f4 commit 0e26ba5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wangli.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
*
* 擬音來自王力著作:
*
* - 漢語史稿 [M]. 北京: 中華書局, 1980: 60-72.
* - 漢語語音史 [M]. 北京: 中國社會科學出版社, 1985: 123-257.
* - 漢語史稿 [M]. 北京: 中華書局, 1980: 50-54.
* - 漢語語音史 [M]. 北京: 中國社會科學出版社, 1985: 110-227.
*
* 提供 3 種擬音版本:
*
Expand Down Expand Up @@ -87,7 +87,7 @@ function get韻母() {
              u: '侯冬',
e: '支耕脂真  ', ə: '之蒸微文 侵', o: '模東', ou: '宵',
æ: '  祭仙 鹽', ɐ: ' 登廢元 嚴', ɔ: '魚 ',
       a: '歌唐泰寒 覃',
       ɑ: '歌唐泰寒 覃',
};
const 元音表2 = { // 隋——中唐音系
i: '脂青 真 侵',        u: '模冬    ',
Expand Down

0 comments on commit 0e26ba5

Please sign in to comment.