File tree Expand file tree Collapse file tree 1 file changed +46
-45
lines changed Expand file tree Collapse file tree 1 file changed +46
-45
lines changed Original file line number Diff line number Diff line change 2525 (NP (NNP St.) (NNP Damiano) (POS 's)))))))))
2626 (. .)))
2727
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-
7128(ROOT
7229 (S
7330 (NP
13996 (. .)))
14097
14198# this is correct for "in charge of"
99+ # for example, "... is in charge of culture" from PTB
142100(ROOT
143101 (S
144102 (PP
163121 (. .)))
164122
165123
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
167126(ROOT
168127 (S
169128 (S
178137 (NP (DT no) (NNS details)))
179138 (VP
180139 (VBP survive)
181- (PP
140+ (UCP
182141 (PP
183142 (IN about)
184143 (NP
205164 (. .)))
206165
207166
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+
208209# attacking attached correctly?
209210# style of play all under one NP?
210211(ROOT
You can’t perform that action at this time.
0 commit comments