-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwhatcolorsocks.cgel
29 lines (29 loc) · 1.08 KB
/
whatcolorsocks.cgel
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
# text = What color socks are you planning to wear?
# sent = what color socks are you -- planning to wear --
# tree_by = nschneid
(Clause
:Prenucleus (x / NP
:Det (NP :note "elementary property NP as determiner (p. 357)"
:Det (DP
:Head (D :t "what"))
:Head (Nom
:Head (N :t "color")))
:Head (Nom
:Head (N :t "socks" :l "sock")))
:Head (Clause
:Prenucleus (y / V_aux :t "are" :l "be" :xpos "VBZ")
:Head (Clause
:Subj (NP
:Head (Nom
:Head (N_pro :t "you")))
:Head (VP
:Head (y / GAP)
:Comp (Clause
:Head (VP
:Head (V :t "planning" :l "plan" :xpos "VBG")
:Comp (Clause
:Head (VP
:Marker (Sdr :t "to")
:Head (VP
:Head (V :t "wear" :xpos "VB" :p "?")
:Obj (x / GAP))))))))))