@@ -9,13 +9,19 @@ question-marker := punctuation &
9
9
[ STEM < "?" >,
10
10
SYNSEM.LOCAL.CONT.HOOK.INDEX.SF ques ].
11
11
12
+ ; comma-marker := punctuation &
13
+ ; [ STEM < "、" > ].
14
+
12
15
;;; Nouns
13
16
我_n := 1sg-pronoun-noun-lex &
14
17
[ STEM < "我" > ].
15
18
16
19
你_n := 2sg-pronoun-noun-lex &
17
20
[ STEM < "你" > ].
18
21
22
+ 您_n := 2sg-pronoun-noun-hon-lex &
23
+ [ STEM < "您" > ].
24
+
19
25
他_n := 3sg-pronoun-noun-lex &
20
26
[ STEM < "他" >,
21
27
SYNSEM.LOCAL.CONT.HOOK.INDEX.PNG [ GENDER masc,
@@ -536,7 +542,7 @@ question-marker := punctuation &
536
542
不_r := neg-adv-lex &
537
543
[ STEM < "不" >,
538
544
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 ] > ] ].
540
546
541
547
又_c := conj-lex &
542
548
[ STEM < "又" >,
@@ -566,7 +572,8 @@ question-marker := punctuation &
566
572
567
573
在_loc := basic-loc-lex &
568
574
[ STEM < "在" >,
569
- SYNSEM.LKEYS.KEYREL.PRED "_zai4_p_rel"].
575
+ SYNSEM [ LOCAL.CAT.HEAD.LZG le,
576
+ LKEYS.KEYREL.PRED "_zai4_p_rel" ] ].
570
577
571
578
到_loc := prep-vmod-lex &
572
579
[ STEM < "到" >,
@@ -592,6 +599,10 @@ question-marker := punctuation &
592
599
593
600
;;Conjunctions
594
601
602
+ comma_c := conj-lex &
603
+ [ STEM < "、" >,
604
+ SYNSEM.LKEYS.KEYREL.PRED "_and_coord_rel"].
605
+
595
606
和_c := conj-lex &
596
607
[ STEM < "和" >,
597
608
SYNSEM.LKEYS.KEYREL.PRED "_and_coord_rel"].
@@ -955,7 +966,8 @@ question-marker := punctuation &
955
966
956
967
没_r := neg-adv-lex &
957
968
[ 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" ] ].
959
971
960
972
没_polar_r := v-not-v-adv-lex &
961
973
[ STEM < "没" >,
0 commit comments