We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4a3699 commit 9032076Copy full SHA for 9032076
labels.tdl
@@ -55,6 +55,14 @@ n-bottom-label := label &
55
COORD + ],
56
LABEL-NAME "NP-B" ].
57
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
+
66
n-label := label &
67
[ SYNSEM.LOCAL [ CAT [ HEAD noun,
68
VAL.SPR < [ ], ... > ],
trung.tdl
@@ -51,6 +51,10 @@ le+zhe+guo := le & zhe & guo.
51
noun :+
52
[ HON bool ].
53
54
+;; SSH 2014-10-10 nominalizer 的 'de'
+nm := noun.
hon-lex := lex-item &
[ SYNSEM.LOCAL.CAT.HEAD.HON + ].
0 commit comments