-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinsectspecies.cgel
139 lines (139 loc) · 8.83 KB
/
insectspecies.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
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# text = Just sitting here thinking about it, I would estimate that there are over 600 billion species of insect in my basement alone, which is a real puzzle because we pay $16 a month to have a man come and spray an allegedly lethal chemical all over the place.
# sent = just sitting here thinking about it I would estimate that there are over 600 billion species of insect in my basement alone which -- is a real puzzle because we pay 16 $ a month to have a man come and spray an allegedly lethal chemical all over the place
# author = Dave Barry
# source = Dave Barry's Greatest Hits (1988), "Electro-Maggots", p. 174
# tree_by = nschneid
(Clause
:Supplement (Clause :note "depictive supplement cf. p. 1265 [4iia]?"
:Head (VP
:Mod (AdvP
:Head (Adv :t "just"))
:Head (VP
:Head (VP
:Head (V :t "sitting" :l "sit" :xpos "VBG")
:Comp (PP
:Head (P :t "here")))
:Mod (Clause
:Head (VP
:Head (V :t "thinking" :l "think" :xpos "VBG")
:Comp (PP
:Head (P :t "about")
:Obj (NP
:Head (Nom
:Head (N_pro :t "it" :p ",")))))))))
:Subj (NP
:Head (Nom
:Head (N_pro :t "I")))
:Head (VP
:Head (V_aux :t "would" :xpos "MD")
:Comp (Clause
:Head (VP
:Head (V :t "estimate" :xpos "VB")
:Comp (Clause
:Marker (Sdr :t "that")
:Head (Clause
:Subj (NP
:Head (Nom
:Head (N_pro :t "there")))
:Head (VP
:Head (V_aux :t "are" :l "be" :xpos "VBP")
:DisplacedSubj (NP
:Det (PP
:Head (P :t "over")
:Obj (NP
:Head (Nom
:Det-Head (DP
:Head (D
:Flat (D :t "600" :xpos "CD")
:Flat (D :t "billion" :xpos "CD"))))))
:Head (Nom
:Head (N :t "species")
:Comp (PP
:Head (P :t "of")
:Obj (NP
:Head (Nom
:Head (N :t "insect"))))))
:PredComp (PP
:Head (P :t "in")
:Obj (NP
:Head (NP
:Det (NP
:Head (Nom
:Head (N_pro :t "my")))
:Head (Nom
:Head (N :t "basement")))
:Mod (AdvP
:Head (Adv :t "alone" :p "," :note "cf. p. 331 [10b]")))))
:Supplement (Clause_rel
:Prenucleus (y / NP
:Head (Nom
:Head (N_pro :t "which")))
:Head (Clause_rel
:Head (Clause_rel
:Subj (y / GAP)
:Head (VP
:Head (V_aux :t "is" :l "be" :xpos "VBZ")
:PredComp (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Mod (AdjP
:Head (Adj :t "real"))
:Head (N :t "puzzle")))))
:Mod (PP
:Head (P :t "because")
:Comp (Clause
:Subj (NP
:Head (Nom
:Head (N_pro :t "we")))
:Head (VP
:Head (VP
:Head (V :t "pay" :xpos "VBP")
:Obj (NP
:Det (DP
:Head (D :t "16" :xpos "CD"))
:Head (Nom
:Head (N :t "$")
:Mod (NP
:Det (DP
:Head (D :t "a" :note "nonreferential distributive indefinite (cf. '50 miles an hour'; pp. 408, 446)"))
:Head (Nom
:Head (N :t "month"))))))
:Mod (Clause
:Head (VP
:Marker (Sdr :t "to")
:Head (VP
:Head (V :t "have" :xpos "VB")
:Obj (NP
:Det (DP
:Head (D :t "a"))
:Head (Nom
:Head (N :t "man")))
:Comp (Coordination
:Coordinate (Clause
:Head (VP
:Head (V :t "come" :xpos "VB")))
:Coordinate (Clause
:Marker (Coordinator :t "and")
:Head (Clause
:Head (VP
:Head (V :t "spray" :xpos "VB")
:Obj (NP
:Det (DP
:Head (D :t "an"))
:Head (Nom
:Mod (AdjP
:Mod (AdvP
:Head (Adv :t "allegedly"))
:Head (Adj :t "lethal"))
:Head (N :t "chemical")))
:Comp (PP
:Mod (DP
:Head (D :t "all" :note "'all' as modifier in PP: p. 645"))
:Head (PP
:Head (P :t "over")
:Obj (NP
:Det (DP
:Head (D :t "the"))
:Head (Nom
:Head (N :t "place" :p ".")))))))))))))))))))))))