-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrules.tdl
More file actions
71 lines (38 loc) · 1.42 KB
/
rules.tdl
File metadata and controls
71 lines (38 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
;;; -*- Mode: TDL; Coding: utf-8 -*-
head-adj-int := head-adj-int-phrase.
adj-head-int := adj-head-int-phrase.
head-opt-subj := head-opt-subj-phrase.
basic-head-opt-comp := basic-head-opt-comp-phrase.
agent-opt-np := agent-opt-np-phrase.
adj-head-scop := adj-head-scop-phrase.
pos := pos-phrase.
pos-opt-subj := pos-opt-subj-phrase.
np-predicate := np-predicate-rule.
; Rule instances for head-modifier structures. Corresponding types
; are defined in matrix.tdl. The matrix customization script did
; not need to add any further constraints, so no corresponding types
; appear in abui.tdl
head-adj-scop := head-adj-scop-phrase.
comp-head := comp-head-phrase.
head-comp := head-comp-phrase.
subj-head := subj-head-phrase.
head-spec := head-spec-phrase.
bare-np := bare-np-phrase.
; Coordination
n1-top-coord := n1-top-coord-rule.
n1-mid-coord := n1-mid-coord-rule.
n1-bottom-coord := n1-bottom-coord-rule.
n2-top-coord := n2-top-coord-rule.
n2-bottom-coord := n2-bottom-coord-rule.
vp2-top-coord := vp2-top-coord-rule.
vp2-bottom-coord := vp2-bottom-coord-rule.
n3-top-coord := n3-top-coord-rule.
n3-bottom-coord := n3-bottom-coord-rule.
vp3-top-coord := vp3-top-coord-rule.
vp3-bottom-coord := vp3-bottom-coord-rule.
n4-top-coord := n4-top-coord-rule.
n4-bottom-coord := n4-bottom-coord-rule.
vp4-top-coord := vp4-top-coord-rule.
vp4-bottom-coord := vp4-bottom-coord-rule.
; Wh in situ
wh-int-cl := wh-int-cl-rule.