Skip to content

Commit 9032076

Browse files
committed
lable-nm
1 parent b4a3699 commit 9032076

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

labels.tdl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ n-bottom-label := label &
5555
COORD + ],
5656
LABEL-NAME "NP-B" ].
5757

58+
;; SSH 2014-10-10 Nominalizer 的 'de'
59+
;; According to Rose, this item cannot be labeled as 'N'.
60+
nm-label := label &
61+
[ SYNSEM.LOCAL [ CAT [ HEAD nm,
62+
VAL.SPR < [ ], anti-synsem > ],
63+
COORD-STRAT "" ],
64+
LABEL-NAME "NM" ].
65+
5866
n-label := label &
5967
[ SYNSEM.LOCAL [ CAT [ HEAD noun,
6068
VAL.SPR < [ ], ... > ],

trung.tdl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ le+zhe+guo := le & zhe & guo.
5151
noun :+
5252
[ HON bool ].
5353

54+
;; SSH 2014-10-10 nominalizer 的 'de'
55+
nm := noun.
56+
57+
5458
hon-lex := lex-item &
5559
[ SYNSEM.LOCAL.CAT.HEAD.HON + ].
5660

0 commit comments

Comments
 (0)