Skip to content

Commit b4a3699

Browse files
committed
zhong2014-10-07
1 parent cc4d31a commit b4a3699

File tree

13 files changed

+2298
-369
lines changed

13 files changed

+2298
-369
lines changed

cmn/hans/lexicon.tdl

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,19 @@ question-marker := punctuation &
99
[ STEM < "?" >,
1010
SYNSEM.LOCAL.CONT.HOOK.INDEX.SF ques ].
1111

12+
; comma-marker := punctuation &
13+
; [ STEM < "、" > ].
14+
1215
;;; Nouns
1316
我_n := 1sg-pronoun-noun-lex &
1417
[ STEM < "我" > ].
1518

1619
你_n := 2sg-pronoun-noun-lex &
1720
[ STEM < "你" > ].
1821

22+
您_n := 2sg-pronoun-noun-hon-lex &
23+
[ STEM < "您" > ].
24+
1925
他_n := 3sg-pronoun-noun-lex &
2026
[ STEM < "他" >,
2127
SYNSEM.LOCAL.CONT.HOOK.INDEX.PNG [ GENDER masc,
@@ -536,7 +542,7 @@ question-marker := punctuation &
536542
不_r := neg-adv-lex &
537543
[ STEM < "不" >,
538544
SYNSEM [ LKEYS.KEYREL.PRED "_neg_r_rel",
539-
LOCAL.CAT.HEAD.MOD < [ LOCAL.CONT.HOOK.INDEX.E.ASPECT non-aspect ] > ] ].
545+
LOCAL.CAT.HEAD.MOD < [ LOCAL.CONT.HOOK.INDEX.E.ASPECT non-aspect ] > ] ].
540546

541547
又_c := conj-lex &
542548
[ STEM < "又" >,
@@ -566,7 +572,8 @@ question-marker := punctuation &
566572

567573
在_loc := basic-loc-lex &
568574
[ STEM < "在" >,
569-
SYNSEM.LKEYS.KEYREL.PRED "_zai4_p_rel"].
575+
SYNSEM [ LOCAL.CAT.HEAD.LZG le,
576+
LKEYS.KEYREL.PRED "_zai4_p_rel" ] ].
570577

571578
到_loc := prep-vmod-lex &
572579
[ STEM < "到" >,
@@ -592,6 +599,10 @@ question-marker := punctuation &
592599

593600
;;Conjunctions
594601

602+
comma_c := conj-lex &
603+
[ STEM < "、" >,
604+
SYNSEM.LKEYS.KEYREL.PRED "_and_coord_rel"].
605+
595606
和_c := conj-lex &
596607
[ STEM < "和" >,
597608
SYNSEM.LKEYS.KEYREL.PRED "_and_coord_rel"].
@@ -955,7 +966,8 @@ question-marker := punctuation &
955966

956967
没_r := neg-adv-lex &
957968
[ STEM < "没" >,
958-
SYNSEM.LKEYS.KEYREL.PRED "_mei2_r_rel" ].
969+
SYNSEM [ LOCAL.CAT.HEAD.MOD < [ LOCAL.CONT.HOOK.INDEX.E.ASPECT imperfective ] >,
970+
LKEYS.KEYREL.PRED "_mei2_r_rel" ] ].
959971

960972
没_polar_r := v-not-v-adv-lex &
961973
[ STEM < "没" >,

0 commit comments

Comments
 (0)