File tree 1 file changed +46
-45
lines changed
1 file changed +46
-45
lines changed Original file line number Diff line number Diff line change 25
25
(NP (NNP St.) (NNP Damiano) (POS 's)))))))))
26
26
(. .)))
27
27
28
-
29
- (ROOT
30
- (S
31
- (S
32
- (VP
33
- (VBG Preserving)
34
- (NP
35
- (NP (DT the) (NN orthodoxy))
36
- (PP
37
- (IN of)
38
- (NP
39
- (NP (DT the) (NN relationship))
40
- (PP
41
- (IN between)
42
- (NP (NNP God) (CC and) (NN mathematics))))))
43
- (, ,)
44
- (SBAR
45
- (IN although)
46
- (RB not)
47
- (PP
48
- (IN in)
49
- (NP
50
- (NP (DT the) (JJ same) (NN form))
51
- (SBAR
52
- (IN as)
53
- (S
54
- (VP
55
- (VBN held)
56
- (PP
57
- (IN by)
58
- (NP (PRP$ his) (NNS critics)))))))))
59
- (, ,)))
60
- (VP
61
- (VBD was)
62
- (ADVP (RB long))
63
- (NP
64
- (NP (DT a) (NN concern))
65
- (PP
66
- (IN of)
67
- (NP (NNP Cantor) (POS 's)))))
68
- (. .)))
69
-
70
-
71
28
(ROOT
72
29
(S
73
30
(NP
139
96
(. .)))
140
97
141
98
# this is correct for "in charge of"
99
+ # for example, "... is in charge of culture" from PTB
142
100
(ROOT
143
101
(S
144
102
(PP
163
121
(. .)))
164
122
165
123
166
- # PP is weird
124
+ # there was a PP combining "about Chaumpaign's service" and "how she came..."
125
+ # UCP might be better to coordinate the PP and SBAR
167
126
(ROOT
168
127
(S
169
128
(S
178
137
(NP (DT no) (NNS details)))
179
138
(VP
180
139
(VBP survive)
181
- (PP
140
+ (UCP
182
141
(PP
183
142
(IN about)
184
143
(NP
205
164
(. .)))
206
165
207
166
167
+
168
+ (ROOT
169
+ (S
170
+ (S
171
+ (VP
172
+ (VBG Preserving)
173
+ (NP
174
+ (NP (DT the) (NN orthodoxy))
175
+ (PP
176
+ (IN of)
177
+ (NP
178
+ (NP (DT the) (NN relationship))
179
+ (PP
180
+ (IN between)
181
+ (NP (NNP God) (CC and) (NN mathematics))))))
182
+ (, ,)
183
+ (SBAR
184
+ (IN although)
185
+ (RB not)
186
+ (PP
187
+ (IN in)
188
+ (NP
189
+ (NP (DT the) (JJ same) (NN form))
190
+ (SBAR
191
+ (IN as)
192
+ (S
193
+ (VP
194
+ (VBN held)
195
+ (PP
196
+ (IN by)
197
+ (NP (PRP$ his) (NNS critics)))))))))
198
+ (, ,)))
199
+ (VP
200
+ (VBD was)
201
+ (ADVP (RB long))
202
+ (NP
203
+ (NP (DT a) (NN concern))
204
+ (PP
205
+ (IN of)
206
+ (NP (NNP Cantor) (POS 's)))))
207
+ (. .)))
208
+
208
209
# attacking attached correctly?
209
210
# style of play all under one NP?
210
211
(ROOT
You can’t perform that action at this time.
0 commit comments