File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export const calculateFanqie = (
7474 過程 . push ( defaultLogger . popAll ( ) . join ( '\n\n' ) ) ;
7575
7676 if ( 反切結果 . length > 0 ) {
77- 過程 . push ( '# 根據被切字音韻地位推導現代音(尚不完善) ' ) ;
77+ 過程 . push ( '# 根據被切字音韻地位推導現代音' ) ;
7878 }
7979 const 推導結果 = 反切結果 . map ( 當前音韻地位 => 推導現代音 ( 當前音韻地位 ) ) ;
8080 過程 . push ( defaultLogger . popAll ( ) . join ( '\n\n' ) ) ;
Original file line number Diff line number Diff line change @@ -604,7 +604,7 @@ const 推導上海話 = (當前音韻地位: 音韻地位): string => {
604604 else 結果 = finalise ( 文讀音 ) + '(文) ' + finalise ( 白讀音 ) + '(白)' ; // 此處將原程式碼的換行改為括號附註,便於頁面展示
605605 }
606606
607- defaultLogger . log ( `上海話推導過程暫缺,但推導結果為 ${ 結果 } ` ) ;
607+ defaultLogger . log ( `上海話推導過程暫缺,推導結果為 ${ 結果 } ` ) ;
608608 return 結果 ;
609609} ;
610610
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ const 推導廣州話 = (當前音韻地位: 音韻地位): string => {
1010
1111 if ( is `云母 通攝 舒聲` ) 當前音韻地位 = 當前音韻地位 . 調整 ( '匣母' , [ '匣母三等' ] ) ;
1212
13+ defaultLogger . log ( '廣州話推導過程尚不完善,以下為現有的推導過程' ) ;
14+
1315 const 聲母規則 = ( ) : string => {
1416 const { 聲母, 解釋 } = when (
1517 [
You can’t perform that action at this time.
0 commit comments