input stringlengths 3 1.41k | parse stringlengths 17 4.05k | depth int64 3 67 | pos_tag dict | iob_tag listlengths 1 269 | dependency stringlengths 12 4.8k | parsed stringlengths 10 4.05k | selected_tag stringclasses 3
values | C stringlengths 2 1.5k | DC stringlengths 2 2.86k | T stringlengths 2 897 | CT stringlengths 2 1.5k | FC stringlengths 2 1.17k | __index_level_0__ int64 0 75.7k |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
What part of North America did Britain end up with? | (ROOT (SBARQ (WHNP (WHNP (WP What) (NN part)) (PP (IN of) (NP (NNP North) (NNP America)))) (SQ (VBD did) (NP (NNP Britain)) (VP (VB end) (PRT (RP up)) (PP (IN with)))) (. ?))) | 6 | {
"ADJ": [],
"ADP": [
"of",
"up",
"with"
],
"ADV": [],
"AUX": [
"did"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"part"
],
"NUM": [],
"PART": [],
"PRON": [
"What"
],
"PROPN": [
"North",
"America",
"Britain"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"end"
],
"X": []
} | [
"O",
"O",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"B-VP",
"O",
"B-PP",
"O"
] | What/det/part part/dobj/end of/prep/part North/compound/America America/pobj/of did/aux/end Britain/nsubj/end end/ROOT/end up/prt/end with/prep/end ?/punct/end | (SBARQ (WHNP (WHNP (WP What) (NN part)) (PP (IN of) (NP (NNP North) (NNP America)))) (SQ (VBD did) (NP (NNP Britain)) (VP (VB end) (PRT (RP up)) (PP (IN with)))) (. ?)) | FC | [] | [] | [] | [] | ['What part of North America did Britain end up with ?'] | 48,541 |
In the north is "Scythia this side of the Himalayas" and "Scythia beyond the Himalayas." | (ROOT (SINV (PP (IN In) (NP (DT the) (NN north))) (VP (VBZ is)) (`` ") (NP (NP (NNP Scythia)) (NP (NP (DT this) (NN side)) (PP (IN of) (NP (DT the) (NNPS Himalayas))))) ('' ") (CC and) (`` ") (NP (NP (NNP Scythia)) (PP (IN beyond) (NP (DT the) (NNPS Himalayas)))) (. .) ('' "))) | 7 | {
"ADJ": [],
"ADP": [
"In",
"of",
"beyond"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"this",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"north",
"side"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Scythia",
"Himalayas",
"Scythia",
"Himalayas"
],
"PUNCT": [
"\"",
"\"",
"\"",
".",
"\""
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O"
] | In/prep/is the/det/north north/pobj/In is/ROOT/is "/punct/is Scythia/attr/is this/det/side side/appos/Scythia of/prep/side the/det/Himalayas Himalayas/pobj/of "/punct/side and/cc/side "/punct/Scythia Scythia/conj/Scythia beyond/prep/Scythia the/det/Himalayas Himalayas/pobj/beyond ./punct/is "/punct/is | (SINV (PP (IN In) (NP (DT the) (NN north))) (VP (VBZ is)) (`` ") (NP (NP (NNP Scythia)) (NP (NP (DT this) (NN side)) (PP (IN of) (NP (DT the) (NNPS Himalayas))))) ('' ") (CC and) (`` ") (NP (NP (NNP Scythia)) (PP (IN beyond) (NP (DT the) (NNPS Himalayas)))) (. .) ('' ")) | T | ['Scythia beyond the Himalayas is'] | [] | ['In the north is " Scythia this side of the Himalayas " and " Scythia beyond the Himalayas . "'] | [] | [] | 56,890 |
A well-publicized case occurred in 2007, when Jennifer Strange died while participating in a water-drinking contest. | (ROOT (S (NP (DT A) (ADJP (RB well) (HYPH -) (VBN publicized)) (NN case)) (VP (VBD occurred) (PP (IN in) (NP (NP (CD 2007)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (NNP Jennifer) (NNP Strange)) (VP (VBD died) (SBAR (IN while) (S (VP (VBG participating) (PP (IN in) (NP (DT a) (ADJP (NN water) (HYPH -) (VBG drinking)) (NN contest)))))))))))) (. .))) | 15 | {
"ADJ": [],
"ADP": [
"in",
"in"
],
"ADV": [
"well"
],
"AUX": [],
"CCONJ": [],
"DET": [
"A",
"a"
],
"INTJ": [],
"NOUN": [
"case",
"water",
"drinking",
"contest"
],
"NUM": [
"2007"
],
"PART": [],
"PRON": [],
"PROPN": [
"Jennifer",
"Strange"
],
"PUNCT": [
"-",
",",
"-",
"."
],
"SCONJ": [
"when",
"while"
],
"SPACE": [],
"SYM": [],
"VERB": [
"publicized",
"occurred",
"died",
"participating"
],
"X": []
} | [
"B-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"O",
"B-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"O"
] | A/det/case well/advmod/publicized -/punct/publicized publicized/amod/case case/nsubj/occurred occurred/ROOT/occurred in/prep/occurred 2007/pobj/in ,/punct/2007 when/advmod/died Jennifer/compound/Strange Strange/nsubj/died died/relcl/2007 while/mark/participating participating/advcl/died in/prep/participating a/det/contest water/compound/drinking -/punct/drinking drinking/compound/contest contest/pobj/in ./punct/occurred | (S (NP (DT A) (ADJP (RB well) (HYPH -) (VBN publicized)) (NN case)) (VP (VBD occurred) (PP (IN in) (NP (NP (CD 2007)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (NNP Jennifer) (NNP Strange)) (VP (VBD died) (SBAR (IN while) (S (VP (VBG participating) (PP (IN in) (NP (DT a) (ADJP (NN water) (HYPH -) (VBG drinking)) (NN contest)))))))))))) (. .)) | CT | ['A well - publicized case occurred in 2007 , when Jennifer Strange died'] | ['when Jennifer Strange died while participating in a water - drinking contest', 'while participating in a water - drinking contest'] | [] | ['A well - publicized case occurred in 2007 , when Jennifer Strange died while participating in a water - drinking contest .'] | [] | 62,985 |
The missionary expedition of Mary Slessor and Hope Waddel and their group in the mid 18th century in this coastal regions of the ten British colony has brought about the beginning and the flourishing of this church in these areas. | (ROOT (S (NP (NP (DT The) (JJ missionary) (NN expedition)) (PP (IN of) (NP (NP (NP (NNP Mary) (NNP Slessor)) (CC and) (NP (NNP Hope) (NNP Waddel))) (CC and) (NP (PRP$ their) (NN group)))) (PP (IN in) (NP (DT the) (JJ mid) (JJ 18th) (NN century))) (PP (IN in) (NP (NP (DT this) (JJ coastal) (NNS regions)) (PP (IN of) (NP (DT the) (CD ten) (JJ British) (NN colony)))))) (VP (VBZ has) (VP (VBN brought) (PRT (RP about)) (NP (NP (DT the) (NN beginning)) (CC and) (NP (NP (DT the) (NN flourishing)) (PP (IN of) (NP (DT this) (NN church))) (PP (IN in) (NP (DT these) (NNS areas))))))) (. .))) | 9 | {
"ADJ": [
"missionary",
"mid",
"18th",
"coastal",
"British"
],
"ADP": [
"of",
"in",
"in",
"of",
"about",
"of",
"in"
],
"ADV": [],
"AUX": [
"has"
],
"CCONJ": [
"and",
"and",
"and"
],
"DET": [
"The",
"the",
"this",
"the",
"the",
"the",
"this",
"these"
],
"INTJ": [],
"NOUN": [
"expedition",
"group",
"century",
"regions",
"colony",
"beginning",
"flourishing",
"church",
"areas"
],
"NUM": [
"ten"
],
"PART": [],
"PRON": [
"their"
],
"PROPN": [
"Mary",
"Slessor",
"Hope",
"Waddel"
],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"brought"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"O",
"B-NP",
"I-NP",
"I-NP",
... | The/det/expedition missionary/amod/expedition expedition/nsubj/brought of/prep/expedition Mary/nmod/Slessor Slessor/pobj/of and/cc/Slessor Hope/compound/Waddel Waddel/conj/Slessor and/cc/Slessor their/poss/group group/conj/Slessor in/prep/expedition the/det/century mid/amod/century 18th/amod/century century/pobj/in in/prep/century this/det/regions coastal/amod/regions regions/pobj/in of/prep/regions the/det/colony ten/nummod/colony British/amod/colony colony/pobj/of has/aux/brought brought/ROOT/brought about/prt/brought the/det/beginning beginning/dobj/brought and/cc/beginning the/det/flourishing flourishing/conj/beginning of/prep/flourishing this/det/church church/pobj/of in/prep/church these/det/areas areas/pobj/in ./punct/brought | (S (NP (NP (DT The) (JJ missionary) (NN expedition)) (PP (IN of) (NP (NP (NP (NNP Mary) (NNP Slessor)) (CC and) (NP (NNP Hope) (NNP Waddel))) (CC and) (NP (PRP$ their) (NN group)))) (PP (IN in) (NP (DT the) (JJ mid) (JJ 18th) (NN century))) (PP (IN in) (NP (NP (DT this) (JJ coastal) (NNS regions)) (PP (IN of) (NP (DT the) (CD ten) (JJ British) (NN colony)))))) (VP (VBZ has) (VP (VBN brought) (PRT (RP about)) (NP (NP (DT the) (NN beginning)) (CC and) (NP (NP (DT the) (NN flourishing)) (PP (IN of) (NP (DT this) (NN church))) (PP (IN in) (NP (DT these) (NNS areas))))))) (. .)) | T | ['The missionary expedition of Mary Slessor and Hope Waddel and their group in the mid 18th century in this coastal regions of the ten British colony has brought about the beginning and the flourishing of this church in these areas'] | [] | ['The missionary expedition of Mary Slessor and Hope Waddel and their group in the mid 18th century in this coastal regions of the ten British colony has brought about the beginning and the flourishing of this church in these areas .'] | [] | [] | 39,805 |
In 1895 he presented a paper to the Wellington Philosophical Society proposing a two-hour daylight-saving shift, and after considerable interest was expressed in Christchurch, he followed up in an 1898 paper. | (ROOT (S (S (PP (IN In) (NP (CD 1895))) (NP (PRP he)) (VP (VBD presented) (NP (DT a) (NN paper)) (PP (IN to) (NP (DT the) (NNP Wellington) (NNP Philosophical) (NNP Society))) (S (VP (VBG proposing) (NP (DT a) (NML (CD two) (HYPH -) (NN hour)) (ADJP (NN daylight) (HYPH -) (VBG saving)) (NN shift)))))) (, ,) (CC and) (S (SBAR (IN after) (S (NP (JJ considerable) (NN interest)) (VP (VBD was) (VP (VBN expressed) (PP (IN in) (NP (NNP Christchurch))))))) (, ,) (NP (PRP he)) (VP (VBD followed) (PRT (RP up)) (PP (IN in) (NP (DT an) (CD 1898) (NN paper))))) (. .))) | 10 | {
"ADJ": [
"considerable"
],
"ADP": [
"In",
"to",
"in",
"up",
"in"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"a",
"the",
"a",
"an"
],
"INTJ": [],
"NOUN": [
"paper",
"hour",
"daylight",
"shift",
"interest",
"paper"
],
"NUM": [
"1895",
"two",
"1898"
],
"PART": [],
"PRON": [
"he",
"he"
],
"PROPN": [
"Wellington",
"Philosophical",
"Society",
"Christchurch"
],
"PUNCT": [
"-",
"-",
",",
",",
"."
],
"SCONJ": [
"after"
],
"SPACE": [],
"SYM": [],
"VERB": [
"presented",
"proposing",
"saving",
"expressed",
"followed"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"O",
"O",
"O",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"O",
"O",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"O",
"B-P... | In/prep/presented 1895/pobj/In he/nsubj/presented presented/ROOT/presented a/det/paper paper/dobj/presented to/dative/presented the/det/Society Wellington/compound/Society Philosophical/compound/Society Society/pobj/to proposing/acl/Society a/det/shift two/nummod/hour -/punct/hour hour/nmod/shift daylight/npadvmod/saving -/punct/saving saving/compound/shift shift/dobj/proposing ,/punct/presented and/cc/presented after/mark/expressed considerable/amod/interest interest/nsubjpass/expressed was/auxpass/expressed expressed/advcl/followed in/prep/expressed Christchurch/pobj/in ,/punct/followed he/nsubj/followed followed/conj/presented up/prt/followed in/prep/followed an/det/paper 1898/nummod/paper paper/pobj/in ./punct/followed | (S (S (PP (IN In) (NP (CD 1895))) (NP (PRP he)) (VP (VBD presented) (NP (DT a) (NN paper)) (PP (IN to) (NP (DT the) (NNP Wellington) (NNP Philosophical) (NNP Society))) (S (VP (VBG proposing) (NP (DT a) (NML (CD two) (HYPH -) (NN hour)) (ADJP (NN daylight) (HYPH -) (VBG saving)) (NN shift)))))) (, ,) (CC and) (S (SBAR (IN after) (S (NP (JJ considerable) (NN interest)) (VP (VBD was) (VP (VBN expressed) (PP (IN in) (NP (NNP Christchurch))))))) (, ,) (NP (PRP he)) (VP (VBD followed) (PRT (RP up)) (PP (IN in) (NP (DT an) (CD 1898) (NN paper))))) (. .)) | CT | ['In 1895 he presented a paper to the Wellington Philosophical Society proposing a two - hour daylight - saving shift', ', he followed up in an 1898 paper'] | ['after considerable interest was expressed in Christchurch'] | [] | ['In 1895 he presented a paper to the Wellington Philosophical Society proposing a two - hour daylight - saving shift , and after considerable interest was expressed in Christchurch , he followed up in an 1898 paper .'] | [] | 32,553 |
This gives them a significant cushion against the global downturn. | (ROOT (S (NP (DT This)) (VP (VBZ gives) (NP (PRP them)) (NP (NP (DT a) (JJ significant) (NN cushion)) (PP (IN against) (NP (DT the) (JJ global) (NN downturn))))) (. .))) | 7 | {
"ADJ": [
"significant",
"global"
],
"ADP": [
"against"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"a",
"the"
],
"INTJ": [],
"NOUN": [
"cushion",
"downturn"
],
"NUM": [],
"PART": [],
"PRON": [
"This",
"them"
],
"PROPN": [],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"gives"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | This/nsubj/gives gives/ROOT/gives them/dative/gives a/det/cushion significant/amod/cushion cushion/dobj/gives against/prep/cushion the/det/downturn global/amod/downturn downturn/pobj/against ./punct/gives | (S (NP (DT This)) (VP (VBZ gives) (NP (PRP them)) (NP (NP (DT a) (JJ significant) (NN cushion)) (PP (IN against) (NP (DT the) (JJ global) (NN downturn))))) (. .)) | T | ['This gives them a significant cushion against the global downturn'] | [] | ['This gives them a significant cushion against the global downturn .'] | [] | [] | 44,110 |
Within the city of Detroit, there are over a dozen major hospitals which include the Detroit Medical Center (DMC), Henry Ford Health System, St. John Health System, and the John D. Dingell VA Medical Center. | (ROOT (S (PP (IN Within) (NP (NP (DT the) (NN city)) (PP (IN of) (NP (NNP Detroit))))) (, ,) (NP (EX there)) (VP (VBP are) (NP (NP (QP (IN over) (DT a) (NN dozen)) (JJ major) (NNS hospitals)) (SBAR (WHNP (WDT which)) (S (VP (VBP include) (NP (NP (NP (DT the) (NNP Detroit) (NNP Medical) (NNP Center)) (-LRB- -LRB-) (NP (NNP DMC)) (-RRB- -RRB-)) (, ,) (NP (NML (NNP Henry) (NNP Ford)) (NNP Health) (NNP System)) (, ,) (NP (NML (NNP St.) (NNP John)) (NNP Health) (NNP System)) (, ,) (CC and) (NP (DT the) (NML (NNP John) (NNP D.) (NNP Dingell)) (NNP VA) (NNP Medical) (NNP Center)))))))) (. .))) | 11 | {
"ADJ": [
"major"
],
"ADP": [
"Within",
"of",
"over"
],
"ADV": [],
"AUX": [],
"CCONJ": [
"and"
],
"DET": [
"the",
"a",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"city",
"dozen",
"hospitals"
],
"NUM": [],
"PART": [],
"PRON": [
"there",
"which"
],
"PROPN": [
"Detroit",
"Detroit",
"Medical",
"Center",
"DMC",
"Henry",
"Ford",
"Health",
"System",
"St.",
"John",
"Health",
"System",
"John",
"D.",
"Dingell",
"VA",
"Medical",
"Center"
],
"PUNCT": [
",",
"(",
")",
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"are",
"include"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"O",
"O",
"O",
"B-NP",
"I-NP",
"O",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-... | Within/prep/are the/det/city city/pobj/Within of/prep/city Detroit/pobj/of ,/punct/are there/expl/are are/ROOT/are over/quantmod/dozen a/quantmod/dozen dozen/nummod/hospitals major/amod/hospitals hospitals/attr/are which/nsubj/include include/relcl/hospitals the/det/Center Detroit/compound/Center Medical/compound/Center Center/dobj/include (/punct/Center DMC/appos/Center )/punct/Center ,/punct/Center Henry/compound/System Ford/compound/System Health/compound/System System/conj/Center ,/punct/System St./compound/John John/compound/System Health/compound/System System/conj/System ,/punct/System and/cc/System the/det/Center John/compound/Dingell D./compound/Dingell Dingell/compound/Center VA/compound/Center Medical/compound/Center Center/conj/System ./punct/are | (S (PP (IN Within) (NP (NP (DT the) (NN city)) (PP (IN of) (NP (NNP Detroit))))) (, ,) (NP (EX there)) (VP (VBP are) (NP (NP (QP (IN over) (DT a) (NN dozen)) (JJ major) (NNS hospitals)) (SBAR (WHNP (WDT which)) (S (VP (VBP include) (NP (NP (NP (DT the) (NNP Detroit) (NNP Medical) (NNP Center)) (-LRB- -LRB-) (NP (NNP DMC)) (-RRB- -RRB-)) (, ,) (NP (NML (NNP Henry) (NNP Ford)) (NNP Health) (NNP System)) (, ,) (NP (NML (NNP St.) (NNP John)) (NNP Health) (NNP System)) (, ,) (CC and) (NP (DT the) (NML (NNP John) (NNP D.) (NNP Dingell)) (NNP VA) (NNP Medical) (NNP Center)))))))) (. .)) | CT | ['there are over a dozen major hospitals which include the Detroit Medical Center -LRB- DMC -RRB- , Henry Ford Health System , St. John Health System , and the John D. Dingell VA Medical Center'] | ['which include the Detroit Medical Center -LRB- DMC -RRB- , Henry Ford Health System , St. John Health System , and the John D. Dingell VA Medical Center'] | [] | ['Within the city of Detroit , there are over a dozen major hospitals which include the Detroit Medical Center -LRB- DMC -RRB- , Henry Ford Health System , St. John Health System , and the John D. Dingell VA Medical Center .'] | [] | 14,159 |
Thomas Cartwright is thought to be the first Presbyterian in England. | (ROOT (S (NP (NNP Thomas) (NNP Cartwright)) (VP (VBZ is) (VP (VBN thought) (S (VP (TO to) (VP (VB be) (NP (NP (DT the) (JJ first) (NNP Presbyterian)) (PP (IN in) (NP (NNP England))))))))) (. .))) | 11 | {
"ADJ": [
"first"
],
"ADP": [
"in"
],
"ADV": [],
"AUX": [
"is",
"be"
],
"CCONJ": [],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [],
"NUM": [],
"PART": [
"to"
],
"PRON": [],
"PROPN": [
"Thomas",
"Cartwright",
"Presbyterian",
"England"
],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"thought"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"O"
] | Thomas/compound/Cartwright Cartwright/nsubjpass/thought is/auxpass/thought thought/ROOT/thought to/aux/be be/xcomp/thought the/det/Presbyterian first/amod/Presbyterian Presbyterian/attr/be in/prep/Presbyterian England/pobj/in ./punct/thought | (S (NP (NNP Thomas) (NNP Cartwright)) (VP (VBZ is) (VP (VBN thought) (S (VP (TO to) (VP (VB be) (NP (NP (DT the) (JJ first) (NNP Presbyterian)) (PP (IN in) (NP (NNP England))))))))) (. .)) | T | ['Thomas Cartwright is thought to be the first Presbyterian in England'] | [] | ['Thomas Cartwright is thought to be the first Presbyterian in England .'] | [] | [] | 74,481 |
In 2004, madaris were mainstreamed in 16 Regions nationwide, primarily in Muslim-majority areas in Mindanao under the auspices of the Department of Education (DepEd). | (ROOT (S (PP (IN In) (NP (CD 2004))) (, ,) (NP (NNS madaris)) (VP (VBD were) (VP (VBN mainstreamed) (PP (IN in) (NP (NP (CD 16) (NNS Regions)) (ADVP (JJ nationwide)))) (, ,) (PP (PP (ADVP (RB primarily)) (IN in) (NP (NP (NML (NNP Muslim) (HYPH -) (NN majority)) (NNS areas)) (PP (IN in) (NP (NNP Mindanao))))) (PP (IN under) (NP (NP (DT the) (NNS auspices)) (PP (IN of) (NP (NP (NP (DT the) (NNP Department)) (PP (IN of) (NP (NNP Education)))) (-LRB- -LRB-) (NP (NNP DepEd)) (-RRB- -RRB-)))))))) (. .))) | 13 | {
"ADJ": [],
"ADP": [
"In",
"in",
"in",
"in",
"under",
"of",
"of"
],
"ADV": [
"nationwide",
"primarily"
],
"AUX": [
"were"
],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"majority",
"areas",
"auspices"
],
"NUM": [
"2004",
"16"
],
"PART": [],
"PRON": [],
"PROPN": [
"madaris",
"Regions",
"Muslim",
"Mindanao",
"Department",
"Education",
"DepEd"
],
"PUNCT": [
",",
",",
"-",
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"mainstreamed"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-ADVP",
"B-PP",
"O",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | In/prep/mainstreamed 2004/pobj/In ,/punct/mainstreamed madaris/nsubjpass/mainstreamed were/auxpass/mainstreamed mainstreamed/ROOT/mainstreamed in/prep/mainstreamed 16/nummod/Regions Regions/pobj/in nationwide/advmod/Regions ,/punct/Regions primarily/advmod/in in/prep/Regions Muslim/compound/majority -/punct/majority majority/compound/areas areas/pobj/in in/prep/areas Mindanao/pobj/in under/prep/mainstreamed the/det/auspices auspices/pobj/under of/prep/auspices the/det/Department Department/pobj/of of/prep/Department Education/pobj/of (/punct/Department DepEd/appos/Department )/punct/Department ./punct/mainstreamed | (S (PP (IN In) (NP (CD 2004))) (, ,) (NP (NNS madaris)) (VP (VBD were) (VP (VBN mainstreamed) (PP (IN in) (NP (NP (CD 16) (NNS Regions)) (ADVP (JJ nationwide)))) (, ,) (PP (PP (ADVP (RB primarily)) (IN in) (NP (NP (NML (NNP Muslim) (HYPH -) (NN majority)) (NNS areas)) (PP (IN in) (NP (NNP Mindanao))))) (PP (IN under) (NP (NP (DT the) (NNS auspices)) (PP (IN of) (NP (NP (NP (DT the) (NNP Department)) (PP (IN of) (NP (NNP Education)))) (-LRB- -LRB-) (NP (NNP DepEd)) (-RRB- -RRB-)))))))) (. .)) | T | ['madaris were mainstreamed in 16 Regions nationwide , primarily in Muslim - majority areas in Mindanao under the auspices of the Department of Education -LRB- DepEd -RRB-'] | [] | ['In 2004 , madaris were mainstreamed in 16 Regions nationwide , primarily in Muslim - majority areas in Mindanao under the auspices of the Department of Education -LRB- DepEd -RRB- .'] | [] | [] | 66,705 |
He opined that Nasser's legacy was a "guarantee of instability" due to Nasser's reliance on personal power and the absence of strong political institutions under his rule. | (ROOT (S (NP (PRP He)) (VP (VBD opined) (SBAR (IN that) (S (NP (NP (NNP Nasser) (POS 's)) (NN legacy)) (VP (VBD was) (NP (DT a) (`` ") (NN guarantee)) (PP (IN of) (NP (NN instability))) ('' ") (PP (IN due) (IN to) (NP (NP (NP (NP (NNP Nasser) (POS 's)) (NN reliance)) (PP (IN on) (NP (JJ personal) (NN power)))) (CC and) (NP (NP (DT the) (NN absence)) (PP (IN of) (NP (JJ strong) (JJ political) (NNS institutions))) (PP (IN under) (NP (PRP$ his) (NN rule)))))))))) (. .))) | 12 | {
"ADJ": [
"personal",
"strong",
"political"
],
"ADP": [
"of",
"due",
"to",
"on",
"of",
"under"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"a",
"the"
],
"INTJ": [],
"NOUN": [
"legacy",
"guarantee",
"instability",
"reliance",
"power",
"absence",
"institutions",
"rule"
],
"NUM": [],
"PART": [
"'s",
"'s"
],
"PRON": [
"He",
"his"
],
"PROPN": [
"Nasser",
"Nasser"
],
"PUNCT": [
"\"",
"\"",
"."
],
"SCONJ": [
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"opined"
],
"X": []
} | [
"B-NP",
"B-VP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | He/nsubj/opined opined/ROOT/opined that/mark/was Nasser/poss/legacy 's/case/Nasser legacy/nsubj/was was/ccomp/opined a/det/guarantee "/punct/guarantee guarantee/attr/was of/prep/guarantee instability/pobj/of "/punct/guarantee due/prep/guarantee to/prep/due Nasser/poss/reliance 's/case/Nasser reliance/pobj/to on/prep/reliance personal/amod/power power/pobj/on and/cc/reliance the/det/absence absence/conj/reliance of/prep/absence strong/amod/institutions political/amod/institutions institutions/pobj/of under/prep/absence his/poss/rule rule/pobj/under ./punct/opined | (S (NP (PRP He)) (VP (VBD opined) (SBAR (IN that) (S (NP (NP (NNP Nasser) (POS 's)) (NN legacy)) (VP (VBD was) (NP (DT a) (`` ") (NN guarantee)) (PP (IN of) (NP (NN instability))) ('' ") (PP (IN due) (IN to) (NP (NP (NP (NP (NNP Nasser) (POS 's)) (NN reliance)) (PP (IN on) (NP (JJ personal) (NN power)))) (CC and) (NP (NP (DT the) (NN absence)) (PP (IN of) (NP (JJ strong) (JJ political) (NNS institutions))) (PP (IN under) (NP (PRP$ his) (NN rule)))))))))) (. .)) | CT | ['He opined'] | ['that Nasser \'s legacy was a " guarantee of instability " due to Nasser \'s reliance on personal power and the absence of strong political institutions under his rule'] | [] | ['He opined that Nasser \'s legacy was a " guarantee of instability " due to Nasser \'s reliance on personal power and the absence of strong political institutions under his rule .'] | [] | 12,430 |
According to the Statistical Institute of Catalonia in 2008 the Catalan language is the second most commonly used in Catalonia, after Spanish, as a native or self-defining language. | (ROOT (S (PP (VBG According) (PP (IN to) (NP (NP (DT the) (NNP Statistical) (NNP Institute)) (PP (IN of) (NP (NNP Catalonia)))))) (PP (IN in) (NP (CD 2008))) (NP (DT the) (JJ Catalan) (NN language)) (VP (VBZ is) (NP (NP (DT the) (JJ second)) (ADVP (RBS most) (RB commonly)) (VBN used) (PP (IN in) (NP (NNP Catalonia))) (, ,) (PP (IN after) (NP (NNP Spanish))) (, ,) (PP (IN as) (NP (DT a) (ADJP (ADJP (JJ native)) (CC or) (ADJP (NN self) (HYPH -) (VBG defining))) (NN language))))) (. .))) | 9 | {
"ADJ": [
"second",
"native"
],
"ADP": [
"to",
"of",
"in",
"in",
"after",
"as"
],
"ADV": [
"most",
"commonly"
],
"AUX": [
"is"
],
"CCONJ": [
"or"
],
"DET": [
"the",
"the",
"the",
"a"
],
"INTJ": [],
"NOUN": [
"language",
"self",
"language"
],
"NUM": [
"2008"
],
"PART": [],
"PRON": [],
"PROPN": [
"Statistical",
"Institute",
"Catalonia",
"Catalan",
"Catalonia",
"Spanish"
],
"PUNCT": [
",",
",",
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"According",
"used",
"defining"
],
"X": []
} | [
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-ADVP",
"I-ADVP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"I-ADJP",
"I-A... | According/prep/is to/prep/According the/det/Institute Statistical/compound/Institute Institute/pobj/to of/prep/Institute Catalonia/pobj/of in/prep/Institute 2008/pobj/in the/det/language Catalan/compound/language language/nsubj/is is/ROOT/is the/det/second second/attr/is most/advmod/commonly commonly/advmod/used used/acl/second in/prep/used Catalonia/pobj/in ,/punct/is after/prep/is Spanish/pobj/after ,/punct/after as/conj/after a/det/language native/amod/language or/cc/native self/npadvmod/defining -/punct/defining defining/conj/native language/pobj/as ./punct/is | (S (PP (VBG According) (PP (IN to) (NP (NP (DT the) (NNP Statistical) (NNP Institute)) (PP (IN of) (NP (NNP Catalonia)))))) (PP (IN in) (NP (CD 2008))) (NP (DT the) (JJ Catalan) (NN language)) (VP (VBZ is) (NP (NP (DT the) (JJ second)) (ADVP (RBS most) (RB commonly)) (VBN used) (PP (IN in) (NP (NNP Catalonia))) (, ,) (PP (IN after) (NP (NNP Spanish))) (, ,) (PP (IN as) (NP (DT a) (ADJP (ADJP (JJ native)) (CC or) (ADJP (NN self) (HYPH -) (VBG defining))) (NN language))))) (. .)) | T | ['the Catalan language is the second most commonly used in Catalonia , after Spanish , as a native or self - defining language'] | [] | ['According to the Statistical Institute of Catalonia in 2008 the Catalan language is the second most commonly used in Catalonia , after Spanish , as a native or self - defining language .'] | [] | [] | 41,310 |
Analysis of MPI results by Turk and Rudy (1988) found three classes of chronic pain patient: "(a) dysfunctional, people who perceived the severity of their pain to be high, reported that pain interfered with much of their lives, reported a higher degree of psychological distress caused by pain, and reported low levels of activity; (b) interpersonally distressed, people with a common perception that significant others were not very supportive of their pain problems; and (c) adaptive copers, patients who reported high levels of social support, relatively low levels of pain and perceived interference, and relatively high levels of activity." | (ROOT (S (NP (NP (NN Analysis)) (PP (IN of) (NP (NNP MPI) (NNS results))) (PP (IN by) (NP (NP (NNP Turk) (CC and) (NNP Rudy)) (-LRB- -LRB-) (NP (CD 1988)) (-RRB- -RRB-)))) (VP (VBD found) (NP (NP (NP (CD three) (NNS classes)) (PP (IN of) (NP (NML (JJ chronic) (NN pain)) (NN patient)))) (: :) (`` ") (S (ADJP (-LRB- -LRB-) (LS a) (-RRB- -RRB-) (ADJP (JJ dysfunctional))) (, ,) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBD perceived) (S (NP (NP (DT the) (NN severity)) (PP (IN of) (NP (PRP$ their) (NN pain)))) (VP (TO to) (VP (VB be) (ADJP (JJ high))))))))) (, ,) (VP (VBD reported) (SBAR (IN that) (S (NP (NN pain)) (VP (VBD interfered) (PP (IN with) (NP (NP (JJ much)) (PP (IN of) (NP (PRP$ their) (NNS lives))))))))) (, ,) (VP (VBD reported) (NP (NP (DT a) (JJR higher) (NN degree)) (PP (IN of) (NP (NP (JJ psychological) (NN distress)) (VP (VBN caused) (PP (IN by) (NP (NN pain)))))))) (, ,) (CC and) (VP (VP (VP (VBD reported) (NP (NP (JJ low) (NNS levels)) (PP (IN of) (NP (NN activity))))) (: ;) (NP (-LRB- -LRB-) (-LRB- b) (-RRB- -RRB-) (NP (ADJP (RB interpersonally) (JJ distressed)) (, ,) (NP (NP (NNS people)) (PP (IN with) (NP (DT a) (JJ common) (NN perception) (SBAR (IN that) (S (NP (JJ significant) (NNS others)) (VP (VBD were) (RB not) (NP (RB very) (JJ supportive) (PP (IN of) (NP (PRP$ their) (NN pain) (NNS problems))))))))))))) (: ;) (CC and) (NP (NP (-LRB- -LRB-) (-LRB- c) (-RRB- -RRB-) (JJ adaptive) (NNS copers)) (, ,) (NP (NP (NNS patients)) (SBAR (WHNP (WP who)) (S (VP (VBD reported) (NP (NP (NP (NP (NP (JJ high) (NNS levels)) (PP (IN of) (NP (JJ social) (NN support)))) (, ,) (RB relatively) (JJ low) (NNS levels)) (PP (PP (IN of) (NP (NN pain))) (CC and) (S (VP (VBN perceived) (NN interference))))) (, ,) (CC and) (NP (NP (ADJP (RB relatively) (JJ high)) (NNS levels)) (IN of) (NP (NN activity))))))))))))) ('' .) (. "))) | 19 | {
"ADJ": [
"chronic",
"high",
"much",
"higher",
"psychological",
"low",
"distressed",
"common",
"significant",
"supportive",
"adaptive",
"high",
"social",
"low",
"high"
],
"ADP": [
"of",
"by",
"of",
"of",
"with",
"of",
"of",
"by",
"of",
"with",
"of",
"of",
"of",
"of"
],
"ADV": [
"interpersonally",
"very",
"relatively",
"relatively"
],
"AUX": [
"be",
"were"
],
"CCONJ": [
"and",
"and",
"and",
"and",
"and"
],
"DET": [
"the",
"a",
"a"
],
"INTJ": [],
"NOUN": [
"Analysis",
"results",
"classes",
"pain",
"patient",
"dysfunctional",
"people",
"severity",
"pain",
"pain",
"lives",
"degree",
"distress",
"pain",
"levels",
"activity",
"people",
"perception",
"others",
"pain",
"problems",
"copers",
"patients",
"levels",
"support",
"levels",
"pain",
"interference",
"levels",
"activity"
],
"NUM": [
"1988",
"three"
],
"PART": [
"to",
"not"
],
"PRON": [
"who",
"their",
"their",
"their",
"who"
],
"PROPN": [
"MPI",
"Turk",
"Rudy"
],
"PUNCT": [
"(",
")",
":",
"\"",
"(",
")",
",",
",",
",",
",",
";",
"(",
")",
",",
";",
"(",
")",
",",
",",
",",
".",
"\""
],
"SCONJ": [
"that",
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"found",
"perceived",
"reported",
"interfered",
"reported",
"caused",
"reported",
"reported",
"perceived"
],
"X": [
"a",
"b",
"c"
]
} | [
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"I-ADJP",
"O",
"B-NP",
"O",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
... | Analysis/nsubj/found of/prep/Analysis MPI/compound/results results/pobj/of by/prep/results Turk/pobj/by and/cc/Turk Rudy/conj/Turk (/punct/Rudy 1988/appos/Rudy )/punct/Rudy found/ccomp/reported three/nummod/classes classes/dobj/found of/prep/classes chronic/amod/patient pain/compound/patient patient/pobj/of :/punct/classes "/punct/classes (/punct/dysfunctional a/det/dysfunctional )/punct/dysfunctional dysfunctional/appos/classes ,/punct/dysfunctional people/conj/dysfunctional who/nsubj/perceived perceived/relcl/people the/det/severity severity/dobj/perceived of/prep/severity their/poss/pain pain/pobj/of to/aux/be be/advcl/perceived high/acomp/be ,/punct/found reported/conj/found that/mark/interfered pain/nsubj/interfered interfered/ccomp/reported with/prep/interfered much/pobj/with of/prep/much their/poss/lives lives/pobj/of ,/punct/reported reported/ccomp/copers a/det/degree higher/amod/degree degree/dobj/reported of/prep/degree psychological/amod/distress distress/pobj/of caused/acl/distress by/agent/caused pain/pobj/by ,/punct/reported and/cc/reported reported/conj/reported low/amod/levels levels/dobj/reported of/prep/levels activity/pobj/of ;/punct/copers (/punct/b b/meta/distressed )/punct/b interpersonally/advmod/distressed distressed/amod/copers ,/punct/distressed people/npadvmod/distressed with/prep/people a/det/perception common/amod/perception perception/pobj/with that/mark/were significant/amod/others others/nsubj/were were/ccomp/distressed not/neg/were very/advmod/supportive supportive/acomp/were of/prep/supportive their/poss/problems pain/compound/problems problems/pobj/of ;/punct/distressed and/cc/distressed (/punct/c c/meta/copers )/punct/c adaptive/amod/copers copers/ROOT/copers ,/punct/copers patients/conj/copers who/nsubj/reported reported/relcl/patients high/amod/levels levels/dobj/reported of/prep/levels social/amod/support support/pobj/of ,/punct/support relatively/advmod/low low/amod/levels levels/conj/levels of/prep/levels pain/pobj/of and/cc/pain perceived/amod/interference interference/conj/pain ,/punct/interference and/cc/interference relatively/advmod/high high/amod/levels levels/conj/levels of/prep/levels activity/pobj/of ./punct/copers "/punct/copers | (S (NP (NP (NN Analysis)) (PP (IN of) (NP (NNP MPI) (NNS results))) (PP (IN by) (NP (NP (NNP Turk) (CC and) (NNP Rudy)) (-LRB- -LRB-) (NP (CD 1988)) (-RRB- -RRB-)))) (VP (VBD found) (NP (NP (NP (CD three) (NNS classes)) (PP (IN of) (NP (NML (JJ chronic) (NN pain)) (NN patient)))) (: :) (`` ") (S (ADJP (-LRB- -LRB-) (LS a) (-RRB- -RRB-) (ADJP (JJ dysfunctional))) (, ,) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBD perceived) (S (NP (NP (DT the) (NN severity)) (PP (IN of) (NP (PRP$ their) (NN pain)))) (VP (TO to) (VP (VB be) (ADJP (JJ high))))))))) (, ,) (VP (VBD reported) (SBAR (IN that) (S (NP (NN pain)) (VP (VBD interfered) (PP (IN with) (NP (NP (JJ much)) (PP (IN of) (NP (PRP$ their) (NNS lives))))))))) (, ,) (VP (VBD reported) (NP (NP (DT a) (JJR higher) (NN degree)) (PP (IN of) (NP (NP (JJ psychological) (NN distress)) (VP (VBN caused) (PP (IN by) (NP (NN pain)))))))) (, ,) (CC and) (VP (VP (VP (VBD reported) (NP (NP (JJ low) (NNS levels)) (PP (IN of) (NP (NN activity))))) (: ;) (NP (-LRB- -LRB-) (-LRB- b) (-RRB- -RRB-) (NP (ADJP (RB interpersonally) (JJ distressed)) (, ,) (NP (NP (NNS people)) (PP (IN with) (NP (DT a) (JJ common) (NN perception) (SBAR (IN that) (S (NP (JJ significant) (NNS others)) (VP (VBD were) (RB not) (NP (RB very) (JJ supportive) (PP (IN of) (NP (PRP$ their) (NN pain) (NNS problems))))))))))))) (: ;) (CC and) (NP (NP (-LRB- -LRB-) (-LRB- c) (-RRB- -RRB-) (JJ adaptive) (NNS copers)) (, ,) (NP (NP (NNS patients)) (SBAR (WHNP (WP who)) (S (VP (VBD reported) (NP (NP (NP (NP (NP (JJ high) (NNS levels)) (PP (IN of) (NP (JJ social) (NN support)))) (, ,) (RB relatively) (JJ low) (NNS levels)) (PP (PP (IN of) (NP (NN pain))) (CC and) (S (VP (VBN perceived) (NN interference))))) (, ,) (CC and) (NP (NP (ADJP (RB relatively) (JJ high)) (NNS levels)) (IN of) (NP (NN activity))))))))))))) ('' .) (. ")) | CT | ['Analysis of MPI results by Turk and Rudy -LRB- 1988 -RRB- found three classes of chronic pain patient : " -LRB- a -RRB- dysfunctional , people who perceived the severity of their pain to be high , reported , reported a higher degree of psychological distress caused by pain , and reported low levels of activity ; -LRB- b -RRB- interpersonally distressed , people with a common perception that significant others were not very supportive of their pain problems ; and -LRB- c -RRB- adaptive copers , patients who reported high levels of social support , relatively low levels of pain and perceived interference , and relatively high levels of activity'] | ['who perceived the severity of their pain to be high', 'that pain interfered with much of their lives', 'that significant others were not very supportive of their pain problems', 'who reported high levels of social support , relatively low levels of pain and perceived interference , and relatively high levels of activity'] | [] | ['Analysis of MPI results by Turk and Rudy -LRB- 1988 -RRB- found three classes of chronic pain patient : " -LRB- a -RRB- dysfunctional , people who perceived the severity of their pain to be high , reported that pain interfered with much of their lives , reported a higher degree of psychological distress caused by pain , and reported low levels of activity ; -LRB- b -RRB- interpersonally distressed , people with a common perception that significant others were not very supportive of their pain problems ; and -LRB- c -RRB- adaptive copers , patients who reported high levels of social support , relatively low levels of pain and perceived interference , and relatively high levels of activity . "'] | [] | 35,688 |
Rachel Caspari (2003) have argued that clades are by definition monophyletic groups (a taxon that includes all descendants of a given ancestor) and since no groups currently regarded as races are monophyletic, none of those groups can be clades. | (ROOT (S (S (NP (NP (NP (NP (NNP Rachel) (NNP Caspari)) (-RRB- -LRB-)) (-RRB- 2003)) (-RRB- -RRB-)) (VP (VBP have) (VP (VBN argued) (SBAR (IN that) (S (NP (NNS clades)) (VP (VBP are) (PP (IN by) (NP (NN definition))) (NP (NP (JJ monophyletic) (NNS groups)) (-LRB- -LRB-) (NP (NP (DT a) (NN taxon)) (SBAR (WHNP (WDT that)) (S (VP (VBZ includes) (NP (NP (DT all) (NNS descendants)) (PP (IN of) (NP (DT a) (VBN given) (NN ancestor)))))))) (-RRB- -RRB-)))))))) (CC and) (S (SBAR (IN since) (S (NP (NP (DT no) (NNS groups)) (VP (ADVP (RB currently)) (VBN regarded) (PP (IN as) (NP (NNS races))))) (VP (VBP are) (ADJP (JJ monophyletic))))) (, ,) (NP (NP (NN none)) (PP (IN of) (NP (DT those) (NNS groups)))) (VP (MD can) (VP (VB be) (NP (NNS clades))))) (. .))) | 17 | {
"ADJ": [
"monophyletic"
],
"ADP": [
"by",
"of",
"of"
],
"ADV": [
"currently"
],
"AUX": [
"have",
"are",
"are",
"can",
"be"
],
"CCONJ": [
"and"
],
"DET": [
"a",
"all",
"a",
"no",
"those"
],
"INTJ": [],
"NOUN": [
"clades",
"definition",
"monophyletic",
"groups",
"taxon",
"descendants",
"ancestor",
"groups",
"races",
"none",
"groups",
"clades"
],
"NUM": [
"2003"
],
"PART": [],
"PRON": [
"that"
],
"PROPN": [
"Rachel",
"Caspari"
],
"PUNCT": [
"(",
")",
"(",
")",
",",
"."
],
"SCONJ": [
"that",
"since",
"as"
],
"SPACE": [],
"SYM": [],
"VERB": [
"argued",
"includes",
"given",
"regarded"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"O",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"O",
"B-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-PP"... | Rachel/compound/Caspari Caspari/nsubj/argued (/punct/Caspari 2003/appos/Caspari )/punct/Caspari have/aux/argued argued/ROOT/argued that/mark/are clades/nsubj/are are/ccomp/argued by/prep/are definition/compound/monophyletic monophyletic/compound/groups groups/pobj/by (/punct/groups a/det/taxon taxon/appos/groups that/nsubj/includes includes/relcl/taxon all/det/descendants descendants/dobj/includes of/prep/descendants a/det/ancestor given/amod/ancestor ancestor/pobj/of )/punct/argued and/cc/argued since/mark/are no/det/groups groups/nsubj/are currently/advmod/regarded regarded/acl/groups as/mark/are races/nsubj/are are/advcl/be monophyletic/attr/are ,/punct/be none/nsubj/be of/prep/none those/det/groups groups/pobj/of can/aux/be be/conj/argued clades/attr/be ./punct/be | (S (S (NP (NP (NP (NP (NNP Rachel) (NNP Caspari)) (-RRB- -LRB-)) (-RRB- 2003)) (-RRB- -RRB-)) (VP (VBP have) (VP (VBN argued) (SBAR (IN that) (S (NP (NNS clades)) (VP (VBP are) (PP (IN by) (NP (NN definition))) (NP (NP (JJ monophyletic) (NNS groups)) (-LRB- -LRB-) (NP (NP (DT a) (NN taxon)) (SBAR (WHNP (WDT that)) (S (VP (VBZ includes) (NP (NP (DT all) (NNS descendants)) (PP (IN of) (NP (DT a) (VBN given) (NN ancestor)))))))) (-RRB- -RRB-)))))))) (CC and) (S (SBAR (IN since) (S (NP (NP (DT no) (NNS groups)) (VP (ADVP (RB currently)) (VBN regarded) (PP (IN as) (NP (NNS races))))) (VP (VBP are) (ADJP (JJ monophyletic))))) (, ,) (NP (NP (NN none)) (PP (IN of) (NP (DT those) (NNS groups)))) (VP (MD can) (VP (VB be) (NP (NNS clades))))) (. .)) | CT | ['Rachel Caspari -LRB- 2003 -RRB- have argued', ', none of those groups can be clades'] | ['that clades are by definition monophyletic groups -LRB- a taxon that includes all descendants of a given ancestor -RRB-', 'that includes all descendants of a given ancestor', 'since no groups currently regarded as races are monophyletic'] | [] | ['Rachel Caspari -LRB- 2003 -RRB- have argued that clades are by definition monophyletic groups -LRB- a taxon that includes all descendants of a given ancestor -RRB- and since no groups currently regarded as races are monophyletic , none of those groups can be clades .'] | [] | 4,796 |
In the early 1980s, Chicago radio jocks The Hot Mix 5, and club DJs Ron Hardy and Frankie Knuckles played various styles of dance music, including older disco records (mostly Philly disco and Salsoul tracks), electro funk tracks by artists such as Afrika Bambaataa, newer Italo disco, B-Boy hip hop music by Man Parrish, Jellybean Benitez, Arthur Baker, and John Robie, and electronic pop music by Kraftwerk and Yellow Magic Orchestra. | (ROOT (S (PP (IN In) (NP (DT the) (JJ early) (NNS 1980s))) (, ,) (NP (S (NML (NNP Chicago) (NN radio) (NNS jocks)) (NML (NNP The) (NNP Hot) (NNP Mix) (CD 5))) (, ,) (CC and) (NP (NML (NN club) (NNS DJs)) (NML (NML (NNP Ron) (NNP Hardy)) (CC and) (NML (NNP Frankie) (NNP Knuckles))))) (VP (VBD played) (NP (NP (JJ various) (NNS styles)) (PP (IN of) (NP (NN dance) (NN music))) (, ,) (PP (VBG including) (NP (NP (NP (JJR older) (NN disco) (NNS records)) (-LRB- -LRB-) (NP (ADVP (RB mostly)) (NML (NML (NNP Philly) (NN disco)) (CC and) (NNP Salsoul)) (NNS tracks)) (-RRB- -RRB-)) (, ,) (NP (NP (NML (NN electro) (NN funk)) (NNS tracks)) (PP (IN by) (NP (NP (NNS artists)) (PP (JJ such) (IN as) (NP (NNP Afrika) (NNP Bambaataa)))))) (, ,) (NP (JJR newer) (NNP Italo) (NN disco)) (, ,) (NP (NP (NP (NP (NNP B) (HYPH -) (NNP Boy) (NML (NN hip) (NN hop)) (NN music)) (PP (IN by) (NP (NNP Man) (NNP Parrish)))) (, ,) (NP (NNP Jellybean) (NNP Benitez))) (, ,) (NP (NNP Arthur) (NNP Baker))) (, ,) (CC and) (NP (NP (NNP John) (NNP Robie)) (, ,) (CC and) (NP (NP (JJ electronic) (NN pop) (NN music)) (PP (IN by) (NP (NP (NNP Kraftwerk)) (CC and) (NP (NML (NNP Yellow) (NNP Magic)) (NNP Orchestra)))))))))) (. .))) | 13 | {
"ADJ": [
"early",
"various",
"older",
"such",
"newer",
"Italo",
"electronic"
],
"ADP": [
"In",
"of",
"by",
"as",
"by",
"by"
],
"ADV": [
"mostly"
],
"AUX": [],
"CCONJ": [
"and",
"and",
"and",
"and",
"and",
"and"
],
"DET": [
"the",
"The"
],
"INTJ": [],
"NOUN": [
"radio",
"club",
"DJs",
"styles",
"dance",
"music",
"disco",
"records",
"disco",
"tracks",
"electro",
"funk",
"tracks",
"artists",
"disco",
"B",
"Boy",
"hip",
"hop",
"music",
"pop",
"music"
],
"NUM": [
"1980s",
"5"
],
"PART": [],
"PRON": [],
"PROPN": [
"Chicago",
"Hot",
"Mix",
"Ron",
"Hardy",
"Frankie",
"Knuckles",
"Philly",
"Salsoul",
"Afrika",
"Bambaataa",
"Man",
"Parrish",
"Jellybean",
"Benitez",
"Arthur",
"Baker",
"John",
"Robie",
"Kraftwerk",
"Yellow",
"Magic",
"Orchestra"
],
"PUNCT": [
",",
",",
",",
"(",
")",
",",
",",
",",
"-",
",",
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"jocks",
"played",
"including"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-NP",
"I-NP",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-ADVP",
"O",
"O",
"O",
... | In/prep/jocks the/det/1980s early/amod/1980s 1980s/pobj/In ,/punct/jocks Chicago/compound/radio radio/nsubj/jocks jocks/ROOT/jocks The/det/Mix Hot/compound/Mix Mix/dobj/jocks 5/nummod/Mix ,/punct/jocks and/cc/jocks club/compound/DJs DJs/compound/Hardy Ron/compound/Hardy Hardy/conj/jocks and/cc/Hardy Frankie/compound/Knuckles Knuckles/conj/Hardy played/conj/jocks various/amod/styles styles/dobj/played of/prep/styles dance/compound/music music/pobj/of ,/punct/music including/prep/styles older/amod/records disco/compound/records records/pobj/including (/punct/records mostly/advmod/disco Philly/nmod/disco disco/nmod/tracks and/cc/disco Salsoul/conj/disco tracks/appos/records )/punct/records ,/punct/played electro/conj/jocks funk/compound/tracks tracks/dobj/electro by/prep/electro artists/pobj/by such/amod/as as/prep/artists Afrika/compound/Bambaataa Bambaataa/pobj/as ,/punct/Bambaataa newer/amod/disco Italo/compound/disco disco/appos/Bambaataa ,/punct/disco B/nmod/Boy -/punct/Boy Boy/nmod/hip hip/compound/music hop/compound/music music/conj/disco by/prep/music Man/compound/Parrish Parrish/pobj/by ,/punct/Parrish Jellybean/compound/Benitez Benitez/conj/Parrish ,/punct/Benitez Arthur/compound/Baker Baker/conj/Benitez ,/punct/Baker and/cc/Baker John/compound/Robie Robie/conj/Baker ,/punct/Robie and/cc/Robie electronic/amod/music pop/compound/music music/conj/Robie by/prep/music Kraftwerk/nmod/Orchestra and/cc/Kraftwerk Yellow/compound/Orchestra Magic/compound/Orchestra Orchestra/pobj/by ./punct/jocks | (S (PP (IN In) (NP (DT the) (JJ early) (NNS 1980s))) (, ,) (NP (S (NML (NNP Chicago) (NN radio) (NNS jocks)) (NML (NNP The) (NNP Hot) (NNP Mix) (CD 5))) (, ,) (CC and) (NP (NML (NN club) (NNS DJs)) (NML (NML (NNP Ron) (NNP Hardy)) (CC and) (NML (NNP Frankie) (NNP Knuckles))))) (VP (VBD played) (NP (NP (JJ various) (NNS styles)) (PP (IN of) (NP (NN dance) (NN music))) (, ,) (PP (VBG including) (NP (NP (NP (JJR older) (NN disco) (NNS records)) (-LRB- -LRB-) (NP (ADVP (RB mostly)) (NML (NML (NNP Philly) (NN disco)) (CC and) (NNP Salsoul)) (NNS tracks)) (-RRB- -RRB-)) (, ,) (NP (NP (NML (NN electro) (NN funk)) (NNS tracks)) (PP (IN by) (NP (NP (NNS artists)) (PP (JJ such) (IN as) (NP (NNP Afrika) (NNP Bambaataa)))))) (, ,) (NP (JJR newer) (NNP Italo) (NN disco)) (, ,) (NP (NP (NP (NP (NNP B) (HYPH -) (NNP Boy) (NML (NN hip) (NN hop)) (NN music)) (PP (IN by) (NP (NNP Man) (NNP Parrish)))) (, ,) (NP (NNP Jellybean) (NNP Benitez))) (, ,) (NP (NNP Arthur) (NNP Baker))) (, ,) (CC and) (NP (NP (NNP John) (NNP Robie)) (, ,) (CC and) (NP (NP (JJ electronic) (NN pop) (NN music)) (PP (IN by) (NP (NP (NNP Kraftwerk)) (CC and) (NP (NML (NNP Yellow) (NNP Magic)) (NNP Orchestra)))))))))) (. .)) | T | ['Chicago radio jocks The Hot Mix 5 , and club DJs Ron Hardy and Frankie Knuckles played various styles of dance music , including older disco records -LRB- mostly Philly disco and Salsoul tracks -RRB- , electro funk tracks by artists such as Afrika Bambaataa , newer Italo disco , B - Boy hip hop music by Man Parrish , Jellybean Benitez , Arthur Baker , and John Robie , and electronic pop music by Kraftwerk and Yellow Magic Orchestra'] | [] | ['In the early 1980s , Chicago radio jocks The Hot Mix 5 , and club DJs Ron Hardy and Frankie Knuckles played various styles of dance music , including older disco records -LRB- mostly Philly disco and Salsoul tracks -RRB- , electro funk tracks by artists such as Afrika Bambaataa , newer Italo disco , B - Boy hip hop music by Man Parrish , Jellybean Benitez , Arthur Baker , and John Robie , and electronic pop music by Kraftwerk and Yellow Magic Orchestra .'] | [] | [] | 61,921 |
When did the Romantic era end? | (ROOT (SBARQ (WHADVP (WRB When)) (SQ (VBD did) (NP (DT the) (JJ Romantic) (NN era)) (VP (VB end))) (. ?))) | 5 | {
"ADJ": [
"Romantic"
],
"ADP": [],
"ADV": [],
"AUX": [
"did"
],
"CCONJ": [],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [
"era",
"end"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [
"When"
],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"O"
] | When/advmod/end did/aux/end the/det/end Romantic/amod/era era/compound/end end/ROOT/end ?/punct/end | (SBARQ (WHADVP (WRB When)) (SQ (VBD did) (NP (DT the) (JJ Romantic) (NN era)) (VP (VB end))) (. ?)) | FC | [] | [] | [] | [] | ['When did the Romantic era end ?'] | 41,648 |
Additionally, difficult weather conditions resulted in the delay of drilling during mid-2012 and the already dire situation was exacerbated by the "Kulluk" incident at the end of the year. | (ROOT (S (ADVP (RB Additionally)) (, ,) (S (NP (JJ difficult) (NN weather) (NNS conditions)) (VP (VBD resulted) (PP (IN in) (NP (NP (DT the) (NN delay)) (PP (IN of) (NP (NN drilling))) (PP (IN during) (NP (CD mid-2012))))))) (CC and) (S (NP (DT the) (ADJP (RB already) (JJ dire)) (NN situation)) (VP (VBD was) (VP (VBN exacerbated) (PP (IN by) (NP (NP (DT the) (`` ") (NNP Kulluk) ('' ") (NN incident)) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (NN year)))))))))) (. .))) | 12 | {
"ADJ": [
"difficult",
"dire"
],
"ADP": [
"in",
"of",
"during",
"by",
"at",
"of"
],
"ADV": [
"Additionally",
"already"
],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"weather",
"conditions",
"delay",
"drilling",
"mid-2012",
"situation",
"incident",
"end",
"year"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Kulluk"
],
"PUNCT": [
",",
"\"",
"\"",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"resulted",
"exacerbated"
],
"X": []
} | [
"B-ADVP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP"... | Additionally/advmod/resulted ,/punct/resulted difficult/amod/conditions weather/compound/conditions conditions/nsubj/resulted resulted/ROOT/resulted in/prep/resulted the/det/delay delay/pobj/in of/prep/delay drilling/pobj/of during/prep/drilling mid-2012/pobj/during and/cc/delay the/det/situation already/advmod/dire dire/amod/situation situation/nsubjpass/exacerbated was/auxpass/exacerbated exacerbated/ccomp/resulted by/agent/exacerbated the/det/incident "/punct/incident Kulluk/nmod/incident "/punct/incident incident/pobj/by at/prep/exacerbated the/det/end end/pobj/at of/prep/end the/det/year year/pobj/of ./punct/exacerbated | (S (ADVP (RB Additionally)) (, ,) (S (NP (JJ difficult) (NN weather) (NNS conditions)) (VP (VBD resulted) (PP (IN in) (NP (NP (DT the) (NN delay)) (PP (IN of) (NP (NN drilling))) (PP (IN during) (NP (CD mid-2012))))))) (CC and) (S (NP (DT the) (ADJP (RB already) (JJ dire)) (NN situation)) (VP (VBD was) (VP (VBN exacerbated) (PP (IN by) (NP (NP (DT the) (`` ") (NNP Kulluk) ('' ") (NN incident)) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (NN year)))))))))) (. .)) | T | ['difficult weather conditions resulted in the delay of drilling during mid-2012', 'the already dire situation was exacerbated by the " Kulluk " incident at the end of the year'] | [] | ['Additionally , difficult weather conditions resulted in the delay of drilling during mid-2012 and the already dire situation was exacerbated by the " Kulluk " incident at the end of the year .'] | [] | [] | 20,658 |
The Ming dynasty granted titles to lamas of schools such as the Karmapa Kargyu, but the latter had previously declined Mongol invitations to receive titles. | (ROOT (S (S (NP (DT The) (NNP Ming) (NN dynasty)) (VP (VBD granted) (NP (NNS titles)) (PP (IN to) (NP (NP (NNS lamas)) (PP (IN of) (NP (NP (NNS schools)) (PP (JJ such) (IN as) (NP (DT the) (NNP Karmapa) (NNP Kargyu))))))))) (, ,) (CC but) (S (NP (DT the) (JJ latter)) (VP (VBD had) (ADVP (RB previously)) (VP (VBN declined) (NP (NNP Mongol) (NNS invitations) (S (VP (TO to) (VP (VB receive) (NP (NNS titles))))))))) (. .))) | 11 | {
"ADJ": [
"such",
"latter"
],
"ADP": [
"to",
"of",
"as"
],
"ADV": [
"previously"
],
"AUX": [
"had"
],
"CCONJ": [
"but"
],
"DET": [
"The",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"dynasty",
"titles",
"lamas",
"schools",
"invitations",
"titles"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [],
"PROPN": [
"Ming",
"Karmapa",
"Kargyu",
"Mongol"
],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"granted",
"declined",
"receive"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"I-NP",
"O",
"O",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"O"
] | The/det/dynasty Ming/compound/dynasty dynasty/nsubj/granted granted/ROOT/granted titles/dobj/granted to/dative/granted lamas/pobj/to of/prep/lamas schools/pobj/of such/amod/as as/prep/schools the/det/Kargyu Karmapa/compound/Kargyu Kargyu/pobj/as ,/punct/granted but/cc/granted the/det/latter latter/nsubj/declined had/aux/declined previously/advmod/declined declined/conj/granted Mongol/compound/invitations invitations/dobj/declined to/aux/receive receive/xcomp/declined titles/dobj/receive ./punct/declined | (S (S (NP (DT The) (NNP Ming) (NN dynasty)) (VP (VBD granted) (NP (NNS titles)) (PP (IN to) (NP (NP (NNS lamas)) (PP (IN of) (NP (NP (NNS schools)) (PP (JJ such) (IN as) (NP (DT the) (NNP Karmapa) (NNP Kargyu))))))))) (, ,) (CC but) (S (NP (DT the) (JJ latter)) (VP (VBD had) (ADVP (RB previously)) (VP (VBN declined) (NP (NNP Mongol) (NNS invitations) (S (VP (TO to) (VP (VB receive) (NP (NNS titles))))))))) (. .)) | T | ['The Ming dynasty granted titles to lamas of schools such as the Karmapa Kargyu', 'the latter had previously declined Mongol invitations to receive titles'] | [] | ['The Ming dynasty granted titles to lamas of schools such as the Karmapa Kargyu , but the latter had previously declined Mongol invitations to receive titles .'] | [] | [] | 64,277 |
Virgil's legacy in medieval Wales was such that the Welsh version of his name, Fferyllt or Pheryllt, became a generic term for magic-worker, and survives in the modern Welsh word for pharmacist, fferyllydd. | (ROOT (S (NP (NP (NP (NNP Virgil) (POS 's)) (NN legacy)) (PP (IN in) (NP (JJ medieval) (NNP Wales)))) (VP (VBD was) (ADJP (JJ such) (SBAR (IN that) (S (NP (NP (DT the) (JJ Welsh) (NN version)) (PP (IN of) (NP (NP (PRP$ his) (NN name)) (, ,) (NP (NNP Fferyllt) (CC or) (NNP Pheryllt)) (, ,)))) (VP (VP (VBD became) (NP (NP (DT a) (JJ generic) (NN term)) (PP (IN for) (NP (NN magic) (HYPH -) (NN worker))))) (, ,) (CC and) (VP (VBZ survives) (PP (IN in) (NP (NP (DT the) (JJ modern) (JJ Welsh) (NN word)) (PP (IN for) (NP (NP (NN pharmacist)) (, ,) (NNP fferyllydd))))))))))) (. .))) | 14 | {
"ADJ": [
"medieval",
"such",
"Welsh",
"generic",
"modern",
"Welsh"
],
"ADP": [
"in",
"of",
"for",
"in",
"for"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"or",
"and"
],
"DET": [
"the",
"a",
"the"
],
"INTJ": [],
"NOUN": [
"legacy",
"version",
"name",
"term",
"magic",
"worker",
"survives",
"word",
"pharmacist",
"fferyllydd"
],
"NUM": [],
"PART": [
"'s"
],
"PRON": [
"his"
],
"PROPN": [
"Virgil",
"Wales",
"Fferyllt",
"Pheryllt"
],
"PUNCT": [
",",
",",
"-",
",",
",",
"."
],
"SCONJ": [
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"became"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-ADJP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-PP",... | Virgil/poss/legacy 's/case/Virgil legacy/nsubj/was in/prep/legacy medieval/compound/Wales Wales/pobj/in was/ROOT/was such/acomp/was that/mark/became the/det/version Welsh/amod/version version/nsubj/became of/prep/version his/poss/name name/pobj/of ,/punct/name Fferyllt/appos/name or/cc/Fferyllt Pheryllt/conj/Fferyllt ,/punct/version became/ccomp/was a/det/term generic/amod/term term/attr/became for/prep/term magic/compound/worker -/punct/worker worker/pobj/for ,/punct/became and/cc/became survives/conj/became in/prep/survives the/det/word modern/amod/word Welsh/amod/word word/pobj/in for/prep/word pharmacist/pobj/for ,/punct/fferyllydd fferyllydd/appos/pharmacist ./punct/was | (S (NP (NP (NP (NNP Virgil) (POS 's)) (NN legacy)) (PP (IN in) (NP (JJ medieval) (NNP Wales)))) (VP (VBD was) (ADJP (JJ such) (SBAR (IN that) (S (NP (NP (DT the) (JJ Welsh) (NN version)) (PP (IN of) (NP (NP (PRP$ his) (NN name)) (, ,) (NP (NNP Fferyllt) (CC or) (NNP Pheryllt)) (, ,)))) (VP (VP (VBD became) (NP (NP (DT a) (JJ generic) (NN term)) (PP (IN for) (NP (NN magic) (HYPH -) (NN worker))))) (, ,) (CC and) (VP (VBZ survives) (PP (IN in) (NP (NP (DT the) (JJ modern) (JJ Welsh) (NN word)) (PP (IN for) (NP (NP (NN pharmacist)) (, ,) (NNP fferyllydd))))))))))) (. .)) | CT | ["Virgil 's legacy in medieval Wales was such"] | ['that the Welsh version of his name , Fferyllt or Pheryllt , became a generic term for magic - worker , and survives in the modern Welsh word for pharmacist , fferyllydd'] | [] | ["Virgil 's legacy in medieval Wales was such that the Welsh version of his name , Fferyllt or Pheryllt , became a generic term for magic - worker , and survives in the modern Welsh word for pharmacist , fferyllydd ."] | [] | 8,677 |
Strasbourg is immersed in the Franco-German culture and although violently disputed throughout history, has been a bridge of unity between France and Germany for centuries, especially through the University of Strasbourg, currently the second largest in France, and the coexistence of Catholic and Protestant culture. | (ROOT (S (NP (NNP Strasbourg)) (VP (VP (VBZ is) (VP (VBN immersed) (PP (IN in) (NP (DT the) (ADJP (JJ Franco) (HYPH -) (JJ German)) (NN culture))))) (CC and) (SBAR (IN although) (S (ADVP (RB violently)) (VP (VBN disputed) (PP (IN throughout) (NP (NN history)))))) (, ,) (VP (VBZ has) (VP (VBN been) (NP (NP (DT a) (NN bridge)) (PP (IN of) (NP (NP (NN unity)) (PP (IN between) (NP (NNP France) (CC and) (NNP Germany)))))) (PP (IN for) (NP (NNS centuries))) (, ,) (PP (ADVP (RB especially)) (IN through) (NP (NP (NP (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (NNP Strasbourg)))) (, ,) (NP (ADVP (RB currently)) (NP (NP (DT the) (ADJP (RB second) (JJS largest))) (PP (IN in) (NP (NNP France)))))) (, ,)) (CC and) (NP (NP (DT the) (NN coexistence)) (PP (IN of) (NP (ADJP (JJ Catholic) (CC and) (JJ Protestant)) (NN culture))))))))) (. .))) | 14 | {
"ADJ": [
"German",
"largest",
"Catholic",
"Protestant"
],
"ADP": [
"in",
"throughout",
"of",
"between",
"for",
"through",
"of",
"in",
"of"
],
"ADV": [
"violently",
"especially",
"currently",
"second"
],
"AUX": [
"is",
"has",
"been"
],
"CCONJ": [
"and",
"and",
"and",
"and"
],
"DET": [
"the",
"a",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"culture",
"history",
"bridge",
"unity",
"centuries",
"coexistence",
"culture"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Strasbourg",
"Franco",
"France",
"Germany",
"University",
"Strasbourg",
"France"
],
"PUNCT": [
"-",
",",
",",
",",
",",
"."
],
"SCONJ": [
"although"
],
"SPACE": [],
"SYM": [],
"VERB": [
"immersed",
"disputed"
],
"X": []
} | [
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"O",
"B-ADVP",
"B-VP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"B-ADVP",
"B-PP",
... | Strasbourg/nsubjpass/immersed is/auxpass/immersed immersed/ROOT/immersed in/prep/immersed the/det/culture Franco/compound/German -/punct/German German/amod/culture culture/pobj/in and/cc/immersed although/mark/disputed violently/advmod/disputed disputed/advcl/been throughout/prep/disputed history/pobj/throughout ,/punct/been has/aux/been been/conj/immersed a/det/bridge bridge/attr/been of/prep/bridge unity/pobj/of between/prep/unity France/pobj/between and/cc/France Germany/conj/France for/prep/bridge centuries/pobj/for ,/punct/bridge especially/advmod/through through/prep/bridge the/det/University University/pobj/through of/prep/University Strasbourg/pobj/of ,/punct/bridge currently/advmod/largest the/det/largest second/advmod/largest largest/appos/bridge in/prep/largest France/pobj/in ,/punct/been and/cc/been the/det/coexistence coexistence/conj/been of/prep/coexistence Catholic/amod/culture and/cc/Catholic Protestant/conj/Catholic culture/pobj/of ./punct/immersed | (S (NP (NNP Strasbourg)) (VP (VP (VBZ is) (VP (VBN immersed) (PP (IN in) (NP (DT the) (ADJP (JJ Franco) (HYPH -) (JJ German)) (NN culture))))) (CC and) (SBAR (IN although) (S (ADVP (RB violently)) (VP (VBN disputed) (PP (IN throughout) (NP (NN history)))))) (, ,) (VP (VBZ has) (VP (VBN been) (NP (NP (DT a) (NN bridge)) (PP (IN of) (NP (NP (NN unity)) (PP (IN between) (NP (NNP France) (CC and) (NNP Germany)))))) (PP (IN for) (NP (NNS centuries))) (, ,) (PP (ADVP (RB especially)) (IN through) (NP (NP (NP (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (NNP Strasbourg)))) (, ,) (NP (ADVP (RB currently)) (NP (NP (DT the) (ADJP (RB second) (JJS largest))) (PP (IN in) (NP (NNP France)))))) (, ,)) (CC and) (NP (NP (DT the) (NN coexistence)) (PP (IN of) (NP (ADJP (JJ Catholic) (CC and) (JJ Protestant)) (NN culture))))))))) (. .)) | CT | ['Strasbourg is immersed in the Franco - German culture and , has been a bridge of unity between France and Germany for centuries , especially through the University of Strasbourg , currently the second largest in France , and the coexistence of Catholic and Protestant culture'] | ['although violently disputed throughout history'] | [] | ['Strasbourg is immersed in the Franco - German culture and although violently disputed throughout history , has been a bridge of unity between France and Germany for centuries , especially through the University of Strasbourg , currently the second largest in France , and the coexistence of Catholic and Protestant culture .'] | [] | 9,562 |
iPods have won several awards ranging from engineering excellence,[not in citation given] to most innovative audio product, to fourth best computer product of 2006. | (ROOT (S (NP (NNS iPods)) (VP (VBP have) (VP (VBN won) (NP (NP (JJ several) (NNS awards)) (VP (VBG ranging) (PP (PP (IN from) (NP (NN engineering) (RB excellence,-LSB-not) (IN in) (NP (NP (NN citation)) (VP (VBN given))) (-RRB- -RSB-))) (PP (PP (IN to) (NP (ADJP (RBS most) (JJ innovative)) (NN audio) (NN product))) (, ,) (PP (IN to) (NP (NP (ADJP (RB fourth) (JJS best)) (NN computer) (NN product)) (PP (IN of) (NP (CD 2006))))))))))) (. .))) | 13 | {
"ADJ": [
"several",
"most",
"innovative",
"audio",
"best"
],
"ADP": [
"from",
"in",
"to",
"to",
"of"
],
"ADV": [
"fourth"
],
"AUX": [
"have"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"iPods",
"awards",
"excellence,[not",
"citation",
"product",
"computer",
"product"
],
"NUM": [
"2006"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"]",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"won",
"ranging",
"engineering",
"given"
],
"X": []
} | [
"B-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"B-PP",
"B-ADJP",
"I-ADJP",
"B-NP",
"I-NP",
"B-PP",
"I-PP",
"B-ADJP",
"I-ADJP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O"
] | iPods/nsubj/won have/aux/won won/ROOT/won several/amod/awards awards/dobj/won ranging/acl/awards from/prep/ranging engineering/pcomp/from excellence,[not/dobj/engineering in/prep/engineering citation/pobj/in given/prep/won ]/punct/given to/prep/given most/advmod/innovative innovative/amod/product audio/amod/product product/pobj/to ,/punct/given to/prep/won fourth/advmod/best best/amod/product computer/compound/product product/pobj/to of/prep/product 2006/pobj/of ./punct/won | (S (NP (NNS iPods)) (VP (VBP have) (VP (VBN won) (NP (NP (JJ several) (NNS awards)) (VP (VBG ranging) (PP (PP (IN from) (NP (NN engineering) (RB excellence,-LSB-not) (IN in) (NP (NP (NN citation)) (VP (VBN given))) (-RRB- -RSB-))) (PP (PP (IN to) (NP (ADJP (RBS most) (JJ innovative)) (NN audio) (NN product))) (, ,) (PP (IN to) (NP (NP (ADJP (RB fourth) (JJS best)) (NN computer) (NN product)) (PP (IN of) (NP (CD 2006))))))))))) (. .)) | T | ['iPods have won several awards ranging from engineering excellence,-LSB-not in citation given -RSB- to most innovative audio product , to fourth best computer product of 2006'] | [] | ['iPods have won several awards ranging from engineering excellence,-LSB-not in citation given -RSB- to most innovative audio product , to fourth best computer product of 2006 .'] | [] | [] | 61,726 |
What was the official language of the Ottoman Empire? | (ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (JJ official) (NN language)) (PP (IN of) (NP (DT the) (NNP Ottoman) (NNP Empire)))))) (. ?))) | 8 | {
"ADJ": [
"official"
],
"ADP": [
"of"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"language"
],
"NUM": [],
"PART": [],
"PRON": [
"What"
],
"PROPN": [
"Ottoman",
"Empire"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | What/attr/was was/ROOT/was the/det/language official/amod/language language/nsubj/was of/prep/language the/det/Empire Ottoman/compound/Empire Empire/pobj/of ?/punct/was | (SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (JJ official) (NN language)) (PP (IN of) (NP (DT the) (NNP Ottoman) (NNP Empire)))))) (. ?)) | FC | [] | [] | [] | [] | ['What was the official language of the Ottoman Empire ?'] | 59,764 |
In addition to having earlier sexual experiences and more unwanted pregnancies than late maturing girls, early maturing girls are more exposed to alcohol and drug abuse. | (ROOT (S (PP (IN In) (NP (NP (NN addition)) (PP (IN to) (S (VP (VBG having) (NP (NP (JJR earlier) (JJ sexual) (NNS experiences)) (CC and) (NP (NP (JJR more) (JJ unwanted) (NNS pregnancies)) (PP (IN than) (NP (ADJP (JJ late) (VBG maturing)) (NNS girls)))))))))) (, ,) (NP (ADJP (JJ early) (VBG maturing)) (NNS girls)) (VP (VBP are) (ADJP (RBR more) (VBN exposed) (PP (IN to) (NP (NML (NN alcohol) (CC and) (NN drug)) (NN abuse))))) (. .))) | 13 | {
"ADJ": [
"earlier",
"sexual",
"unwanted",
"late"
],
"ADP": [
"In",
"to",
"than",
"to"
],
"ADV": [
"more",
"early",
"more"
],
"AUX": [
"are"
],
"CCONJ": [
"and",
"and"
],
"DET": [],
"INTJ": [],
"NOUN": [
"addition",
"experiences",
"pregnancies",
"girls",
"girls",
"alcohol",
"drug",
"abuse"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"having",
"maturing",
"maturing",
"exposed"
],
"X": []
} | [
"B-PP",
"B-NP",
"B-PP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-ADJP",
"I-ADJP",
"B-NP",
"O",
"B-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"B-ADJP",
"I-ADJP",
"B-PP",
"O",
"O",
"O",
"B-NP",
"O"
] | In/prep/are addition/pobj/In to/prep/addition having/pcomp/to earlier/amod/experiences sexual/amod/experiences experiences/dobj/having and/cc/experiences more/advmod/unwanted unwanted/amod/pregnancies pregnancies/conj/experiences than/prep/pregnancies late/amod/girls maturing/amod/girls girls/pobj/than ,/punct/are early/advmod/maturing maturing/amod/girls girls/nsubj/are are/ROOT/are more/advmod/exposed exposed/acomp/are to/prep/exposed alcohol/nmod/abuse and/cc/alcohol drug/conj/alcohol abuse/pobj/to ./punct/are | (S (PP (IN In) (NP (NP (NN addition)) (PP (IN to) (S (VP (VBG having) (NP (NP (JJR earlier) (JJ sexual) (NNS experiences)) (CC and) (NP (NP (JJR more) (JJ unwanted) (NNS pregnancies)) (PP (IN than) (NP (ADJP (JJ late) (VBG maturing)) (NNS girls)))))))))) (, ,) (NP (ADJP (JJ early) (VBG maturing)) (NNS girls)) (VP (VBP are) (ADJP (RBR more) (VBN exposed) (PP (IN to) (NP (NML (NN alcohol) (CC and) (NN drug)) (NN abuse))))) (. .)) | T | ['early maturing girls are more exposed to alcohol and drug abuse'] | [] | ['In addition to having earlier sexual experiences and more unwanted pregnancies than late maturing girls , early maturing girls are more exposed to alcohol and drug abuse .'] | [] | [] | 32,686 |
Thus, Hanover passed to William IV's brother, Ernest Augustus, and remained a kingdom until 1866, when it was annexed by Prussia during the Austro-Prussian war. | (ROOT (S (ADVP (RB Thus)) (, ,) (NP (NNP Hanover)) (VP (VP (VBD passed) (PP (IN to) (NP (NP (NP (NNP William) (NNP IV) (POS 's)) (NN brother)) (, ,) (NP (NNP Ernest) (NNP Augustus)) (, ,)))) (CC and) (VP (VBD remained) (NP (DT a) (NN kingdom)) (PP (IN until) (NP (NP (CD 1866)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD was) (VP (VBN annexed) (PP (IN by) (NP (NNP Prussia))) (PP (IN during) (NP (DT the) (ADJP (JJ Austro) (HYPH -) (JJ Prussian)) (NN war))))))))))) (. .))) | 14 | {
"ADJ": [
"Prussian"
],
"ADP": [
"to",
"until",
"by",
"during"
],
"ADV": [
"Thus"
],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"a",
"the"
],
"INTJ": [],
"NOUN": [
"brother",
"kingdom",
"war"
],
"NUM": [
"1866"
],
"PART": [
"'s"
],
"PRON": [
"it"
],
"PROPN": [
"Hanover",
"William",
"IV",
"Ernest",
"Augustus",
"Prussia",
"Austro"
],
"PUNCT": [
",",
",",
",",
",",
"-",
"."
],
"SCONJ": [
"when"
],
"SPACE": [],
"SYM": [],
"VERB": [
"passed",
"remained",
"annexed"
],
"X": []
} | [
"B-ADVP",
"O",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-N... | Thus/advmod/passed ,/punct/passed Hanover/nsubj/passed passed/ROOT/passed to/prep/passed William/compound/IV IV/poss/brother 's/case/IV brother/pobj/to ,/punct/brother Ernest/compound/Augustus Augustus/appos/brother ,/punct/passed and/cc/passed remained/conj/passed a/det/kingdom kingdom/attr/remained until/prep/remained 1866/pobj/until ,/punct/1866 when/advmod/annexed it/nsubjpass/annexed was/auxpass/annexed annexed/relcl/1866 by/agent/annexed Prussia/pobj/by during/prep/annexed the/det/war Austro/npadvmod/Prussian -/punct/Prussian Prussian/amod/war war/pobj/during ./punct/passed | (S (ADVP (RB Thus)) (, ,) (NP (NNP Hanover)) (VP (VP (VBD passed) (PP (IN to) (NP (NP (NP (NNP William) (NNP IV) (POS 's)) (NN brother)) (, ,) (NP (NNP Ernest) (NNP Augustus)) (, ,)))) (CC and) (VP (VBD remained) (NP (DT a) (NN kingdom)) (PP (IN until) (NP (NP (CD 1866)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBD was) (VP (VBN annexed) (PP (IN by) (NP (NNP Prussia))) (PP (IN during) (NP (DT the) (ADJP (JJ Austro) (HYPH -) (JJ Prussian)) (NN war))))))))))) (. .)) | CT | ["Hanover passed to William IV 's brother , Ernest Augustus , and remained a kingdom until 1866 , when it was annexed by Prussia during the Austro - Prussian war"] | ['when it was annexed by Prussia during the Austro - Prussian war'] | [] | ["Thus , Hanover passed to William IV 's brother , Ernest Augustus , and remained a kingdom until 1866 , when it was annexed by Prussia during the Austro - Prussian war ."] | [] | 58,212 |
Ange-Félix Patassé became president, but was later removed by General François Bozizé in the 2003 coup. | (ROOT (S (NP (NNP Ange) (HYPH -) (NNP Félix) (NNP Patassé)) (VP (VP (VBD became) (NP (NN president))) (, ,) (CC but) (VP (VBD was) (ADVP (RB later)) (VP (VBN removed) (PP (IN by) (NP (NNP General) (NNP François) (NNP Bozizé))) (PP (IN in) (NP (DT the) (CD 2003) (NN coup)))))) (. .))) | 8 | {
"ADJ": [],
"ADP": [
"by",
"in"
],
"ADV": [
"later"
],
"AUX": [
"was"
],
"CCONJ": [
"but"
],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [
"president",
"coup"
],
"NUM": [
"2003"
],
"PART": [],
"PRON": [],
"PROPN": [
"Ange",
"Félix",
"Patassé",
"General",
"François",
"Bozizé"
],
"PUNCT": [
"-",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"became",
"removed"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"B-ADVP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | Ange/compound/Patassé -/punct/Patassé Félix/compound/Patassé Patassé/nsubj/became became/ROOT/became president/attr/became ,/punct/became but/cc/became was/auxpass/removed later/advmod/removed removed/conj/became by/agent/removed General/compound/Bozizé François/compound/Bozizé Bozizé/pobj/by in/prep/removed the/det/coup 2003/nummod/coup coup/pobj/in ./punct/became | (S (NP (NNP Ange) (HYPH -) (NNP Félix) (NNP Patassé)) (VP (VP (VBD became) (NP (NN president))) (, ,) (CC but) (VP (VBD was) (ADVP (RB later)) (VP (VBN removed) (PP (IN by) (NP (NNP General) (NNP François) (NNP Bozizé))) (PP (IN in) (NP (DT the) (CD 2003) (NN coup)))))) (. .)) | T | ['Ange - Félix Patassé became president , but was later removed by General François Bozizé in the 2003 coup'] | [] | ['Ange - Félix Patassé became president , but was later removed by General François Bozizé in the 2003 coup .'] | [] | [] | 6,396 |
The Cubs had a Class A minor league affiliation on two occasions with who? | (ROOT (S (NP (DT The) (NNPS Cubs)) (VP (VBD had) (NP (DT a) (NML (NNP Class) (NNP A)) (NML (JJ minor) (NN league)) (NN affiliation)) (PP (IN on) (NP (CD two) (NNS occasions))) (PP (PP (IN with) (NP (WP who))) (-RRB- ?))))) | 7 | {
"ADJ": [
"minor"
],
"ADP": [
"on",
"with"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"The",
"a"
],
"INTJ": [],
"NOUN": [
"league",
"affiliation",
"occasions"
],
"NUM": [
"two"
],
"PART": [],
"PRON": [
"who"
],
"PROPN": [
"Cubs",
"Class",
"A"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"had"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"O",
"O",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP"
] | The/det/Cubs Cubs/nsubj/had had/ROOT/had a/det/affiliation Class/nmod/A A/nmod/affiliation minor/amod/affiliation league/compound/affiliation affiliation/dobj/had on/prep/affiliation two/nummod/occasions occasions/pobj/on with/prep/occasions who/pobj/with ?/punct/had | (S (NP (DT The) (NNPS Cubs)) (VP (VBD had) (NP (DT a) (NML (NNP Class) (NNP A)) (NML (JJ minor) (NN league)) (NN affiliation)) (PP (IN on) (NP (CD two) (NNS occasions))) (PP (PP (IN with) (NP (WP who))) (-RRB- ?)))) | T | ['The Cubs had a Class A minor league affiliation on two occasions with who ?'] | [] | ['The Cubs had a Class A minor league affiliation on two occasions with who ?'] | [] | [] | 36,532 |
Which theater was next to Saint Petersburg? | (ROOT (SBARQ (WHNP (WDT Which) (NN theater)) (S (VP (VBD was) (ADVP (JJ next) (PP (IN to) (NP (NNP Saint) (NNP Petersburg)))))) (. ?))) | 8 | {
"ADJ": [
"next"
],
"ADP": [
"to"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"Which"
],
"INTJ": [],
"NOUN": [
"theater"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Saint",
"Petersburg"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"B-VP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | Which/det/theater theater/nsubj/was was/ROOT/was next/acomp/was to/prep/next Saint/compound/Petersburg Petersburg/pobj/to ?/punct/was | (SBARQ (WHNP (WDT Which) (NN theater)) (S (VP (VBD was) (ADVP (JJ next) (PP (IN to) (NP (NNP Saint) (NNP Petersburg)))))) (. ?)) | T | ['was next to Saint Petersburg'] | [] | ['Which theater was next to Saint Petersburg ?'] | [] | [] | 34,577 |
Those in Thailand on a visa run can cross to Kawthaung but cannot venture farther into Myanmar." | (ROOT (S (NP (NP (DT Those)) (PP (IN in) (NP (NNP Thailand))) (PP (IN on) (NP (DT a) (NN visa) (NN run)))) (VP (VP (MD can) (VP (VB cross) (PP (IN to) (NP (NNP Kawthaung))))) (CC but) (VP (MD can) (RB not) (VP (VB venture) (ADVP (ADVP (RBR farther)) (PP (IN into) (NP (NNP Myanmar))))))) (. .) ('' "))) | 9 | {
"ADJ": [],
"ADP": [
"in",
"on",
"to",
"into"
],
"ADV": [
"farther"
],
"AUX": [
"can",
"can"
],
"CCONJ": [
"but"
],
"DET": [
"a"
],
"INTJ": [],
"NOUN": [
"visa",
"run"
],
"NUM": [],
"PART": [
"not"
],
"PRON": [
"Those"
],
"PROPN": [
"Thailand",
"Kawthaung",
"Myanmar"
],
"PUNCT": [
".",
"\""
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"cross",
"venture"
],
"X": []
} | [
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"B-ADVP",
"B-PP",
"B-NP",
"O",
"O"
] | Those/nsubj/cross in/prep/Those Thailand/pobj/in on/prep/Those a/det/run visa/compound/run run/pobj/on can/aux/cross cross/ROOT/cross to/prep/cross Kawthaung/pobj/to but/cc/cross can/aux/venture not/neg/venture venture/conj/cross farther/advmod/venture into/prep/venture Myanmar/pobj/into ./punct/cross "/punct/cross | (S (NP (NP (DT Those)) (PP (IN in) (NP (NNP Thailand))) (PP (IN on) (NP (DT a) (NN visa) (NN run)))) (VP (VP (MD can) (VP (VB cross) (PP (IN to) (NP (NNP Kawthaung))))) (CC but) (VP (MD can) (RB not) (VP (VB venture) (ADVP (ADVP (RBR farther)) (PP (IN into) (NP (NNP Myanmar))))))) (. .) ('' ")) | T | ['Those in Thailand on a visa run can cross to Kawthaung but can not venture farther into Myanmar'] | [] | ['Those in Thailand on a visa run can cross to Kawthaung but can not venture farther into Myanmar . "'] | [] | [] | 9,019 |
They operate by disrupting the sodium/potassium balance of the nerve fiber, forcing the nerve to transmit continuously. | (ROOT (S (NP (PRP They)) (VP (VBP operate) (PP (IN by) (S (VP (VBG disrupting) (NP (NP (DT the) (NML (NN sodium) (SYM /) (NN potassium)) (NN balance)) (PP (IN of) (NP (DT the) (NN nerve) (NN fiber)))) (, ,) (S (VP (VBG forcing) (NP (DT the) (NN nerve)) (S (VP (TO to) (VP (VB transmit) (ADVP (RB continuously))))))))))) (. .))) | 13 | {
"ADJ": [],
"ADP": [
"by",
"of"
],
"ADV": [
"continuously"
],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"sodium",
"potassium",
"balance",
"nerve",
"fiber",
"nerve"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [
"They"
],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [
"/"
],
"VERB": [
"operate",
"disrupting",
"forcing",
"transmit"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-PP",
"B-VP",
"B-NP",
"O",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-ADVP",
"O"
] | They/nsubj/operate operate/ROOT/operate by/prep/operate disrupting/pcomp/by the/det/balance sodium/nmod/balance //punct/balance potassium/compound/balance balance/dobj/disrupting of/prep/balance the/det/fiber nerve/compound/fiber fiber/pobj/of ,/punct/disrupting forcing/advcl/disrupting the/det/nerve nerve/dobj/forcing to/aux/transmit transmit/xcomp/forcing continuously/advmod/transmit ./punct/operate | (S (NP (PRP They)) (VP (VBP operate) (PP (IN by) (S (VP (VBG disrupting) (NP (NP (DT the) (NML (NN sodium) (SYM /) (NN potassium)) (NN balance)) (PP (IN of) (NP (DT the) (NN nerve) (NN fiber)))) (, ,) (S (VP (VBG forcing) (NP (DT the) (NN nerve)) (S (VP (TO to) (VP (VB transmit) (ADVP (RB continuously))))))))))) (. .)) | T | ['They operate by disrupting the sodium / potassium balance of the nerve fiber , forcing the nerve to transmit continuously'] | [] | ['They operate by disrupting the sodium / potassium balance of the nerve fiber , forcing the nerve to transmit continuously .'] | [] | [] | 33,965 |
What party was the leader in the Indian independence movement of the 20th century? | (ROOT (SBARQ (WHNP (WP What) (NN party)) (SQ (VBD was) (NP (NP (NP (DT the) (NN leader)) (PP (IN in) (NP (DT the) (JJ Indian) (NN independence) (NN movement)))) (PP (IN of) (NP (DT the) (JJ 20th) (NN century))))) (. ?))) | 8 | {
"ADJ": [
"Indian",
"20th"
],
"ADP": [
"in",
"of"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"party",
"leader",
"independence",
"movement",
"century"
],
"NUM": [],
"PART": [],
"PRON": [
"What"
],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | What/det/party party/nsubj/was was/ROOT/was the/det/leader leader/attr/was in/prep/leader the/det/movement Indian/amod/movement independence/compound/movement movement/pobj/in of/prep/movement the/det/century 20th/amod/century century/pobj/of ?/punct/was | (SBARQ (WHNP (WP What) (NN party)) (SQ (VBD was) (NP (NP (NP (DT the) (NN leader)) (PP (IN in) (NP (DT the) (JJ Indian) (NN independence) (NN movement)))) (PP (IN of) (NP (DT the) (JJ 20th) (NN century))))) (. ?)) | FC | [] | [] | [] | [] | ['What party was the leader in the Indian independence movement of the 20th century ?'] | 19,597 |
The first of these revolts began on 6 March 1821 in the Danubian Principalities under the leadership of Alexandros Ypsilantis, but it was soon put down by the Ottomans. | (ROOT (S (S (NP (NP (DT The) (JJ first)) (PP (IN of) (NP (DT these) (NNS revolts)))) (VP (VBD began) (PP (IN on) (NP (CD 6) (NNP March) (CD 1821))) (PP (IN in) (NP (DT the) (JJ Danubian) (NNPS Principalities))) (PP (IN under) (NP (NP (DT the) (NN leadership)) (PP (IN of) (NP (NNP Alexandros) (NNP Ypsilantis))))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBD was) (ADVP (RB soon)) (VP (VBN put) (PRT (RP down)) (PP (IN by) (NP (DT the) (NNPS Ottomans)))))) (. .))) | 9 | {
"ADJ": [
"first",
"Danubian"
],
"ADP": [
"of",
"on",
"in",
"under",
"of",
"down",
"by"
],
"ADV": [
"soon"
],
"AUX": [
"was"
],
"CCONJ": [
"but"
],
"DET": [
"The",
"these",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"revolts",
"leadership"
],
"NUM": [
"6",
"1821"
],
"PART": [],
"PRON": [
"it"
],
"PROPN": [
"March",
"Principalities",
"Alexandros",
"Ypsilantis",
"Ottomans"
],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"began",
"put"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"B-NP",
"B-VP",
"B-ADVP",
"B-VP",
"O",
"B-PP",
"B-NP",
"I-NP",
"O"
] | The/det/first first/nsubj/began of/prep/first these/det/revolts revolts/pobj/of began/ROOT/began on/prep/began 6/nummod/March March/pobj/on 1821/nummod/March in/prep/began the/det/Principalities Danubian/amod/Principalities Principalities/pobj/in under/prep/began the/det/leadership leadership/pobj/under of/prep/leadership Alexandros/compound/Ypsilantis Ypsilantis/pobj/of ,/punct/began but/cc/began it/nsubjpass/put was/auxpass/put soon/advmod/put put/conj/began down/prt/put by/agent/put the/det/Ottomans Ottomans/pobj/by ./punct/put | (S (S (NP (NP (DT The) (JJ first)) (PP (IN of) (NP (DT these) (NNS revolts)))) (VP (VBD began) (PP (IN on) (NP (CD 6) (NNP March) (CD 1821))) (PP (IN in) (NP (DT the) (JJ Danubian) (NNPS Principalities))) (PP (IN under) (NP (NP (DT the) (NN leadership)) (PP (IN of) (NP (NNP Alexandros) (NNP Ypsilantis))))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBD was) (ADVP (RB soon)) (VP (VBN put) (PRT (RP down)) (PP (IN by) (NP (DT the) (NNPS Ottomans)))))) (. .)) | T | ['The first of these revolts began on 6 March 1821 in the Danubian Principalities under the leadership of Alexandros Ypsilantis', 'it was soon put down by the Ottomans'] | [] | ['The first of these revolts began on 6 March 1821 in the Danubian Principalities under the leadership of Alexandros Ypsilantis , but it was soon put down by the Ottomans .'] | [] | [] | 40,415 |
Bookmarks are also called "Favorites" in Internet Explorer. | (ROOT (S (NP (NNS Bookmarks)) (VP (VBP are) (ADVP (RB also)) (VP (VBN called) (S (NP (`` ") (NP (NNS Favorites)) ('' "))) (PP (IN in) (NP (NNP Internet) (NNP Explorer))))) (. .))) | 8 | {
"ADJ": [],
"ADP": [
"in"
],
"ADV": [
"also"
],
"AUX": [
"are"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"Bookmarks"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Favorites",
"Internet",
"Explorer"
],
"PUNCT": [
"\"",
"\"",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"called"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | Bookmarks/nsubjpass/called are/auxpass/called also/advmod/called called/ROOT/called "/punct/Favorites Favorites/oprd/called "/punct/Favorites in/prep/called Internet/compound/Explorer Explorer/pobj/in ./punct/called | (S (NP (NNS Bookmarks)) (VP (VBP are) (ADVP (RB also)) (VP (VBN called) (S (NP (`` ") (NP (NNS Favorites)) ('' "))) (PP (IN in) (NP (NNP Internet) (NNP Explorer))))) (. .)) | T | ['Bookmarks are also called " Favorites " in Internet Explorer'] | [] | ['Bookmarks are also called " Favorites " in Internet Explorer .'] | [] | [] | 15,374 |
Many factory owners preferred boys under 16 years of age. | (ROOT (S (NP (JJ Many) (NN factory) (NNS owners)) (VP (VBD preferred) (NP (NP (NNS boys)) (PP (IN under) (NP (NP (CD 16) (NNS years)) (PP (IN of) (NP (NN age))))))) (. .))) | 9 | {
"ADJ": [
"Many"
],
"ADP": [
"under",
"of"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"factory",
"owners",
"boys",
"years",
"age"
],
"NUM": [
"16"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"preferred"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O"
] | Many/amod/owners factory/compound/owners owners/nsubj/preferred preferred/amod/boys boys/ROOT/boys under/prep/boys 16/nummod/years years/pobj/under of/prep/years age/pobj/of ./punct/boys | (S (NP (JJ Many) (NN factory) (NNS owners)) (VP (VBD preferred) (NP (NP (NNS boys)) (PP (IN under) (NP (NP (CD 16) (NNS years)) (PP (IN of) (NP (NN age))))))) (. .)) | T | ['Many factory owners preferred boys under 16 years of age'] | [] | ['Many factory owners preferred boys under 16 years of age .'] | [] | [] | 68,559 |
On 2 March 1977 the General People's Congress adopted the "Declaration of the Establishment of the People's Authority" at Gaddafi's behest. | (ROOT (S (PP (IN On) (NP (CD 2) (NNP March) (CD 1977))) (NP (DT the) (NP (NNP General) (NP (NNPS People) (POS 's))) (NNP Congress)) (VP (VBD adopted) (NP (NP (DT the) (`` ") (NNP Declaration)) (PP (IN of) (NP (NP (DT the) (NNP Establishment)) (PP (IN of) (NP (NP (DT the) (NNPS People) (POS 's)) (NNP Authority))) ('' ") (PP (IN at) (NP (NP (NNP Gaddafi) (POS 's)) (NN behest))))))) (. .))) | 10 | {
"ADJ": [],
"ADP": [
"On",
"of",
"of",
"at"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"behest"
],
"NUM": [
"2",
"1977"
],
"PART": [
"'s",
"'s",
"'s"
],
"PRON": [],
"PROPN": [
"March",
"General",
"People",
"Congress",
"Declaration",
"Establishment",
"People",
"Authority",
"Gaddafi"
],
"PUNCT": [
"\"",
"\"",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"adopted"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | On/prep/adopted 2/nummod/March March/pobj/On 1977/nummod/March the/det/People General/compound/People People/poss/Congress 's/case/People Congress/nsubj/adopted adopted/ROOT/adopted the/det/Declaration "/punct/Declaration Declaration/dobj/adopted of/prep/Declaration the/det/Establishment Establishment/pobj/of of/prep/Establishment the/det/People People/poss/Authority 's/case/People Authority/pobj/of "/punct/Declaration at/prep/adopted Gaddafi/poss/behest 's/case/Gaddafi behest/pobj/at ./punct/adopted | (S (PP (IN On) (NP (CD 2) (NNP March) (CD 1977))) (NP (DT the) (NP (NNP General) (NP (NNPS People) (POS 's))) (NNP Congress)) (VP (VBD adopted) (NP (NP (DT the) (`` ") (NNP Declaration)) (PP (IN of) (NP (NP (DT the) (NNP Establishment)) (PP (IN of) (NP (NP (DT the) (NNPS People) (POS 's)) (NNP Authority))) ('' ") (PP (IN at) (NP (NP (NNP Gaddafi) (POS 's)) (NN behest))))))) (. .)) | T | ['the General People \'s Congress adopted the " Declaration of the Establishment of the People \'s Authority " at Gaddafi \'s behest'] | [] | ['On 2 March 1977 the General People \'s Congress adopted the " Declaration of the Establishment of the People \'s Authority " at Gaddafi \'s behest .'] | [] | [] | 62,172 |
Who can claim over 500 million members? | (ROOT (SBARQ (WHNP (WP Who)) (SQ (MD can) (VP (VB claim) (NP (QP (IN over) (CD 500) (CD million)) (NNS members)))) (. ?))) | 7 | {
"ADJ": [],
"ADP": [
"over"
],
"ADV": [],
"AUX": [
"can"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"members"
],
"NUM": [
"500",
"million"
],
"PART": [],
"PRON": [
"Who"
],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"claim"
],
"X": []
} | [
"O",
"O",
"B-VP",
"O",
"O",
"O",
"B-NP",
"O"
] | Who/nsubj/claim can/aux/claim claim/ROOT/claim over/quantmod/million 500/compound/million million/nummod/members members/dobj/claim ?/punct/claim | (SBARQ (WHNP (WP Who)) (SQ (MD can) (VP (VB claim) (NP (QP (IN over) (CD 500) (CD million)) (NNS members)))) (. ?)) | FC | [] | [] | [] | [] | ['Who can claim over 500 million members ?'] | 35,659 |
The other 25% of the air goes directly into the lungs. | (ROOT (S (NP (NP (DT The) (JJ other) (CD 25) (NN %)) (PP (IN of) (NP (DT the) (NN air)))) (VP (VBZ goes) (ADVP (RB directly)) (PP (IN into) (NP (DT the) (NNS lungs)))) (. .))) | 6 | {
"ADJ": [
"other"
],
"ADP": [
"of",
"into"
],
"ADV": [
"directly"
],
"AUX": [],
"CCONJ": [],
"DET": [
"The",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"%",
"air",
"lungs"
],
"NUM": [
"25"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"goes"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | The/det/% other/amod/% 25/nummod/% %/nsubj/goes of/prep/% the/det/air air/pobj/of goes/ROOT/goes directly/advmod/goes into/prep/goes the/det/lungs lungs/pobj/into ./punct/goes | (S (NP (NP (DT The) (JJ other) (CD 25) (NN %)) (PP (IN of) (NP (DT the) (NN air)))) (VP (VBZ goes) (ADVP (RB directly)) (PP (IN into) (NP (DT the) (NNS lungs)))) (. .)) | T | ['The other 25 % of the air goes directly into the lungs'] | [] | ['The other 25 % of the air goes directly into the lungs .'] | [] | [] | 51,856 |
Although the rate of violent crime dropped 11 percent in 2008, violent crime in Detroit has not declined as much as the national average from 2007 to 2011. | (ROOT (S (SBAR (IN Although) (S (NP (NP (DT the) (NN rate)) (PP (IN of) (NP (JJ violent) (NN crime)))) (VP (VBD dropped) (NP (CD 11) (NN percent)) (PP (IN in) (NP (CD 2008)))))) (, ,) (NP (NP (JJ violent) (NN crime)) (PP (IN in) (NP (NNP Detroit)))) (VP (VBZ has) (RB not) (VP (VBN declined) (ADVP (ADVP (ADVP (RB as) (RB much)) (PP (IN as) (NP (DT the) (JJ national) (NN average)))) (PP (PP (IN from) (NP (CD 2007))) (PP (IN to) (NP (CD 2011))))))) (. .))) | 9 | {
"ADJ": [
"violent",
"violent",
"national"
],
"ADP": [
"of",
"in",
"in",
"as",
"from",
"to"
],
"ADV": [
"as",
"much"
],
"AUX": [
"has"
],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"rate",
"crime",
"percent",
"crime",
"average"
],
"NUM": [
"11",
"2008",
"2007",
"2011"
],
"PART": [
"not"
],
"PRON": [],
"PROPN": [
"Detroit"
],
"PUNCT": [
",",
"."
],
"SCONJ": [
"Although"
],
"SPACE": [],
"SYM": [],
"VERB": [
"dropped",
"declined"
],
"X": []
} | [
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"B-ADVP",
"I-ADVP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"O"
] | Although/mark/dropped the/det/rate rate/nsubj/dropped of/prep/rate violent/amod/crime crime/pobj/of dropped/advcl/declined 11/nummod/percent percent/npadvmod/dropped in/prep/dropped 2008/pobj/in ,/punct/declined violent/amod/crime crime/nsubj/declined in/prep/crime Detroit/pobj/in has/aux/declined not/neg/declined declined/ROOT/declined as/advmod/much much/advmod/declined as/prep/much the/det/average national/amod/average average/pobj/as from/prep/average 2007/pobj/from to/prep/from 2011/pobj/to ./punct/declined | (S (SBAR (IN Although) (S (NP (NP (DT the) (NN rate)) (PP (IN of) (NP (JJ violent) (NN crime)))) (VP (VBD dropped) (NP (CD 11) (NN percent)) (PP (IN in) (NP (CD 2008)))))) (, ,) (NP (NP (JJ violent) (NN crime)) (PP (IN in) (NP (NNP Detroit)))) (VP (VBZ has) (RB not) (VP (VBN declined) (ADVP (ADVP (ADVP (RB as) (RB much)) (PP (IN as) (NP (DT the) (JJ national) (NN average)))) (PP (PP (IN from) (NP (CD 2007))) (PP (IN to) (NP (CD 2011))))))) (. .)) | CT | ['violent crime in Detroit has not declined as much as the national average from 2007 to 2011'] | ['Although the rate of violent crime dropped 11 percent in 2008'] | [] | ['Although the rate of violent crime dropped 11 percent in 2008 , violent crime in Detroit has not declined as much as the national average from 2007 to 2011 .'] | [] | 8,326 |
Andreessen, the leader of the Mosaic team at National Center for Supercomputing Applications (NCSA), soon started his own company, named Netscape, and released the Mosaic-influenced Netscape Navigator in 1994, which quickly became the world's most popular browser, accounting for 90% of all web use at its peak (see usage share of web browsers). | (ROOT (S (NP (NP (NNP Andreessen)) (, ,) (NP (NP (DT the) (NN leader)) (PP (IN of) (NP (DT the) (NNP Mosaic) (NN team))) (PP (IN at) (NP (NP (NP (NNP National) (NNP Center)) (PP (IN for) (NP (NNP Supercomputing) (NNPS Applications)))) (-LRB- -LRB-) (NP (NNP NCSA)) (-RRB- -RRB-)))) (, ,)) (ADVP (RB soon)) (VP (VP (VBD started) (NP (NP (PRP$ his) (JJ own) (NN company)) (, ,) (VP (VBN named) (S (NP (NNP Netscape)))))) (, ,) (CC and) (VP (VBD released) (NP (DT the) (ADJP (NNP Mosaic) (HYPH -) (VBN influenced)) (NNP Netscape) (NNP Navigator)) (PP (IN in) (NP (CD 1994))) (, ,) (SBAR (SBAR (WHNP (WDT which)) (S (ADVP (RB quickly)) (VP (VBD became) (NP (NP (DT the) (NN world) (POS 's)) (ADJP (JJS most) (JJ popular)) (NN browser)) (, ,) (S (VP (VBG accounting) (PP (IN for) (NP (NP (CD 90) (NN %)) (PP (IN of) (NP (DT all) (NN web) (NN use))))) (PP (IN at) (NP (PRP$ its) (NN peak)))))))) (PRN (-LRB- -LRB-) (S (VP (VB see) (NP (NP (NN usage) (NN share)) (PP (IN of) (NP (NN web) (NNS browsers)))))) (-RRB- -RRB-))))) (-RRB- .))) | 15 | {
"ADJ": [
"own",
"popular"
],
"ADP": [
"of",
"at",
"for",
"in",
"for",
"of",
"at",
"of"
],
"ADV": [
"soon",
"quickly",
"most"
],
"AUX": [],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"all"
],
"INTJ": [],
"NOUN": [
"leader",
"team",
"company",
"world",
"browser",
"%",
"web",
"use",
"peak",
"usage",
"share",
"web",
"browsers"
],
"NUM": [
"1994",
"90"
],
"PART": [
"'s"
],
"PRON": [
"his",
"which",
"its"
],
"PROPN": [
"Andreessen",
"Mosaic",
"National",
"Center",
"Supercomputing",
"Applications",
"NCSA",
"Netscape",
"Mosaic",
"Netscape",
"Navigator"
],
"PUNCT": [
",",
"(",
")",
",",
",",
",",
"-",
",",
",",
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"started",
"named",
"released",
"influenced",
"became",
"accounting",
"see"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"B-ADJP",
"I... | Andreessen/nsubj/started ,/punct/Andreessen the/det/leader leader/appos/Andreessen of/prep/leader the/det/team Mosaic/compound/team team/pobj/of at/prep/leader National/compound/Center Center/pobj/at for/prep/Center Supercomputing/compound/Applications Applications/pobj/for (/punct/NCSA NCSA/appos/Center )/punct/Andreessen ,/punct/Andreessen soon/advmod/started started/ROOT/started his/poss/company own/amod/company company/dobj/started ,/punct/company named/acl/company Netscape/oprd/named ,/punct/started and/cc/started released/conj/started the/det/Navigator Mosaic/npadvmod/influenced -/punct/influenced influenced/amod/Navigator Netscape/compound/Navigator Navigator/dobj/released in/prep/released 1994/pobj/in ,/punct/1994 which/nsubj/became quickly/advmod/became became/relcl/1994 the/det/world world/poss/browser 's/case/world most/advmod/popular popular/amod/browser browser/attr/became ,/punct/released accounting/advcl/released for/prep/accounting 90/nummod/% %/pobj/for of/prep/% all/det/use web/compound/use use/pobj/of at/prep/accounting its/poss/peak peak/pobj/at (/punct/see see/parataxis/accounting usage/compound/share share/dobj/see of/prep/share web/compound/browsers browsers/pobj/of )/punct/see ./punct/started | (S (NP (NP (NNP Andreessen)) (, ,) (NP (NP (DT the) (NN leader)) (PP (IN of) (NP (DT the) (NNP Mosaic) (NN team))) (PP (IN at) (NP (NP (NP (NNP National) (NNP Center)) (PP (IN for) (NP (NNP Supercomputing) (NNPS Applications)))) (-LRB- -LRB-) (NP (NNP NCSA)) (-RRB- -RRB-)))) (, ,)) (ADVP (RB soon)) (VP (VP (VBD started) (NP (NP (PRP$ his) (JJ own) (NN company)) (, ,) (VP (VBN named) (S (NP (NNP Netscape)))))) (, ,) (CC and) (VP (VBD released) (NP (DT the) (ADJP (NNP Mosaic) (HYPH -) (VBN influenced)) (NNP Netscape) (NNP Navigator)) (PP (IN in) (NP (CD 1994))) (, ,) (SBAR (SBAR (WHNP (WDT which)) (S (ADVP (RB quickly)) (VP (VBD became) (NP (NP (DT the) (NN world) (POS 's)) (ADJP (JJS most) (JJ popular)) (NN browser)) (, ,) (S (VP (VBG accounting) (PP (IN for) (NP (NP (CD 90) (NN %)) (PP (IN of) (NP (DT all) (NN web) (NN use))))) (PP (IN at) (NP (PRP$ its) (NN peak)))))))) (PRN (-LRB- -LRB-) (S (VP (VB see) (NP (NP (NN usage) (NN share)) (PP (IN of) (NP (NN web) (NNS browsers)))))) (-RRB- -RRB-))))) (-RRB- .)) | CT | ['Andreessen , the leader of the Mosaic team at National Center for Supercomputing Applications -LRB- NCSA -RRB- , started his own company , named Netscape , and released the Mosaic - influenced Netscape Navigator in 1994 ,'] | ["which quickly became the world 's most popular browser , accounting for 90 % of all web use at its peak -LRB- see usage share of web browsers -RRB-", "which quickly became the world 's most popular browser , accounting for 90 % of all web use at its peak"] | [] | ["Andreessen , the leader of the Mosaic team at National Center for Supercomputing Applications -LRB- NCSA -RRB- , soon started his own company , named Netscape , and released the Mosaic - influenced Netscape Navigator in 1994 , which quickly became the world 's most popular browser , accounting for 90 % of all web use at its peak -LRB- see usage share of web browsers -RRB- ."] | [] | 71,447 |
For African Americans, the one-drop rule was a significant factor in ethnic solidarity. | (ROOT (S (PP (IN For) (NP (NNP African) (NNPS Americans))) (, ,) (NP (DT the) (NML (CD one) (HYPH -) (NN drop)) (NN rule)) (VP (VBD was) (NP (NP (DT a) (JJ significant) (NN factor)) (PP (IN in) (NP (JJ ethnic) (NN solidarity))))) (. .))) | 7 | {
"ADJ": [
"significant",
"ethnic"
],
"ADP": [
"For",
"in"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"the",
"a"
],
"INTJ": [],
"NOUN": [
"drop",
"rule",
"factor",
"solidarity"
],
"NUM": [
"one"
],
"PART": [],
"PRON": [],
"PROPN": [
"African",
"Americans"
],
"PUNCT": [
",",
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"O",
"O",
"O",
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | For/prep/was African/compound/Americans Americans/pobj/For ,/punct/was the/det/rule one/nummod/drop -/punct/drop drop/compound/rule rule/nsubj/was was/ROOT/was a/det/factor significant/amod/factor factor/attr/was in/prep/factor ethnic/amod/solidarity solidarity/pobj/in ./punct/was | (S (PP (IN For) (NP (NNP African) (NNPS Americans))) (, ,) (NP (DT the) (NML (CD one) (HYPH -) (NN drop)) (NN rule)) (VP (VBD was) (NP (NP (DT a) (JJ significant) (NN factor)) (PP (IN in) (NP (JJ ethnic) (NN solidarity))))) (. .)) | T | ['the one - drop rule was a significant factor in ethnic solidarity'] | [] | ['For African Americans , the one - drop rule was a significant factor in ethnic solidarity .'] | [] | [] | 68,185 |
William of Wrotham was appointed "keeper of the galleys", effectively John's chief admiral. | (ROOT (S (NP (NP (NNP William)) (PP (IN of) (NP (NNP Wrotham)))) (VP (VBD was) (VP (VBN appointed) (S (`` ") (NP (NP (NN keeper)) (PP (IN of) (NP (DT the) (NNS galleys)))) (, ") ('' ,) (NP (ADVP (RB effectively)) (NP (NP (NNP John) (POS 's)) (JJ chief) (NN admiral)))))) (. .))) | 9 | {
"ADJ": [
"chief"
],
"ADP": [
"of",
"of"
],
"ADV": [
"effectively"
],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [
"keeper",
"galleys",
"admiral"
],
"NUM": [],
"PART": [
"'s"
],
"PRON": [],
"PROPN": [
"William",
"Wrotham",
"John"
],
"PUNCT": [
"\"",
"\"",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"appointed"
],
"X": []
} | [
"B-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"B-ADVP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | William/nsubjpass/appointed of/prep/William Wrotham/pobj/of was/auxpass/appointed appointed/ROOT/appointed "/punct/keeper keeper/oprd/appointed of/prep/keeper the/det/galleys galleys/pobj/of "/punct/keeper ,/punct/appointed effectively/advmod/admiral John/poss/admiral 's/case/John chief/amod/admiral admiral/oprd/appointed ./punct/appointed | (S (NP (NP (NNP William)) (PP (IN of) (NP (NNP Wrotham)))) (VP (VBD was) (VP (VBN appointed) (S (`` ") (NP (NP (NN keeper)) (PP (IN of) (NP (DT the) (NNS galleys)))) (, ") ('' ,) (NP (ADVP (RB effectively)) (NP (NP (NNP John) (POS 's)) (JJ chief) (NN admiral)))))) (. .)) | T | ['William of Wrotham was appointed " keeper of the galleys " , effectively John \'s chief admiral'] | [] | ['William of Wrotham was appointed " keeper of the galleys " , effectively John \'s chief admiral .'] | [] | [] | 33,304 |
The first high-speed domestic trains started in June 2009 linking Kent to London. | (ROOT (S (NP (DT The) (JJ first) (NML (JJ high) (HYPH -) (NN speed)) (JJ domestic) (NNS trains)) (VP (VBD started) (PP (IN in) (NP (NNP June) (CD 2009))) (S (VP (VBG linking) (NP (NNP Kent)) (PP (IN to) (NP (NNP London)))))) (. .))) | 8 | {
"ADJ": [
"first",
"high",
"domestic"
],
"ADP": [
"in",
"to"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"The"
],
"INTJ": [],
"NOUN": [
"speed",
"trains"
],
"NUM": [
"2009"
],
"PART": [],
"PRON": [],
"PROPN": [
"June",
"Kent",
"London"
],
"PUNCT": [
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"started",
"linking"
],
"X": []
} | [
"B-NP",
"I-NP",
"O",
"O",
"O",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"B-PP",
"B-NP",
"O"
] | The/det/trains first/amod/trains high/amod/speed -/punct/speed speed/nmod/trains domestic/amod/trains trains/nsubj/started started/ROOT/started in/prep/started June/pobj/in 2009/nummod/June linking/xcomp/started Kent/dobj/linking to/prep/linking London/pobj/to ./punct/started | (S (NP (DT The) (JJ first) (NML (JJ high) (HYPH -) (NN speed)) (JJ domestic) (NNS trains)) (VP (VBD started) (PP (IN in) (NP (NNP June) (CD 2009))) (S (VP (VBG linking) (NP (NNP Kent)) (PP (IN to) (NP (NNP London)))))) (. .)) | T | ['The first high - speed domestic trains started in June 2009 linking Kent to London'] | [] | ['The first high - speed domestic trains started in June 2009 linking Kent to London .'] | [] | [] | 27,858 |
Beginning in June, Crop Over runs until the first Monday in August when it culminates in the finale, The Grand Kadooment. | (ROOT (S (PP (VBG Beginning) (PP (IN in) (NP (NNP June)))) (, ,) (NP (NNP Crop) (NNP Over)) (VP (VBZ runs) (PP (IN until) (NP (NP (NP (DT the) (JJ first) (NNP Monday)) (PP (IN in) (NP (NNP August)))) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBZ culminates) (PP (IN in) (NP (NP (DT the) (NN finale)) (, ,) (NP (DT The) (NNP Grand) (NNP Kadooment)))))))))) (. .))) | 12 | {
"ADJ": [
"first"
],
"ADP": [
"in",
"Over",
"until",
"in",
"in"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the",
"The"
],
"INTJ": [],
"NOUN": [
"runs",
"finale"
],
"NUM": [],
"PART": [],
"PRON": [
"it"
],
"PROPN": [
"June",
"Crop",
"Monday",
"August",
"Grand",
"Kadooment"
],
"PUNCT": [
",",
",",
"."
],
"SCONJ": [
"when"
],
"SPACE": [],
"SYM": [],
"VERB": [
"Beginning",
"culminates"
],
"X": []
} | [
"B-PP",
"I-PP",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | Beginning/advcl/runs in/prep/Beginning June/pobj/in ,/punct/runs Crop/compound/Over Over/nsubj/runs runs/ROOT/runs until/prep/runs the/det/Monday first/amod/Monday Monday/pobj/until in/prep/Monday August/pobj/in when/advmod/culminates it/nsubj/culminates culminates/relcl/Monday in/prep/culminates the/det/finale finale/pobj/in ,/punct/finale The/det/Kadooment Grand/compound/Kadooment Kadooment/appos/finale ./punct/runs | (S (PP (VBG Beginning) (PP (IN in) (NP (NNP June)))) (, ,) (NP (NNP Crop) (NNP Over)) (VP (VBZ runs) (PP (IN until) (NP (NP (NP (DT the) (JJ first) (NNP Monday)) (PP (IN in) (NP (NNP August)))) (SBAR (WHADVP (WRB when)) (S (NP (PRP it)) (VP (VBZ culminates) (PP (IN in) (NP (NP (DT the) (NN finale)) (, ,) (NP (DT The) (NNP Grand) (NNP Kadooment)))))))))) (. .)) | CT | ['Crop Over runs until the first Monday in August when it culminates in the finale , The Grand Kadooment'] | ['when it culminates in the finale , The Grand Kadooment'] | [] | ['Beginning in June , Crop Over runs until the first Monday in August when it culminates in the finale , The Grand Kadooment .'] | [] | 42,547 |
While the Earth does, in fact, move through a relatively dense medium in comparison to that of interstellar space, the drag is so minuscule that it could not be detected. | (ROOT (S (SBAR (IN While) (S (NP (DT the) (NNP Earth)) (VP (VBZ does) (, ,) (PP (IN in) (NP (NN fact))) (, ,) (VP (VB move) (PP (IN through) (NP (DT a) (ADJP (RB relatively) (JJ dense)) (NN medium))) (PP (IN in) (NP (NP (NN comparison)) (PP (IN to) (NP (NP (DT that)) (PP (IN of) (NP (JJ interstellar) (NN space))))))))))) (, ,) (NP (DT the) (NN drag)) (VP (VBZ is) (ADJP (ADJP (RB so) (JJ minuscule)) (SBAR (IN that) (S (NP (PRP it)) (VP (MD could) (RB not) (VP (VB be) (VP (VBN detected)))))))) (. .))) | 13 | {
"ADJ": [
"dense",
"interstellar",
"minuscule"
],
"ADP": [
"in",
"through",
"in",
"to",
"of"
],
"ADV": [
"relatively",
"so"
],
"AUX": [
"is",
"could",
"be"
],
"CCONJ": [],
"DET": [
"the",
"a",
"the"
],
"INTJ": [],
"NOUN": [
"fact",
"medium",
"comparison",
"space",
"drag"
],
"NUM": [],
"PART": [
"not"
],
"PRON": [
"that",
"it"
],
"PROPN": [
"Earth"
],
"PUNCT": [
",",
",",
",",
"."
],
"SCONJ": [
"While",
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"does",
"move",
"detected"
],
"X": []
} | [
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"B-ADJP",
"I-ADJP",
"O",
"B-NP",
"B-VP",
"I-VP",
"I-VP",... | While/mark/does the/det/Earth Earth/nsubj/does does/advcl/move ,/punct/move in/prep/move fact/pobj/in ,/punct/move move/advcl/is through/prep/move a/det/medium relatively/advmod/dense dense/amod/medium medium/pobj/through in/prep/move comparison/pobj/in to/prep/comparison that/pobj/to of/prep/that interstellar/amod/space space/pobj/of ,/punct/is the/det/drag drag/nsubj/is is/ROOT/is so/advmod/minuscule minuscule/acomp/is that/mark/detected it/nsubjpass/detected could/aux/detected not/neg/detected be/auxpass/detected detected/ccomp/minuscule ./punct/is | (S (SBAR (IN While) (S (NP (DT the) (NNP Earth)) (VP (VBZ does) (, ,) (PP (IN in) (NP (NN fact))) (, ,) (VP (VB move) (PP (IN through) (NP (DT a) (ADJP (RB relatively) (JJ dense)) (NN medium))) (PP (IN in) (NP (NP (NN comparison)) (PP (IN to) (NP (NP (DT that)) (PP (IN of) (NP (JJ interstellar) (NN space))))))))))) (, ,) (NP (DT the) (NN drag)) (VP (VBZ is) (ADJP (ADJP (RB so) (JJ minuscule)) (SBAR (IN that) (S (NP (PRP it)) (VP (MD could) (RB not) (VP (VB be) (VP (VBN detected)))))))) (. .)) | CT | ['the drag is so minuscule'] | ['While the Earth does , in fact , move through a relatively dense medium in comparison to that of interstellar space', 'that it could not be detected'] | [] | ['While the Earth does , in fact , move through a relatively dense medium in comparison to that of interstellar space , the drag is so minuscule that it could not be detected .'] | [] | 60,012 |
Goldenson tried international investing, having ABC invest in the Latin American market, acquiring a 51% interest in a network covering Central America. | (ROOT (S (NP (NNP Goldenson)) (VP (VBD tried) (NP (JJ international) (NN investing)) (, ,) (S (VP (S (VP (VBG having) (S (NP (NNP ABC)) (VP (VB invest) (PP (IN in) (NP (DT the) (ADJP (JJ Latin) (JJ American)) (NN market))))))) (, ,) (S (VP (VBG acquiring) (NP (NP (DT a) (NML (CD 51) (NN %)) (NN interest)) (PP (IN in) (NP (NP (DT a) (NN network)) (VP (VBG covering) (NP (NNP Central) (NNP America))))))))))) (. .))) | 13 | {
"ADJ": [
"international",
"Latin",
"American"
],
"ADP": [
"in",
"in"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"a",
"a"
],
"INTJ": [],
"NOUN": [
"investing",
"market",
"%",
"interest",
"network"
],
"NUM": [
"51"
],
"PART": [],
"PRON": [],
"PROPN": [
"Goldenson",
"ABC",
"Central",
"America"
],
"PUNCT": [
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"tried",
"having",
"invest",
"acquiring",
"covering"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"I-VP",
"B-NP",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"O"
] | Goldenson/nsubj/tried tried/ROOT/tried international/amod/investing investing/dobj/tried ,/punct/tried having/advcl/tried ABC/nsubj/invest invest/ccomp/having in/prep/invest the/det/market Latin/amod/American American/amod/market market/pobj/in ,/punct/having acquiring/conj/having a/det/interest 51/nummod/% %/compound/interest interest/dobj/acquiring in/prep/interest a/det/network network/pobj/in covering/acl/network Central/compound/America America/dobj/covering ./punct/tried | (S (NP (NNP Goldenson)) (VP (VBD tried) (NP (JJ international) (NN investing)) (, ,) (S (VP (S (VP (VBG having) (S (NP (NNP ABC)) (VP (VB invest) (PP (IN in) (NP (DT the) (ADJP (JJ Latin) (JJ American)) (NN market))))))) (, ,) (S (VP (VBG acquiring) (NP (NP (DT a) (NML (CD 51) (NN %)) (NN interest)) (PP (IN in) (NP (NP (DT a) (NN network)) (VP (VBG covering) (NP (NNP Central) (NNP America))))))))))) (. .)) | T | ['Goldenson tried international investing , having ABC invest in the Latin American market , acquiring a 51 % interest in a network covering Central America'] | [] | ['Goldenson tried international investing , having ABC invest in the Latin American market , acquiring a 51 % interest in a network covering Central America .'] | [] | [] | 9,792 |
Many frontier settlers held that the defeat of the French opened the land west of the mountains to English settlement, only to find settlement barred by the British King's proclamation. | (ROOT (S (NP (JJ Many) (NN frontier) (NNS settlers)) (VP (VBD held) (SBAR (IN that) (S (NP (NP (DT the) (NN defeat)) (PP (IN of) (NP (DT the) (NNPS French)))) (VP (VBD opened) (NP (NP (DT the) (NN land)) (ADVP (RB west) (PP (IN of) (NP (DT the) (NNS mountains))))) (PP (IN to) (NP (JJ English) (NN settlement))) (, ,) (S (ADVP (RB only)) (VP (TO to) (VP (VB find) (NP (NP (NN settlement)) (VP (VBN barred) (PP (IN by) (NP (NP (DT the) (JJ British) (NNP King) (POS 's)) (NN proclamation)))))))))))) (. .))) | 15 | {
"ADJ": [
"Many",
"British"
],
"ADP": [
"of",
"of",
"to",
"by"
],
"ADV": [
"west",
"only"
],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"frontier",
"settlers",
"defeat",
"land",
"mountains",
"settlement",
"settlement",
"proclamation"
],
"NUM": [],
"PART": [
"to",
"'s"
],
"PRON": [],
"PROPN": [
"French",
"English",
"King"
],
"PUNCT": [
",",
"."
],
"SCONJ": [
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"held",
"opened",
"find",
"barred"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-VP",
"I-VP",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP... | Many/amod/settlers frontier/compound/settlers settlers/nsubj/held held/ROOT/held that/mark/opened the/det/defeat defeat/nsubj/opened of/prep/defeat the/det/French French/pobj/of opened/ccomp/held the/det/land land/dobj/opened west/advmod/opened of/prep/west the/det/mountains mountains/pobj/of to/prep/opened English/amod/settlement settlement/pobj/to ,/punct/opened only/advmod/find to/aux/find find/advcl/opened settlement/dobj/find barred/acl/settlement by/agent/barred the/det/King British/amod/King King/poss/proclamation 's/case/King proclamation/pobj/by ./punct/held | (S (NP (JJ Many) (NN frontier) (NNS settlers)) (VP (VBD held) (SBAR (IN that) (S (NP (NP (DT the) (NN defeat)) (PP (IN of) (NP (DT the) (NNPS French)))) (VP (VBD opened) (NP (NP (DT the) (NN land)) (ADVP (RB west) (PP (IN of) (NP (DT the) (NNS mountains))))) (PP (IN to) (NP (JJ English) (NN settlement))) (, ,) (S (ADVP (RB only)) (VP (TO to) (VP (VB find) (NP (NP (NN settlement)) (VP (VBN barred) (PP (IN by) (NP (NP (DT the) (JJ British) (NNP King) (POS 's)) (NN proclamation)))))))))))) (. .)) | CT | ['Many frontier settlers held'] | ["that the defeat of the French opened the land west of the mountains to English settlement , only to find settlement barred by the British King 's proclamation"] | [] | ["Many frontier settlers held that the defeat of the French opened the land west of the mountains to English settlement , only to find settlement barred by the British King 's proclamation ."] | [] | 73,248 |
In 1838, Claridge obtained patents in Scotland on 27 March, and Ireland on 23 April, and in 1851 extensions were sought for all three patents, by the trustees of a company previously formed by Claridge. | (ROOT (S (S (PP (IN In) (NP (CD 1838))) (, ,) (NP (NNP Claridge)) (VP (VP (VBD obtained) (NP (NNS patents)) (PP (IN in) (NP (NNP Scotland))) (PP (IN on) (NP (CD 27) (NNP March)))) (, ,) (CC and) (VP (NP (NNP Ireland)) (PP (IN on) (NP (CD 23) (NNP April)))))) (, ,) (CC and) (S (PP (IN in) (NP (CD 1851))) (NP (NNS extensions)) (VP (VBD were) (VP (VBN sought) (PP (IN for) (NP (QP (DT all) (CD three)) (NNS patents))) (, ,) (PP (IN by) (NP (NP (DT the) (NNS trustees)) (PP (IN of) (NP (NP (DT a) (NN company)) (VP (ADVP (RB previously)) (VBN formed) (PP (IN by) (NP (NNP Claridge))))))))))) (. .))) | 13 | {
"ADJ": [],
"ADP": [
"In",
"in",
"on",
"on",
"in",
"for",
"by",
"of",
"by"
],
"ADV": [
"previously"
],
"AUX": [
"were"
],
"CCONJ": [
"and",
"and"
],
"DET": [
"all",
"the",
"a"
],
"INTJ": [],
"NOUN": [
"patents",
"extensions",
"patents",
"trustees",
"company"
],
"NUM": [
"1838",
"27",
"23",
"1851",
"three"
],
"PART": [],
"PRON": [],
"PROPN": [
"Claridge",
"Scotland",
"March",
"Ireland",
"April",
"Claridge"
],
"PUNCT": [
",",
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"obtained",
"sought",
"formed"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"O",
"O",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"... | In/prep/obtained 1838/pobj/In ,/punct/obtained Claridge/nsubj/obtained obtained/ROOT/obtained patents/dobj/obtained in/prep/patents Scotland/pobj/in on/prep/obtained 27/nummod/March March/pobj/on ,/punct/obtained and/cc/obtained Ireland/conj/obtained on/prep/obtained 23/nummod/April April/pobj/on ,/punct/obtained and/cc/obtained in/prep/sought 1851/nummod/extensions extensions/nsubjpass/sought were/auxpass/sought sought/conj/obtained for/prep/sought all/det/patents three/nummod/patents patents/pobj/for ,/punct/patents by/agent/sought the/det/trustees trustees/pobj/by of/prep/trustees a/det/company company/pobj/of previously/advmod/formed formed/acl/company by/agent/formed Claridge/pobj/by ./punct/sought | (S (S (PP (IN In) (NP (CD 1838))) (, ,) (NP (NNP Claridge)) (VP (VP (VBD obtained) (NP (NNS patents)) (PP (IN in) (NP (NNP Scotland))) (PP (IN on) (NP (CD 27) (NNP March)))) (, ,) (CC and) (VP (NP (NNP Ireland)) (PP (IN on) (NP (CD 23) (NNP April)))))) (, ,) (CC and) (S (PP (IN in) (NP (CD 1851))) (NP (NNS extensions)) (VP (VBD were) (VP (VBN sought) (PP (IN for) (NP (QP (DT all) (CD three)) (NNS patents))) (, ,) (PP (IN by) (NP (NP (DT the) (NNS trustees)) (PP (IN of) (NP (NP (DT a) (NN company)) (VP (ADVP (RB previously)) (VBN formed) (PP (IN by) (NP (NNP Claridge))))))))))) (. .)) | T | ['In 1838 , Claridge obtained patents in Scotland on 27 March , and Ireland on 23 April', 'in 1851 extensions were sought for all three patents , by the trustees of a company previously formed by Claridge'] | [] | ['In 1838 , Claridge obtained patents in Scotland on 27 March , and Ireland on 23 April , and in 1851 extensions were sought for all three patents , by the trustees of a company previously formed by Claridge .'] | [] | [] | 42,102 |
In a matter on which the Supreme Court has ruled - whether as a court of appeals or as the High Court of Justice - with a panel of three or more justices, it may rule at a further hearing with a panel of a larger number of justices. | (ROOT (S (PP (IN In) (NP (NP (NP (DT a) (NN matter)) (SBAR (WHPP (IN on) (WHNP (WDT which))) (S (NP (DT the) (NNP Supreme) (NNP Court)) (VP (VBZ has) (VP (VBN ruled)))))) (: -) (PP (IN whether) (PP (IN as) (NP (NP (DT a) (NN court)) (PP (IN of) (NP (NNS appeals))))) (CC or) (PP (IN as) (NP (NP (DT the) (NNP High) (NNP Court)) (PP (IN of) (NP (NNP Justice)))))) (: -) (PP (IN with) (NP (NP (DT a) (NN panel)) (PP (IN of) (NP (QP (CD three) (CC or) (JJR more)) (NNS justices))))))) (, ,) (NP (PRP it)) (VP (MD may) (VP (VB rule) (PP (IN at) (NP (DT a) (JJ further) (NN hearing))) (PP (IN with) (NP (NP (DT a) (NN panel)) (PP (IN of) (NP (NP (DT a) (JJR larger) (NN number)) (PP (IN of) (NP (NNS justices))))))))) (. .))) | 11 | {
"ADJ": [
"more",
"further",
"larger"
],
"ADP": [
"In",
"on",
"as",
"of",
"as",
"of",
"with",
"of",
"at",
"with",
"of",
"of"
],
"ADV": [],
"AUX": [
"has",
"may"
],
"CCONJ": [
"or",
"or"
],
"DET": [
"a",
"the",
"a",
"the",
"a",
"a",
"a",
"a"
],
"INTJ": [],
"NOUN": [
"matter",
"court",
"appeals",
"panel",
"justices",
"hearing",
"panel",
"number",
"justices"
],
"NUM": [
"three"
],
"PART": [],
"PRON": [
"which",
"it"
],
"PROPN": [
"Supreme",
"Court",
"High",
"Court",
"Justice"
],
"PUNCT": [
"-",
"-",
",",
"."
],
"SCONJ": [
"whether"
],
"SPACE": [],
"SYM": [],
"VERB": [
"ruled",
"rule"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"O",
"O",
"O",
"B-NP",
"... | In/prep/rule a/det/matter matter/pobj/In on/prep/ruled which/pobj/on the/det/Court Supreme/compound/Court Court/nsubj/ruled has/aux/ruled ruled/relcl/matter -/punct/rule whether/prep/rule as/prep/whether a/det/court court/pobj/as of/prep/court appeals/pobj/of or/cc/court as/preconj/whether the/det/Court High/compound/Court Court/pobj/as of/prep/Court Justice/pobj/of -/punct/as with/preconj/whether a/det/panel panel/pobj/with of/prep/panel three/nummod/justices or/cc/three more/conj/three justices/pobj/of ,/punct/rule it/nsubj/rule may/aux/rule rule/ROOT/rule at/prep/rule a/det/hearing further/amod/hearing hearing/pobj/at with/prep/hearing a/det/panel panel/pobj/with of/prep/panel a/det/number larger/amod/number number/pobj/of of/prep/number justices/pobj/of ./punct/rule | (S (PP (IN In) (NP (NP (NP (DT a) (NN matter)) (SBAR (WHPP (IN on) (WHNP (WDT which))) (S (NP (DT the) (NNP Supreme) (NNP Court)) (VP (VBZ has) (VP (VBN ruled)))))) (: -) (PP (IN whether) (PP (IN as) (NP (NP (DT a) (NN court)) (PP (IN of) (NP (NNS appeals))))) (CC or) (PP (IN as) (NP (NP (DT the) (NNP High) (NNP Court)) (PP (IN of) (NP (NNP Justice)))))) (: -) (PP (IN with) (NP (NP (DT a) (NN panel)) (PP (IN of) (NP (QP (CD three) (CC or) (JJR more)) (NNS justices))))))) (, ,) (NP (PRP it)) (VP (MD may) (VP (VB rule) (PP (IN at) (NP (DT a) (JJ further) (NN hearing))) (PP (IN with) (NP (NP (DT a) (NN panel)) (PP (IN of) (NP (NP (DT a) (JJR larger) (NN number)) (PP (IN of) (NP (NNS justices))))))))) (. .)) | CT | ['it may rule at a further hearing with a panel of a larger number of justices'] | ['on which the Supreme Court has ruled'] | [] | ['In a matter on which the Supreme Court has ruled - whether as a court of appeals or as the High Court of Justice - with a panel of three or more justices , it may rule at a further hearing with a panel of a larger number of justices .'] | [] | 5,214 |
The team's worst result in the competition was a first-round elimination in 1980, 1988, 1992 and 2000. | (ROOT (S (NP (NP (NP (DT The) (NN team) (POS 's)) (JJS worst) (NN result)) (PP (IN in) (NP (DT the) (NN competition)))) (VP (VBD was) (NP (NP (DT a) (NML (JJ first) (HYPH -) (NN round)) (NN elimination)) (PP (IN in) (NP (CD 1980) (, ,) (CD 1988) (, ,) (CD 1992) (CC and) (CD 2000))))) (. .))) | 7 | {
"ADJ": [
"worst",
"first",
"round"
],
"ADP": [
"in",
"in"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"The",
"the",
"a"
],
"INTJ": [],
"NOUN": [
"team",
"result",
"competition",
"elimination"
],
"NUM": [
"1980",
"1988",
"1992",
"2000"
],
"PART": [
"'s"
],
"PRON": [],
"PROPN": [],
"PUNCT": [
"-",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"O",
"O",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | The/det/team team/poss/result 's/case/team worst/amod/result result/nsubj/was in/prep/result the/det/competition competition/pobj/in was/ROOT/was a/det/elimination first/amod/round -/punct/round round/amod/elimination elimination/attr/was in/prep/was 1980/pobj/in ,/punct/1980 1988/conj/1980 ,/punct/1988 1992/conj/1988 and/cc/1992 2000/conj/1992 ./punct/was | (S (NP (NP (NP (DT The) (NN team) (POS 's)) (JJS worst) (NN result)) (PP (IN in) (NP (DT the) (NN competition)))) (VP (VBD was) (NP (NP (DT a) (NML (JJ first) (HYPH -) (NN round)) (NN elimination)) (PP (IN in) (NP (CD 1980) (, ,) (CD 1988) (, ,) (CD 1992) (CC and) (CD 2000))))) (. .)) | T | ["The team 's worst result in the competition was a first - round elimination in 1980 , 1988 , 1992 and 2000"] | [] | ["The team 's worst result in the competition was a first - round elimination in 1980 , 1988 , 1992 and 2000 ."] | [] | [] | 61,105 |
What is yeovilton home to | (ROOT (SBARQ (FRAG (WHNP (WP What)) (SQ (VBZ is) (NP (NN yeovilton)) (NP (NP (NN home)) (PP (IN to))))))) | 7 | {
"ADJ": [],
"ADP": [
"to"
],
"ADV": [
"home"
],
"AUX": [
"is"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [],
"NUM": [],
"PART": [],
"PRON": [
"What"
],
"PROPN": [
"yeovilton"
],
"PUNCT": [],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"B-NP",
"I-NP",
"B-PP"
] | What/attr/is is/ROOT/is yeovilton/nsubj/is home/advmod/yeovilton to/prep/is | (SBARQ (FRAG (WHNP (WP What)) (SQ (VBZ is) (NP (NN yeovilton)) (NP (NP (NN home)) (PP (IN to)))))) | FC | [] | [] | [] | [] | ['What is yeovilton home to'] | 23,775 |
Meanwhile, the U.S. continued to provide supplies and money to Britain and France, and initiated the first peacetime draft. | (ROOT (S (ADVP (RB Meanwhile)) (, ,) (NP (DT the) (NNP U.S.)) (VP (VP (VBD continued) (S (VP (TO to) (VP (VB provide) (NP (NNS supplies) (CC and) (NN money)) (PP (IN to) (NP (NNP Britain) (CC and) (NNP France))))))) (, ,) (CC and) (VP (VBD initiated) (NP (DT the) (JJ first) (NN peacetime) (NN draft)))) (. .))) | 10 | {
"ADJ": [
"first"
],
"ADP": [
"to"
],
"ADV": [
"Meanwhile"
],
"AUX": [],
"CCONJ": [
"and",
"and",
"and"
],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"supplies",
"money",
"peacetime",
"draft"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [],
"PROPN": [
"U.S.",
"Britain",
"France"
],
"PUNCT": [
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"continued",
"provide",
"initiated"
],
"X": []
} | [
"B-ADVP",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | Meanwhile/advmod/continued ,/punct/continued the/det/U.S. U.S./nsubj/continued continued/ROOT/continued to/aux/provide provide/xcomp/continued supplies/dobj/provide and/cc/supplies money/conj/supplies to/dative/provide Britain/pobj/to and/cc/Britain France/conj/Britain ,/punct/continued and/cc/continued initiated/conj/continued the/det/draft first/amod/draft peacetime/compound/draft draft/dobj/initiated ./punct/continued | (S (ADVP (RB Meanwhile)) (, ,) (NP (DT the) (NNP U.S.)) (VP (VP (VBD continued) (S (VP (TO to) (VP (VB provide) (NP (NNS supplies) (CC and) (NN money)) (PP (IN to) (NP (NNP Britain) (CC and) (NNP France))))))) (, ,) (CC and) (VP (VBD initiated) (NP (DT the) (JJ first) (NN peacetime) (NN draft)))) (. .)) | T | ['the U.S. continued to provide supplies and money to Britain and France , and initiated the first peacetime draft'] | [] | ['Meanwhile , the U.S. continued to provide supplies and money to Britain and France , and initiated the first peacetime draft .'] | [] | [] | 22,314 |
During the emergency re-entry, a fault in the landing parachute system caused the primary chute to fail, and the reserve chute became tangled with the drogue chute; Komarov was killed on impact. | (ROOT (S (PP (IN During) (NP (DT the) (NN emergency) (NN re) (HYPH -) (NN entry))) (, ,) (S (NP (NP (DT a) (NN fault)) (PP (IN in) (NP (DT the) (NN landing) (NN parachute) (NN system)))) (VP (VBD caused) (S (NP (DT the) (JJ primary) (NN chute)) (VP (TO to) (VP (VB fail)))))) (, ,) (CC and) (S (NP (DT the) (NN reserve) (NN chute)) (VP (VBD became) (VP (VBN tangled) (PP (IN with) (NP (DT the) (NN drogue) (NN chute)))))) (: ;) (S (NP (NNP Komarov)) (VP (VBD was) (VP (VBN killed) (PP (IN on) (NP (NN impact)))))) (. .))) | 8 | {
"ADJ": [
"primary"
],
"ADP": [
"During",
"in",
"with",
"on"
],
"ADV": [],
"AUX": [
"became",
"was"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"a",
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"emergency",
"re",
"-",
"entry",
"fault",
"landing",
"parachute",
"system",
"chute",
"reserve",
"chute",
"drogue",
"chute",
"impact"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [],
"PROPN": [
"Komarov"
],
"PUNCT": [
",",
",",
";",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"caused",
"fail",
"tangled",
"killed"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
... | During/prep/caused the/det/re emergency/compound/re re/pobj/During -/pobj/During entry/pobj/During ,/punct/caused a/det/fault fault/nsubj/caused in/prep/fault the/det/system landing/compound/system parachute/compound/system system/pobj/in caused/ccomp/killed the/det/chute primary/amod/chute chute/nsubj/fail to/aux/fail fail/ccomp/caused ,/punct/caused and/cc/caused the/det/chute reserve/compound/chute chute/nsubj/became became/auxpass/tangled tangled/conj/caused with/prep/tangled the/det/chute drogue/compound/chute chute/pobj/with ;/punct/killed Komarov/nsubjpass/killed was/auxpass/killed killed/ROOT/killed on/prep/killed impact/pobj/on ./punct/killed | (S (PP (IN During) (NP (DT the) (NN emergency) (NN re) (HYPH -) (NN entry))) (, ,) (S (NP (NP (DT a) (NN fault)) (PP (IN in) (NP (DT the) (NN landing) (NN parachute) (NN system)))) (VP (VBD caused) (S (NP (DT the) (JJ primary) (NN chute)) (VP (TO to) (VP (VB fail)))))) (, ,) (CC and) (S (NP (DT the) (NN reserve) (NN chute)) (VP (VBD became) (VP (VBN tangled) (PP (IN with) (NP (DT the) (NN drogue) (NN chute)))))) (: ;) (S (NP (NNP Komarov)) (VP (VBD was) (VP (VBN killed) (PP (IN on) (NP (NN impact)))))) (. .)) | T | ['a fault in the landing parachute system caused the primary chute to fail', 'the reserve chute became tangled with the drogue chute', 'Komarov was killed on impact'] | [] | ['During the emergency re - entry , a fault in the landing parachute system caused the primary chute to fail , and the reserve chute became tangled with the drogue chute ; Komarov was killed on impact .'] | [] | [] | 17,732 |
In those two months, several Catholic holidays were seized by the Catholic population as an outlet for their daily frustrations. | (ROOT (S (PP (IN In) (NP (DT those) (CD two) (NNS months))) (, ,) (NP (JJ several) (JJ Catholic) (NNS holidays)) (VP (VBD were) (VP (VBN seized) (PP (IN by) (NP (DT the) (JJ Catholic) (NN population))) (PP (IN as) (NP (NP (DT an) (NN outlet)) (PP (IN for) (NP (PRP$ their) (JJ daily) (NNS frustrations))))))) (. .))) | 9 | {
"ADJ": [
"several",
"Catholic",
"Catholic",
"daily"
],
"ADP": [
"In",
"by",
"as",
"for"
],
"ADV": [],
"AUX": [
"were"
],
"CCONJ": [],
"DET": [
"those",
"the",
"an"
],
"INTJ": [],
"NOUN": [
"months",
"holidays",
"population",
"outlet",
"frustrations"
],
"NUM": [
"two"
],
"PART": [],
"PRON": [
"their"
],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"seized"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | In/prep/seized those/det/months two/nummod/months months/pobj/In ,/punct/seized several/amod/holidays Catholic/amod/holidays holidays/nsubjpass/seized were/auxpass/seized seized/ROOT/seized by/agent/seized the/det/population Catholic/amod/population population/pobj/by as/prep/seized an/det/outlet outlet/pobj/as for/prep/outlet their/poss/frustrations daily/amod/frustrations frustrations/pobj/for ./punct/seized | (S (PP (IN In) (NP (DT those) (CD two) (NNS months))) (, ,) (NP (JJ several) (JJ Catholic) (NNS holidays)) (VP (VBD were) (VP (VBN seized) (PP (IN by) (NP (DT the) (JJ Catholic) (NN population))) (PP (IN as) (NP (NP (DT an) (NN outlet)) (PP (IN for) (NP (PRP$ their) (JJ daily) (NNS frustrations))))))) (. .)) | T | ['several Catholic holidays were seized by the Catholic population as an outlet for their daily frustrations'] | [] | ['In those two months , several Catholic holidays were seized by the Catholic population as an outlet for their daily frustrations .'] | [] | [] | 61,972 |
In what decade was there a significant decline in industrial jobs? | (ROOT (SBARQ (WHPP (IN In) (WHNP (WDT what) (NN decade))) (SQ (VBD was) (NP (EX there)) (NP (NP (DT a) (JJ significant) (NN decline)) (PP (IN in) (NP (JJ industrial) (NNS jobs))))) (. ?))) | 7 | {
"ADJ": [
"significant",
"industrial"
],
"ADP": [
"In",
"in"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"what",
"a"
],
"INTJ": [],
"NOUN": [
"decade",
"decline",
"jobs"
],
"NUM": [],
"PART": [],
"PRON": [
"there"
],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | In/prep/was what/det/decade decade/pcomp/In was/ROOT/was there/expl/was a/det/decline significant/amod/decline decline/attr/was in/prep/decline industrial/amod/jobs jobs/pobj/in ?/punct/was | (SBARQ (WHPP (IN In) (WHNP (WDT what) (NN decade))) (SQ (VBD was) (NP (EX there)) (NP (NP (DT a) (JJ significant) (NN decline)) (PP (IN in) (NP (JJ industrial) (NNS jobs))))) (. ?)) | FC | [] | [] | [] | [] | ['In what decade was there a significant decline in industrial jobs ?'] | 13,525 |
Which sisters were in the Five Moons? | (ROOT (SBARQ (WHNP (WDT Which) (NNS sisters)) (SQ (VBD were) (PP (IN in) (NP (DT the) (CD Five) (NNS Moons)))) (. ?))) | 6 | {
"ADJ": [],
"ADP": [
"in"
],
"ADV": [],
"AUX": [
"were"
],
"CCONJ": [],
"DET": [
"Which",
"the"
],
"INTJ": [],
"NOUN": [
"sisters",
"Moons"
],
"NUM": [
"Five"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"O",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | Which/det/sisters sisters/nsubj/were were/ROOT/were in/prep/were the/det/Moons Five/nummod/Moons Moons/pobj/in ?/punct/were | (SBARQ (WHNP (WDT Which) (NNS sisters)) (SQ (VBD were) (PP (IN in) (NP (DT the) (CD Five) (NNS Moons)))) (. ?)) | FC | [] | [] | [] | [] | ['Which sisters were in the Five Moons ?'] | 45,731 |
Wide-ringed wood is often called "second-growth", because the growth of the young timber in open stands after the old trees have been removed is more rapid than in trees in a closed forest, and in the manufacture of articles where strength is an important consideration such "second-growth" hardwood material is preferred. | (ROOT (S (NP (ADJP (JJ Wide) (HYPH -) (VBN ringed)) (NN wood)) (VP (VBZ is) (ADVP (RB often)) (VP (VBN called) (`` ") (NP (JJ second) (HYPH -) (NN growth)) (, ") ('' ,) (SBAR (IN because) (S (S (NP (NP (DT the) (NN growth)) (PP (IN of) (NP (DT the) (JJ young) (NN timber))) (PP (PP (IN in) (NP (JJ open) (NNS stands))) (SBAR (IN after) (S (NP (DT the) (JJ old) (NNS trees)) (VP (VBP have) (VP (VBN been) (VP (VBN removed)))))))) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ rapid)) (PP (IN than) (PP (IN in) (NP (NP (NNS trees)) (PP (IN in) (NP (DT a) (JJ closed) (NN forest))))))))) (, ,) (CC and) (S (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NP (NNS articles)) (SBAR (WHADVP (WRB where)) (S (NP (NN strength)) (VP (VBZ is) (NP (DT an) (JJ important) (NN consideration))))))))) (NP (JJ such) (`` ") (NML (JJ second) (HYPH -) (NN growth)) ('' ") (NN hardwood) (NN material)) (VP (VBZ is) (VP (VBN preferred)))))))) (. .))) | 16 | {
"ADJ": [
"Wide",
"second",
"young",
"open",
"old",
"rapid",
"closed",
"important",
"such",
"second"
],
"ADP": [
"of",
"in",
"than",
"in",
"in",
"in",
"of"
],
"ADV": [
"often",
"more"
],
"AUX": [
"is",
"have",
"been",
"is",
"is",
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the",
"a",
"the",
"an"
],
"INTJ": [],
"NOUN": [
"wood",
"growth",
"growth",
"timber",
"stands",
"trees",
"trees",
"forest",
"manufacture",
"articles",
"strength",
"consideration",
"growth",
"hardwood",
"material"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"-",
"\"",
"-",
"\"",
",",
",",
"\"",
"-",
"\"",
"."
],
"SCONJ": [
"because",
"after",
"where"
],
"SPACE": [],
"SYM": [],
"VERB": [
"ringed",
"called",
"removed",
"preferred"
],
"X": []
} | [
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"B-VP",
"B-ADVP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"B-A... | Wide/advmod/ringed -/punct/ringed ringed/amod/wood wood/nsubjpass/called is/auxpass/called often/advmod/called called/ROOT/called "/punct/growth second/amod/growth -/punct/growth growth/oprd/called "/punct/called ,/punct/called because/mark/removed the/det/growth growth/nsubjpass/removed of/prep/growth the/det/timber young/amod/timber timber/pobj/of in/prep/timber open/amod/stands stands/pobj/in after/mark/removed the/det/trees old/amod/trees trees/nsubjpass/removed have/aux/removed been/auxpass/removed removed/advcl/called is/conj/called more/advmod/rapid rapid/acomp/is than/prep/rapid in/prep/than trees/pobj/in in/prep/is a/det/forest closed/amod/forest forest/pobj/in ,/punct/is and/cc/is in/prep/called the/det/manufacture manufacture/pobj/in of/prep/manufacture articles/pobj/of where/advmod/is strength/nsubj/is is/ccomp/called an/det/consideration important/amod/consideration consideration/attr/is such/amod/material "/punct/material second/amod/growth -/punct/growth growth/nmod/material "/punct/material hardwood/compound/material material/nsubjpass/preferred is/auxpass/preferred preferred/relcl/consideration ./punct/called | (S (NP (ADJP (JJ Wide) (HYPH -) (VBN ringed)) (NN wood)) (VP (VBZ is) (ADVP (RB often)) (VP (VBN called) (`` ") (NP (JJ second) (HYPH -) (NN growth)) (, ") ('' ,) (SBAR (IN because) (S (S (NP (NP (DT the) (NN growth)) (PP (IN of) (NP (DT the) (JJ young) (NN timber))) (PP (PP (IN in) (NP (JJ open) (NNS stands))) (SBAR (IN after) (S (NP (DT the) (JJ old) (NNS trees)) (VP (VBP have) (VP (VBN been) (VP (VBN removed)))))))) (VP (VBZ is) (ADJP (ADJP (RBR more) (JJ rapid)) (PP (IN than) (PP (IN in) (NP (NP (NNS trees)) (PP (IN in) (NP (DT a) (JJ closed) (NN forest))))))))) (, ,) (CC and) (S (PP (IN in) (NP (NP (DT the) (NN manufacture)) (PP (IN of) (NP (NP (NNS articles)) (SBAR (WHADVP (WRB where)) (S (NP (NN strength)) (VP (VBZ is) (NP (DT an) (JJ important) (NN consideration))))))))) (NP (JJ such) (`` ") (NML (JJ second) (HYPH -) (NN growth)) ('' ") (NN hardwood) (NN material)) (VP (VBZ is) (VP (VBN preferred)))))))) (. .)) | CT | ['Wide - ringed wood is often called " second - growth " ,'] | ['because the growth of the young timber in open stands after the old trees have been removed is more rapid than in trees in a closed forest , and in the manufacture of articles where strength is an important consideration such " second - growth " hardwood material is preferred', 'after the old trees have been removed', 'where strength is an important consideration'] | [] | ['Wide - ringed wood is often called " second - growth " , because the growth of the young timber in open stands after the old trees have been removed is more rapid than in trees in a closed forest , and in the manufacture of articles where strength is an important consideration such " second - growth " hardwood material is preferred .'] | [] | 45,568 |
When accommodations were made in the Quebec Act in 1774 to address this and other issues, religious concerns were raised in the largely Protestant Thirteen Colonies over the advance of "popery"; the Act maintained French Civil law, including the seigneurial system, a medieval code soon to be removed from France within a generation by the French Revolution. | (ROOT (S (S (SBAR (WHADVP (WRB When)) (S (NP (NNS accommodations)) (VP (VBD were) (VP (VBN made) (PP (IN in) (NP (DT the) (NNP Quebec) (NNP Act))) (PP (IN in) (NP (CD 1774))) (S (VP (TO to) (VP (VB address) (NP (UCP (DT this) (CC and) (JJ other)) (NNS issues))))))))) (, ,) (NP (JJ religious) (NNS concerns)) (VP (VBD were) (VP (VBN raised) (PP (IN in) (NP (DT the) (ADJP (RB largely) (JJ Protestant)) (NNP Thirteen) (NNPS Colonies))) (PP (IN over) (NP (NP (DT the) (NN advance)) (PP (IN of) (`` ") (NP (NN popery)) ('' "))))))) (: ;) (S (NP (DT the) (NNP Act)) (VP (VBD maintained) (NP (NP (NP (JJ French) (NNP Civil) (NN law)) (, ,) (PP (VBG including) (NP (DT the) (JJ seigneurial) (NN system)))) (, ,) (NP (NP (DT a) (JJ medieval) (NN code)) (VP (ADVP (RB soon)) (TO to) (VP (VB be) (VP (VBN removed) (PP (IN from) (NP (NNP France))) (PP (IN within) (NP (DT a) (NN generation))) (PP (IN by) (NP (DT the) (NNP French) (NNP Revolution)))))))))) (. .))) | 13 | {
"ADJ": [
"other",
"religious",
"Protestant",
"French",
"Civil",
"seigneurial",
"medieval"
],
"ADP": [
"in",
"in",
"in",
"over",
"of",
"from",
"within",
"by"
],
"ADV": [
"largely",
"soon"
],
"AUX": [
"were",
"were",
"be"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"the",
"a",
"a",
"the"
],
"INTJ": [],
"NOUN": [
"accommodations",
"issues",
"concerns",
"advance",
"law",
"system",
"code",
"generation"
],
"NUM": [
"1774",
"Thirteen"
],
"PART": [
"to",
"to"
],
"PRON": [
"this"
],
"PROPN": [
"Quebec",
"Act",
"Colonies",
"popery",
"Act",
"France",
"French",
"Revolution"
],
"PUNCT": [
",",
"\"",
"\"",
";",
",",
",",
"."
],
"SCONJ": [
"When"
],
"SPACE": [],
"SYM": [],
"VERB": [
"made",
"address",
"raised",
"maintained",
"including",
"removed"
],
"X": []
} | [
"O",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"O",
"O",
"O",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"I-PP",
"B-NP",... | When/advmod/made accommodations/nsubjpass/made were/auxpass/made made/advcl/raised in/prep/made the/det/Act Quebec/compound/Act Act/pobj/in in/prep/made 1774/pobj/in to/aux/address address/advcl/made this/dobj/address and/cc/this other/amod/issues issues/conj/this ,/punct/raised religious/amod/concerns concerns/nsubjpass/raised were/auxpass/raised raised/ccomp/maintained in/prep/raised the/det/Colonies largely/advmod/Protestant Protestant/amod/Colonies Thirteen/compound/Colonies Colonies/pobj/in over/prep/raised the/det/advance advance/pobj/over of/prep/advance "/punct/of popery/pobj/of "/punct/raised ;/punct/maintained the/det/Act Act/nsubj/maintained maintained/ROOT/maintained French/amod/law Civil/amod/law law/dobj/maintained ,/punct/law including/prep/law the/det/system seigneurial/amod/system system/pobj/including ,/punct/system a/det/code medieval/amod/code code/appos/system soon/advmod/removed to/aux/removed be/auxpass/removed removed/relcl/code from/prep/removed France/pobj/from within/prep/removed a/det/generation generation/pobj/within by/agent/removed the/det/Revolution French/compound/Revolution Revolution/pobj/by ./punct/maintained | (S (S (SBAR (WHADVP (WRB When)) (S (NP (NNS accommodations)) (VP (VBD were) (VP (VBN made) (PP (IN in) (NP (DT the) (NNP Quebec) (NNP Act))) (PP (IN in) (NP (CD 1774))) (S (VP (TO to) (VP (VB address) (NP (UCP (DT this) (CC and) (JJ other)) (NNS issues))))))))) (, ,) (NP (JJ religious) (NNS concerns)) (VP (VBD were) (VP (VBN raised) (PP (IN in) (NP (DT the) (ADJP (RB largely) (JJ Protestant)) (NNP Thirteen) (NNPS Colonies))) (PP (IN over) (NP (NP (DT the) (NN advance)) (PP (IN of) (`` ") (NP (NN popery)) ('' "))))))) (: ;) (S (NP (DT the) (NNP Act)) (VP (VBD maintained) (NP (NP (NP (JJ French) (NNP Civil) (NN law)) (, ,) (PP (VBG including) (NP (DT the) (JJ seigneurial) (NN system)))) (, ,) (NP (NP (DT a) (JJ medieval) (NN code)) (VP (ADVP (RB soon)) (TO to) (VP (VB be) (VP (VBN removed) (PP (IN from) (NP (NNP France))) (PP (IN within) (NP (DT a) (NN generation))) (PP (IN by) (NP (DT the) (NNP French) (NNP Revolution)))))))))) (. .)) | CT | [', religious concerns were raised in the largely Protestant Thirteen Colonies over the advance of " popery "', 'the Act maintained French Civil law , including the seigneurial system , a medieval code soon to be removed from France within a generation by the French Revolution'] | ['When accommodations were made in the Quebec Act in 1774 to address this and other issues'] | [] | ['When accommodations were made in the Quebec Act in 1774 to address this and other issues , religious concerns were raised in the largely Protestant Thirteen Colonies over the advance of " popery " ; the Act maintained French Civil law , including the seigneurial system , a medieval code soon to be removed from France within a generation by the French Revolution .'] | [] | 32,423 |
The NWA, however, ceased to acknowledge Burke as their Women's World champion in 1954, and instead acknowledged June Byers as champion after a controversial finish to a high-profile match between Burke and Byers that year. | (ROOT (S (NP (DT The) (NNP NWA)) (, ,) (ADVP (RB however)) (, ,) (VP (VP (VBD ceased) (S (VP (TO to) (VP (VB acknowledge) (NP (NNP Burke)) (PP (IN as) (NP (PRP$ their) (NP (NNS Women) (POS 's)) (NNP World) (NN champion)))))) (PP (IN in) (NP (CD 1954)))) (, ,) (CC and) (ADVP (RB instead)) (VP (VBD acknowledged) (NP (NNP June) (NNP Byers)) (PP (IN as) (NP (NN champion))) (PP (IN after) (NP (NP (DT a) (JJ controversial) (NN finish)) (PP (IN to) (NP (NP (DT a) (NML (JJ high) (HYPH -) (NN profile)) (NN match)) (PP (IN between) (NP (NNP Burke) (CC and) (NNPS Byers))) (NP (DT that) (NN year)))))))) (. .))) | 11 | {
"ADJ": [
"controversial",
"high"
],
"ADP": [
"as",
"in",
"as",
"after",
"to",
"between"
],
"ADV": [
"however",
"instead"
],
"AUX": [],
"CCONJ": [
"and",
"and"
],
"DET": [
"The",
"a",
"a",
"that"
],
"INTJ": [],
"NOUN": [
"Women",
"champion",
"champion",
"finish",
"profile",
"match",
"year"
],
"NUM": [
"1954"
],
"PART": [
"to",
"'s"
],
"PRON": [
"their"
],
"PROPN": [
"NWA",
"Burke",
"World",
"June",
"Byers",
"Burke",
"Byers"
],
"PUNCT": [
",",
",",
",",
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"ceased",
"acknowledge",
"acknowledged"
],
"X": []
} | [
"B-NP",
"I-NP",
"O",
"B-ADVP",
"O",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"... | The/det/NWA NWA/nsubj/ceased ,/punct/ceased however/advmod/ceased ,/punct/ceased ceased/ROOT/ceased to/aux/acknowledge acknowledge/xcomp/ceased Burke/dobj/acknowledge as/prep/acknowledge their/poss/Women Women/poss/champion 's/case/Women World/compound/champion champion/pobj/as in/prep/acknowledge 1954/pobj/in ,/punct/ceased and/cc/ceased instead/advmod/acknowledged acknowledged/conj/ceased June/compound/Byers Byers/dobj/acknowledged as/prep/acknowledged champion/pobj/as after/prep/acknowledged a/det/finish controversial/amod/finish finish/pobj/after to/prep/finish a/det/match high/amod/profile -/punct/profile profile/compound/match match/pobj/to between/prep/match Burke/pobj/between and/cc/Burke Byers/conj/Burke that/det/year year/npadvmod/acknowledged ./punct/ceased | (S (NP (DT The) (NNP NWA)) (, ,) (ADVP (RB however)) (, ,) (VP (VP (VBD ceased) (S (VP (TO to) (VP (VB acknowledge) (NP (NNP Burke)) (PP (IN as) (NP (PRP$ their) (NP (NNS Women) (POS 's)) (NNP World) (NN champion)))))) (PP (IN in) (NP (CD 1954)))) (, ,) (CC and) (ADVP (RB instead)) (VP (VBD acknowledged) (NP (NNP June) (NNP Byers)) (PP (IN as) (NP (NN champion))) (PP (IN after) (NP (NP (DT a) (JJ controversial) (NN finish)) (PP (IN to) (NP (NP (DT a) (NML (JJ high) (HYPH -) (NN profile)) (NN match)) (PP (IN between) (NP (NNP Burke) (CC and) (NNPS Byers))) (NP (DT that) (NN year)))))))) (. .)) | T | ["The NWA ceased to acknowledge Burke as their Women 's World champion in 1954 , and instead acknowledged June Byers as champion after a controversial finish to a high - profile match between Burke and Byers that year"] | [] | ["The NWA , however , ceased to acknowledge Burke as their Women 's World champion in 1954 , and instead acknowledged June Byers as champion after a controversial finish to a high - profile match between Burke and Byers that year ."] | [] | [] | 39,691 |
Most of the English colonists had arrived as indentured servants, hiring themselves out as laborers for a fixed period to pay for their passage. | (ROOT (S (NP (NP (JJS Most)) (PP (IN of) (NP (DT the) (JJ English) (NNS colonists)))) (VP (VBD had) (VP (VBN arrived) (PP (IN as) (NP (JJ indentured) (NNS servants))) (, ,) (S (VP (VBG hiring) (NP (PRP themselves)) (PRT (RP out)) (PP (IN as) (NP (NNS laborers))) (PP (IN for) (NP (DT a) (VBN fixed) (NN period))) (S (VP (TO to) (VP (VB pay) (PP (IN for) (NP (PRP$ their) (NN passage)))))))))) (. .))) | 12 | {
"ADJ": [
"Most",
"English",
"fixed"
],
"ADP": [
"of",
"as",
"out",
"as",
"for",
"for"
],
"ADV": [],
"AUX": [
"had"
],
"CCONJ": [],
"DET": [
"the",
"a"
],
"INTJ": [],
"NOUN": [
"colonists",
"servants",
"laborers",
"period",
"passage"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [
"themselves",
"their"
],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"arrived",
"indentured",
"hiring",
"pay"
],
"X": []
} | [
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"O",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | Most/nsubj/arrived of/prep/Most the/det/colonists English/amod/colonists colonists/pobj/of had/aux/arrived arrived/ROOT/arrived as/prep/arrived indentured/amod/servants servants/pobj/as ,/punct/arrived hiring/advcl/arrived themselves/dobj/hiring out/prt/hiring as/prep/hiring laborers/pobj/as for/prep/hiring a/det/period fixed/amod/period period/pobj/for to/aux/pay pay/relcl/period for/prep/pay their/poss/passage passage/pobj/for ./punct/arrived | (S (NP (NP (JJS Most)) (PP (IN of) (NP (DT the) (JJ English) (NNS colonists)))) (VP (VBD had) (VP (VBN arrived) (PP (IN as) (NP (JJ indentured) (NNS servants))) (, ,) (S (VP (VBG hiring) (NP (PRP themselves)) (PRT (RP out)) (PP (IN as) (NP (NNS laborers))) (PP (IN for) (NP (DT a) (VBN fixed) (NN period))) (S (VP (TO to) (VP (VB pay) (PP (IN for) (NP (PRP$ their) (NN passage)))))))))) (. .)) | T | ['Most of the English colonists had arrived as indentured servants , hiring themselves out as laborers for a fixed period to pay for their passage'] | [] | ['Most of the English colonists had arrived as indentured servants , hiring themselves out as laborers for a fixed period to pay for their passage .'] | [] | [] | 57,798 |
As well as the supercarrier fleet, the US Navy has nine amphibious assault ships used primarily for helicopters (sometimes called helicopter carriers); these can also carry up to 25 fighter jets, and in some cases, are as large as some other nations' fixed-wing carriers. | (ROOT (S (CONJP (RB As) (RB well) (IN as)) (NP (DT the) (NN supercarrier) (NN fleet)) (, ,) (NP (DT the) (NNP US) (NNP Navy)) (VP (VBZ has) (NP (NP (NP (CD nine) (JJ amphibious) (NN assault) (NNS ships)) (VP (VBN used) (ADVP (RB primarily)) (PP (IN for) (NP (NNS helicopters))))) (-LRB- -LRB-) (VP (ADVP (RB sometimes)) (VBN called) (S (NP (NN helicopter) (NNS carriers)))) (-RRB- -RRB-))) (: ;) (S (NP (DT these)) (VP (VP (MD can) (ADVP (RB also)) (VP (VB carry) (NP (QP (IN up) (IN to) (CD 25)) (NN fighter) (NNS jets)))) (, ,) (CC and) (VP (PP (IN in) (NP (DT some) (NNS cases))) (, ,) (VP (VBP are) (ADJP (ADJP (RB as) (JJ large)) (PP (IN as) (NP (NP (DT some) (JJ other) (NNS nations) (POS ')) (NML (VBN fixed) (HYPH -) (NN wing)) (NNS carriers)))))))) (. .))) | 11 | {
"ADJ": [
"amphibious",
"large",
"other"
],
"ADP": [
"as",
"for",
"up",
"in",
"as"
],
"ADV": [
"As",
"well",
"primarily",
"sometimes",
"also",
"as"
],
"AUX": [
"can",
"are"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"some",
"some"
],
"INTJ": [],
"NOUN": [
"supercarrier",
"fleet",
"assault",
"ships",
"helicopters",
"helicopter",
"carriers",
"fighter",
"jets",
"cases",
"nations",
"wing",
"carriers"
],
"NUM": [
"nine",
"25"
],
"PART": [
"to",
"'"
],
"PRON": [
"these"
],
"PROPN": [
"US",
"Navy"
],
"PUNCT": [
",",
"(",
")",
";",
",",
",",
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"has",
"used",
"called",
"carry",
"fixed"
],
"X": []
} | [
"B-CONJP",
"I-CONJP",
"I-CONJP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"B-VP",
"B-ADVP",
"B-VP",
"O",
... | As/advmod/as well/advmod/as as/prep/has the/det/fleet supercarrier/compound/fleet fleet/pobj/as ,/punct/has the/det/Navy US/compound/Navy Navy/nsubj/has has/advcl/carry nine/nummod/ships amphibious/amod/ships assault/compound/ships ships/dobj/has used/acl/ships primarily/advmod/used for/prep/used helicopters/pobj/for (/punct/helicopters sometimes/advmod/called called/acl/helicopters helicopter/compound/carriers carriers/oprd/called )/punct/helicopters ;/punct/carry these/nsubj/carry can/aux/carry also/advmod/carry carry/ROOT/carry up/quantmod/25 to/quantmod/25 25/nummod/jets fighter/compound/jets jets/dobj/carry ,/punct/carry and/cc/carry in/prep/are some/det/cases cases/pobj/in ,/punct/are are/conj/carry as/advmod/large large/acomp/are as/prep/large some/det/nations other/amod/nations nations/poss/carriers '/case/nations fixed/amod/wing -/punct/wing wing/compound/carriers carriers/pobj/as ./punct/are | (S (CONJP (RB As) (RB well) (IN as)) (NP (DT the) (NN supercarrier) (NN fleet)) (, ,) (NP (DT the) (NNP US) (NNP Navy)) (VP (VBZ has) (NP (NP (NP (CD nine) (JJ amphibious) (NN assault) (NNS ships)) (VP (VBN used) (ADVP (RB primarily)) (PP (IN for) (NP (NNS helicopters))))) (-LRB- -LRB-) (VP (ADVP (RB sometimes)) (VBN called) (S (NP (NN helicopter) (NNS carriers)))) (-RRB- -RRB-))) (: ;) (S (NP (DT these)) (VP (VP (MD can) (ADVP (RB also)) (VP (VB carry) (NP (QP (IN up) (IN to) (CD 25)) (NN fighter) (NNS jets)))) (, ,) (CC and) (VP (PP (IN in) (NP (DT some) (NNS cases))) (, ,) (VP (VBP are) (ADJP (ADJP (RB as) (JJ large)) (PP (IN as) (NP (NP (DT some) (JJ other) (NNS nations) (POS ')) (NML (VBN fixed) (HYPH -) (NN wing)) (NNS carriers)))))))) (. .)) | T | ["these can also carry up to 25 fighter jets , and in some cases , are as large as some other nations ' fixed - wing carriers"] | [] | ["As well as the supercarrier fleet , the US Navy has nine amphibious assault ships used primarily for helicopters -LRB- sometimes called helicopter carriers -RRB- ; these can also carry up to 25 fighter jets , and in some cases , are as large as some other nations ' fixed - wing carriers ."] | [] | [] | 74,986 |
In October 2004, China officially joined the Galileo project by signing the Agreement on the Cooperation in the Galileo Program between the "Galileo Joint Undertaking" (GJU) and the "National Remote Sensing Centre of China" (NRSCC). | (ROOT (S (PP (IN In) (NP (NNP October) (CD 2004))) (, ,) (NP (NNP China)) (ADVP (RB officially)) (VP (VBD joined) (NP (DT the) (NNP Galileo) (NN project)) (PP (IN by) (S (VP (VBG signing) (NP (NP (DT the) (NNP Agreement)) (PP (IN on) (NP (NP (DT the) (NNP Cooperation)) (PP (IN in) (NP (DT the) (NNP Galileo) (NNP Program))))) (PP (IN between) (NP (NP (NP (DT the) (`` ") (NNP Galileo) (NNP Joint) (NNP Undertaking) ('' ")) (-LRB- -LRB-) (NP (NNP GJU)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (DT the) (`` ") (NNP National) (NML (NNP Remote) (NNP Sensing)) (NNP Centre)) (PP (IN of) (NP (NNP China))) ('' ")) (-LRB- -LRB-) (NP (NNP NRSCC)) (-RRB- -RRB-))))))))) (. .))) | 14 | {
"ADJ": [],
"ADP": [
"In",
"by",
"on",
"in",
"between",
"of"
],
"ADV": [
"officially"
],
"AUX": [],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"project"
],
"NUM": [
"2004"
],
"PART": [],
"PRON": [],
"PROPN": [
"October",
"China",
"Galileo",
"Agreement",
"Cooperation",
"Galileo",
"Program",
"Galileo",
"Joint",
"Undertaking",
"GJU",
"National",
"Remote",
"Sensing",
"Centre",
"China",
"NRSCC"
],
"PUNCT": [
",",
"\"",
"\"",
"(",
")",
"\"",
"\"",
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"joined",
"signing"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",... | In/prep/joined October/pobj/In 2004/nummod/October ,/punct/joined China/nsubj/joined officially/advmod/joined joined/ROOT/joined the/det/project Galileo/compound/project project/dobj/joined by/prep/joined signing/pcomp/by the/det/Agreement Agreement/dobj/signing on/prep/signing the/det/Cooperation Cooperation/pobj/on in/prep/Cooperation the/det/Program Galileo/compound/Program Program/pobj/in between/prep/signing the/det/Undertaking "/punct/Undertaking Galileo/compound/Undertaking Joint/compound/Undertaking Undertaking/pobj/between "/punct/Undertaking (/punct/Undertaking GJU/appos/Undertaking )/punct/Undertaking and/cc/Undertaking the/det/Centre "/punct/Centre National/compound/Centre Remote/compound/Sensing Sensing/compound/Centre Centre/conj/Undertaking of/prep/Centre China/pobj/of "/punct/Centre (/punct/NRSCC NRSCC/appos/Centre )/punct/Centre ./punct/joined | (S (PP (IN In) (NP (NNP October) (CD 2004))) (, ,) (NP (NNP China)) (ADVP (RB officially)) (VP (VBD joined) (NP (DT the) (NNP Galileo) (NN project)) (PP (IN by) (S (VP (VBG signing) (NP (NP (DT the) (NNP Agreement)) (PP (IN on) (NP (NP (DT the) (NNP Cooperation)) (PP (IN in) (NP (DT the) (NNP Galileo) (NNP Program))))) (PP (IN between) (NP (NP (NP (DT the) (`` ") (NNP Galileo) (NNP Joint) (NNP Undertaking) ('' ")) (-LRB- -LRB-) (NP (NNP GJU)) (-RRB- -RRB-)) (CC and) (NP (NP (NP (DT the) (`` ") (NNP National) (NML (NNP Remote) (NNP Sensing)) (NNP Centre)) (PP (IN of) (NP (NNP China))) ('' ")) (-LRB- -LRB-) (NP (NNP NRSCC)) (-RRB- -RRB-))))))))) (. .)) | T | ['China joined the Galileo project by signing the Agreement on the Cooperation in the Galileo Program between the " Galileo Joint Undertaking " -LRB- GJU -RRB- and the " National Remote Sensing Centre of China " -LRB- NRSCC -RRB-'] | [] | ['In October 2004 , China officially joined the Galileo project by signing the Agreement on the Cooperation in the Galileo Program between the " Galileo Joint Undertaking " -LRB- GJU -RRB- and the " National Remote Sensing Centre of China " -LRB- NRSCC -RRB- .'] | [] | [] | 34,591 |
The NTSB cites this as contributing to many accidents[unreliable medical source?] | (ROOT (S (NP (DT The) (NNP NTSB)) (VP (VBZ cites) (NP (DT this)) (PP (IN as) (S (VP (VBG contributing) (PP (IN to) (NP (JJ many) (JJ accidents-LSB-unreliable) (JJ medical) (NN source) (. ?) (-RRB- -RSB-))))))))) | 9 | {
"ADJ": [
"many",
"accidents[unreliable",
"medical"
],
"ADP": [
"as",
"to"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"The"
],
"INTJ": [],
"NOUN": [
"source"
],
"NUM": [],
"PART": [],
"PRON": [
"this"
],
"PROPN": [
"NTSB"
],
"PUNCT": [
"?",
"]"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"cites",
"contributing"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"B-PP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP"
] | The/det/NTSB NTSB/nsubj/cites cites/ROOT/cites this/dobj/cites as/prep/cites contributing/pcomp/as to/prep/contributing many/amod/source accidents[unreliable/amod/source medical/amod/source source/pobj/to ?/punct/cites ]/punct/cites | (S (NP (DT The) (NNP NTSB)) (VP (VBZ cites) (NP (DT this)) (PP (IN as) (S (VP (VBG contributing) (PP (IN to) (NP (JJ many) (JJ accidents-LSB-unreliable) (JJ medical) (NN source) (. ?) (-RRB- -RSB-)))))))) | T | ['The NTSB cites this as contributing to many accidents-LSB-unreliable medical source ? -RSB-'] | [] | ['The NTSB cites this as contributing to many accidents-LSB-unreliable medical source ? -RSB-'] | [] | [] | 475 |
European countries established a few coastal colonies in Africa by the mid-nineteenth century, which included Cape Colony (Great Britain), Angola (Portugal), and Algeria (France), but until the late nineteenth century Europe largely traded with free African states without feeling the need for territorial possession. | (ROOT (S (S (NP (JJ European) (NNS countries)) (VP (VBD established) (NP (DT a) (JJ few) (JJ coastal) (NNS colonies)) (PP (IN in) (NP (NNP Africa))) (PP (IN by) (NP (DT the) (JJ mid) (HYPH -) (JJ nineteenth) (NN century))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD included) (NP (NP (NP (NNP Cape) (NNP Colony)) (-LRB- -LRB-) (NP (NNP Great) (NNP Britain)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Angola)) (-LRB- -LRB-) (NP (NNP Portugal)) (-RRB- -RRB-)) (, ,) (CC and) (NP (NP (NNP Algeria)) (-LRB- -LRB-) (NP (NNP France)) (-RRB- -RRB-)))))))) (, ,) (CC but) (S (PP (IN until) (NP (DT the) (JJ late) (JJ nineteenth) (NN century))) (NP (NNP Europe)) (ADVP (RB largely)) (VP (VBD traded) (PP (IN with) (NP (JJ free) (JJ African) (NNS states))) (PP (IN without) (S (VP (VBG feeling) (NP (NP (DT the) (NN need)) (PP (IN for) (NP (JJ territorial) (NN possession))))))))) (. .))) | 11 | {
"ADJ": [
"European",
"few",
"coastal",
"mid",
"-",
"nineteenth",
"late",
"nineteenth",
"free",
"African",
"territorial"
],
"ADP": [
"in",
"by",
"until",
"with",
"without",
"for"
],
"ADV": [
"largely"
],
"AUX": [],
"CCONJ": [
"and",
"but"
],
"DET": [
"a",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"countries",
"colonies",
"century",
"century",
"states",
"need",
"possession"
],
"NUM": [],
"PART": [],
"PRON": [
"which"
],
"PROPN": [
"Africa",
"Cape",
"Colony",
"Great",
"Britain",
"Angola",
"Portugal",
"Algeria",
"France",
"Europe"
],
"PUNCT": [
",",
"(",
")",
",",
"(",
")",
",",
"(",
")",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"established",
"included",
"traded",
"feeling"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"O",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
... | European/amod/countries countries/nsubj/established established/ROOT/established a/det/colonies few/amod/colonies coastal/amod/colonies colonies/dobj/established in/prep/colonies Africa/pobj/in by/prep/established the/det/century mid/amod/century -/amod/century nineteenth/amod/century century/pobj/by ,/punct/century which/nsubj/included included/relcl/century Cape/compound/Colony Colony/dobj/included (/punct/Colony Great/compound/Britain Britain/appos/Colony )/punct/Colony ,/punct/Colony Angola/conj/Colony (/punct/Angola Portugal/appos/Angola )/punct/Angola ,/punct/Angola and/cc/Angola Algeria/conj/Angola (/punct/Algeria France/appos/Algeria )/punct/Algeria ,/punct/established but/cc/established until/prep/traded the/det/century late/amod/century nineteenth/amod/century century/pobj/until Europe/nsubj/traded largely/advmod/traded traded/conj/established with/prep/traded free/amod/states African/amod/states states/pobj/with without/prep/traded feeling/pcomp/without the/det/need need/dobj/feeling for/prep/need territorial/amod/possession possession/pobj/for ./punct/traded | (S (S (NP (JJ European) (NNS countries)) (VP (VBD established) (NP (DT a) (JJ few) (JJ coastal) (NNS colonies)) (PP (IN in) (NP (NNP Africa))) (PP (IN by) (NP (DT the) (JJ mid) (HYPH -) (JJ nineteenth) (NN century))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD included) (NP (NP (NP (NNP Cape) (NNP Colony)) (-LRB- -LRB-) (NP (NNP Great) (NNP Britain)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Angola)) (-LRB- -LRB-) (NP (NNP Portugal)) (-RRB- -RRB-)) (, ,) (CC and) (NP (NP (NNP Algeria)) (-LRB- -LRB-) (NP (NNP France)) (-RRB- -RRB-)))))))) (, ,) (CC but) (S (PP (IN until) (NP (DT the) (JJ late) (JJ nineteenth) (NN century))) (NP (NNP Europe)) (ADVP (RB largely)) (VP (VBD traded) (PP (IN with) (NP (JJ free) (JJ African) (NNS states))) (PP (IN without) (S (VP (VBG feeling) (NP (NP (DT the) (NN need)) (PP (IN for) (NP (JJ territorial) (NN possession))))))))) (. .)) | CT | ['European countries established a few coastal colonies in Africa by the mid - nineteenth century ,', 'until the late nineteenth century Europe largely traded with free African states without feeling the need for territorial possession'] | ['which included Cape Colony -LRB- Great Britain -RRB- , Angola -LRB- Portugal -RRB- , and Algeria -LRB- France -RRB-'] | [] | ['European countries established a few coastal colonies in Africa by the mid - nineteenth century , which included Cape Colony -LRB- Great Britain -RRB- , Angola -LRB- Portugal -RRB- , and Algeria -LRB- France -RRB- , but until the late nineteenth century Europe largely traded with free African states without feeling the need for territorial possession .'] | [] | 53,186 |
Being the oldest domesticated animal, their long association with people has allowed dogs to be uniquely attuned to human behavior, as well as thrive on a starch-rich diet which would be inadequate for other canid species. | (ROOT (S (S (VP (VBG Being) (NP (DT the) (JJS oldest) (JJ domesticated) (NN animal)))) (, ,) (NP (NP (PRP$ their) (JJ long) (NN association)) (PP (IN with) (NP (NNS people)))) (VP (VBZ has) (VP (VBN allowed) (S (NP (NNS dogs)) (VP (TO to) (VP (VP (VB be) (ADJP (RB uniquely) (VBN attuned) (PP (IN to) (NP (JJ human) (NN behavior))))) (, ,) (CONJP (RB as) (RB well) (IN as)) (VP (VB thrive) (PP (IN on) (NP (NP (DT a) (ADJP (NN starch) (HYPH -) (JJ rich)) (NN diet)) (SBAR (WHNP (WDT which)) (S (VP (MD would) (VP (VB be) (ADJP (JJ inadequate) (PP (IN for) (NP (JJ other) (NN canid) (NNS species)))))))))))))))) (. .))) | 18 | {
"ADJ": [
"long",
"attuned",
"human",
"thrive",
"rich",
"inadequate",
"other",
"canid"
],
"ADP": [
"with",
"to",
"as",
"on",
"for"
],
"ADV": [
"oldest",
"uniquely",
"as",
"well"
],
"AUX": [
"Being",
"has",
"be",
"would",
"be"
],
"CCONJ": [],
"DET": [
"the",
"a"
],
"INTJ": [],
"NOUN": [
"animal",
"association",
"people",
"dogs",
"behavior",
"starch",
"diet",
"species"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [
"their",
"which"
],
"PROPN": [],
"PUNCT": [
",",
",",
"-",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"domesticated",
"allowed"
],
"X": []
} | [
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"B-NP",
"B-VP",
"I-VP",
"B-ADJP",
"I-ADJP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-CONJP",
"I-CONJP",
"I-CONJP",
"B-VP",
"B-PP",
"B-NP",
"B-ADJP",
"I-ADJP",
"I... | Being/advcl/allowed the/det/animal oldest/advmod/domesticated domesticated/amod/animal animal/attr/Being ,/punct/allowed their/poss/association long/amod/association association/nsubj/allowed with/prep/association people/pobj/with has/aux/allowed allowed/ROOT/allowed dogs/nsubj/be to/aux/be be/ccomp/allowed uniquely/advmod/attuned attuned/acomp/be to/prep/attuned human/amod/behavior behavior/pobj/to ,/punct/be as/advmod/as well/advmod/as as/cc/be thrive/conj/be on/prep/thrive a/det/diet starch/npadvmod/rich -/punct/rich rich/amod/diet diet/pobj/on which/nsubj/be would/aux/be be/relcl/diet inadequate/acomp/be for/prep/inadequate other/amod/species canid/amod/species species/pobj/for ./punct/allowed | (S (S (VP (VBG Being) (NP (DT the) (JJS oldest) (JJ domesticated) (NN animal)))) (, ,) (NP (NP (PRP$ their) (JJ long) (NN association)) (PP (IN with) (NP (NNS people)))) (VP (VBZ has) (VP (VBN allowed) (S (NP (NNS dogs)) (VP (TO to) (VP (VP (VB be) (ADJP (RB uniquely) (VBN attuned) (PP (IN to) (NP (JJ human) (NN behavior))))) (, ,) (CONJP (RB as) (RB well) (IN as)) (VP (VB thrive) (PP (IN on) (NP (NP (DT a) (ADJP (NN starch) (HYPH -) (JJ rich)) (NN diet)) (SBAR (WHNP (WDT which)) (S (VP (MD would) (VP (VB be) (ADJP (JJ inadequate) (PP (IN for) (NP (JJ other) (NN canid) (NNS species)))))))))))))))) (. .)) | CT | ['Being the oldest domesticated animal'] | ['which would be inadequate for other canid species'] | [] | ['Being the oldest domesticated animal , their long association with people has allowed dogs to be uniquely attuned to human behavior , as well as thrive on a starch - rich diet which would be inadequate for other canid species .'] | [] | 66,884 |
It merged with the Northern College of Music (formed in 1920) to form the Royal Northern College of Music in 1972. | (ROOT (S (NP (PRP It)) (VP (VBD merged) (PP (IN with) (NP (NP (NP (DT the) (NNP Northern) (NNP College)) (PP (IN of) (NP (NNP Music)))) (-LRB- -LRB-) (VP (VBN formed) (PP (IN in) (NP (CD 1920)))) (-RRB- -RRB-))) (S (VP (TO to) (VP (VB form) (NP (NP (DT the) (NNP Royal) (NNP Northern) (NNP College)) (PP (IN of) (NP (NNP Music)))) (PP (IN in) (NP (CD 1972))))))) (. .))) | 10 | {
"ADJ": [],
"ADP": [
"with",
"of",
"in",
"of",
"in"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [],
"NUM": [
"1920",
"1972"
],
"PART": [
"to"
],
"PRON": [
"It"
],
"PROPN": [
"Northern",
"College",
"Music",
"Royal",
"Northern",
"College",
"Music"
],
"PUNCT": [
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"merged",
"formed",
"form"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"O"
] | It/nsubj/merged merged/ROOT/merged with/prep/merged the/det/College Northern/compound/College College/pobj/with of/prep/College Music/pobj/of (/punct/College formed/advcl/merged in/prep/formed 1920/pobj/in )/punct/formed to/aux/form form/advcl/formed the/det/College Royal/compound/College Northern/compound/College College/dobj/form of/prep/College Music/pobj/of in/prep/form 1972/pobj/in ./punct/merged | (S (NP (PRP It)) (VP (VBD merged) (PP (IN with) (NP (NP (NP (DT the) (NNP Northern) (NNP College)) (PP (IN of) (NP (NNP Music)))) (-LRB- -LRB-) (VP (VBN formed) (PP (IN in) (NP (CD 1920)))) (-RRB- -RRB-))) (S (VP (TO to) (VP (VB form) (NP (NP (DT the) (NNP Royal) (NNP Northern) (NNP College)) (PP (IN of) (NP (NNP Music)))) (PP (IN in) (NP (CD 1972))))))) (. .)) | T | ['It merged with the Northern College of Music -LRB- formed in 1920 -RRB- to form the Royal Northern College of Music in 1972'] | [] | ['It merged with the Northern College of Music -LRB- formed in 1920 -RRB- to form the Royal Northern College of Music in 1972 .'] | [] | [] | 52,319 |
What did New York enact that replaced traditional common law proceeding? | (ROOT (SBARQ (WHNP (WP What)) (SQ (VBD did) (NP (NNP New) (NNP York)) (VP (VB enact) (SBAR (WHNP (WDT that)) (S (VP (VBD replaced) (NP (JJ traditional) (NML (JJ common) (NN law)) (NN proceeding))))))) (. ?))) | 10 | {
"ADJ": [
"traditional",
"common"
],
"ADP": [],
"ADV": [],
"AUX": [
"did"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"enact",
"law",
"proceeding"
],
"NUM": [],
"PART": [],
"PRON": [
"What",
"that"
],
"PROPN": [
"New",
"York"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"replaced"
],
"X": []
} | [
"O",
"O",
"B-NP",
"I-NP",
"B-VP",
"O",
"B-VP",
"B-NP",
"O",
"O",
"B-NP",
"O"
] | What/dobj/enact did/aux/enact New/compound/York York/compound/enact enact/ROOT/enact that/nsubj/replaced replaced/relcl/enact traditional/amod/proceeding common/amod/proceeding law/compound/proceeding proceeding/dobj/replaced ?/punct/enact | (SBARQ (WHNP (WP What)) (SQ (VBD did) (NP (NNP New) (NNP York)) (VP (VB enact) (SBAR (WHNP (WDT that)) (S (VP (VBD replaced) (NP (JJ traditional) (NML (JJ common) (NN law)) (NN proceeding))))))) (. ?)) | FC | [] | ['that replaced traditional common law proceeding'] | [] | [] | ['What did New York enact that replaced traditional common law proceeding ?'] | 66,812 |
In 2004, a potentially active underwater volcano was found in the Antarctic Peninsula by American and Canadian researchers. | (ROOT (S (PP (IN In) (NP (CD 2004))) (, ,) (NP (DT a) (ADJP (RB potentially) (JJ active)) (JJ underwater) (NN volcano)) (VP (VBD was) (VP (VBN found) (PP (IN in) (NP (DT the) (NNP Antarctic) (NNP Peninsula))) (PP (IN by) (NP (ADJP (JJ American) (CC and) (JJ Canadian)) (NNS researchers))))) (. .))) | 8 | {
"ADJ": [
"active",
"underwater",
"American",
"Canadian"
],
"ADP": [
"In",
"in",
"by"
],
"ADV": [
"potentially"
],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"a",
"the"
],
"INTJ": [],
"NOUN": [
"volcano",
"researchers"
],
"NUM": [
"2004"
],
"PART": [],
"PRON": [],
"PROPN": [
"Antarctic",
"Peninsula"
],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"found"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-ADJP",
"I-ADJP",
"I-ADJP",
"B-NP",
"O"
] | In/prep/found 2004/pobj/In ,/punct/found a/det/volcano potentially/advmod/active active/amod/volcano underwater/amod/volcano volcano/nsubjpass/found was/auxpass/found found/ROOT/found in/prep/found the/det/Peninsula Antarctic/compound/Peninsula Peninsula/pobj/in by/agent/found American/amod/researchers and/cc/American Canadian/conj/American researchers/pobj/by ./punct/found | (S (PP (IN In) (NP (CD 2004))) (, ,) (NP (DT a) (ADJP (RB potentially) (JJ active)) (JJ underwater) (NN volcano)) (VP (VBD was) (VP (VBN found) (PP (IN in) (NP (DT the) (NNP Antarctic) (NNP Peninsula))) (PP (IN by) (NP (ADJP (JJ American) (CC and) (JJ Canadian)) (NNS researchers))))) (. .)) | T | ['a potentially active underwater volcano was found in the Antarctic Peninsula by American and Canadian researchers'] | [] | ['In 2004 , a potentially active underwater volcano was found in the Antarctic Peninsula by American and Canadian researchers .'] | [] | [] | 71,032 |
Why U Madd, an album that was released by D-Dot under the alias of The Madd Rapper; a fictional character he created for a skit on The Notorious B.I.G.'s second and final studio album Life After Death. | (ROOT (NP (WHADVP (WRB Why)) (NP (NNP U) (NNP Madd)) (, ,) (NP (NP (NP (DT an) (NN album)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN released) (PP (IN by) (NP (NNP D) (HYPH -) (NNP Dot))) (PP (IN under) (NP (NP (DT the) (NN alias)) (PP (IN of) (NP (DT The) (NNP Madd) (NNP Rapper)))))))))) (: ;) (NP (NP (DT a) (JJ fictional) (NN character)) (SBAR (S (NP (PRP he)) (VP (VBD created) (PP (IN for) (NP (NP (DT a) (NN skit)) (PP (IN on) (NP (NP (ADJP (NP (DT The) (NNP Notorious) (NNP B.I.G.) (POS 's)) (ADJP (JJ second) (CC and) (JJ final))) (NN studio) (NN album)) (NP (NP (NNP Life)) (PP (IN After) (NP (NNP Death))))))))))))) (. .))) | 15 | {
"ADJ": [
"fictional",
"Notorious",
"second",
"final"
],
"ADP": [
"by",
"under",
"of",
"for",
"on",
"After"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"an",
"the",
"The",
"a",
"a",
"The"
],
"INTJ": [],
"NOUN": [
"album",
"D",
"Dot",
"alias",
"character",
"skit",
"B.I.G.",
"studio",
"album",
"Life"
],
"NUM": [],
"PART": [
"'s"
],
"PRON": [
"that",
"he"
],
"PROPN": [
"U",
"Madd",
"Madd",
"Rapper",
"Death"
],
"PUNCT": [
",",
"-",
";",
"."
],
"SCONJ": [
"Why"
],
"SPACE": [],
"SYM": [],
"VERB": [
"released",
"created"
],
"X": []
} | [
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I... | Why/advmod/Madd U/compound/Madd Madd/ROOT/Madd ,/punct/Madd an/det/album album/appos/Madd that/nsubjpass/released was/auxpass/released released/relcl/album by/agent/released D/compound/Dot -/punct/Dot Dot/pobj/by under/prep/released the/det/alias alias/pobj/under of/prep/alias The/det/Rapper Madd/compound/Rapper Rapper/pobj/of ;/punct/Madd a/det/character fictional/amod/character character/appos/Madd he/nsubj/created created/relcl/character for/prep/created a/det/skit skit/pobj/for on/prep/skit The/det/B.I.G. Notorious/compound/B.I.G. B.I.G./poss/album 's/case/B.I.G. second/amod/album and/cc/second final/conj/second studio/compound/album album/pobj/on Life/appos/album After/prep/album Death/pobj/After ./punct/Madd | (NP (WHADVP (WRB Why)) (NP (NNP U) (NNP Madd)) (, ,) (NP (NP (NP (DT an) (NN album)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN released) (PP (IN by) (NP (NNP D) (HYPH -) (NNP Dot))) (PP (IN under) (NP (NP (DT the) (NN alias)) (PP (IN of) (NP (DT The) (NNP Madd) (NNP Rapper)))))))))) (: ;) (NP (NP (DT a) (JJ fictional) (NN character)) (SBAR (S (NP (PRP he)) (VP (VBD created) (PP (IN for) (NP (NP (DT a) (NN skit)) (PP (IN on) (NP (NP (ADJP (NP (DT The) (NNP Notorious) (NNP B.I.G.) (POS 's)) (ADJP (JJ second) (CC and) (JJ final))) (NN studio) (NN album)) (NP (NP (NNP Life)) (PP (IN After) (NP (NNP Death))))))))))))) (. .)) | FC | [] | ['that was released by D - Dot under the alias of The Madd Rapper', "he created for a skit on The Notorious B.I.G. 's second and final studio album Life After Death"] | [] | [] | ["Why U Madd , an album that was released by D - Dot under the alias of The Madd Rapper ; a fictional character he created for a skit on The Notorious B.I.G. 's second and final studio album Life After Death ."] | 18,177 |
After melting, homogenization and refining (removal of bubbles), the glass is formed. | (ROOT (S (PP (IN After) (NP (NP (NN melting) (, ,) (NN homogenization) (CC and) (NN refining)) (-LRB- -LRB-) (NP (NP (NN removal)) (PP (IN of) (NP (NNS bubbles)))) (-RRB- -RRB-))) (, ,) (NP (DT the) (NN glass)) (VP (VBZ is) (VP (VBN formed))) (. .))) | 8 | {
"ADJ": [],
"ADP": [
"After",
"of"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [
"homogenization",
"refining",
"removal",
"bubbles",
"glass"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
",",
"(",
")",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"melting",
"formed"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"O"
] | After/prep/formed melting/pcomp/After ,/punct/melting homogenization/conj/melting and/cc/homogenization refining/conj/homogenization (/punct/removal removal/preconj/After of/prep/removal bubbles/pobj/of )/punct/removal ,/punct/formed the/det/glass glass/nsubjpass/formed is/auxpass/formed formed/ROOT/formed ./punct/formed | (S (PP (IN After) (NP (NP (NN melting) (, ,) (NN homogenization) (CC and) (NN refining)) (-LRB- -LRB-) (NP (NP (NN removal)) (PP (IN of) (NP (NNS bubbles)))) (-RRB- -RRB-))) (, ,) (NP (DT the) (NN glass)) (VP (VBZ is) (VP (VBN formed))) (. .)) | T | ['the glass is formed'] | [] | ['After melting , homogenization and refining -LRB- removal of bubbles -RRB- , the glass is formed .'] | [] | [] | 41,161 |
The lowering of the diphthongs has long been current in many Dutch dialects, and is comparable to the English Great Vowel Shift, and the diphthongisation of long high vowels in Modern High German, which centuries earlier reached the state now found in Polder Dutch. | (ROOT (S (NP (NP (DT The) (NN lowering)) (PP (IN of) (NP (DT the) (NNS diphthongs)))) (VP (VP (VBZ has) (ADVP (RB long)) (VP (VBN been) (ADJP (JJ current)) (PP (IN in) (NP (JJ many) (JJ Dutch) (NNS dialects))))) (, ,) (CC and) (VP (VBZ is) (ADJP (JJ comparable) (PP (IN to) (NP (NP (DT the) (NNP English) (NNP Great) (NNP Vowel) (NNP Shift)) (, ,) (CC and) (NP (NP (DT the) (NN diphthongisation)) (PP (IN of) (NP (JJ long) (JJ high) (NNS vowels))) (PP (IN in) (NP (NP (NNP Modern) (JJ High) (NNP German)) (, ,) (SBAR (WHNP (WDT which)) (S (ADVP (NP (NNS centuries)) (RBR earlier)) (VP (VBD reached) (NP (NP (DT the) (NN state)) (VP (ADVP (RB now)) (VBN found) (PP (IN in) (NP (NNP Polder) (NNP Dutch)))))))))))))))) (. .))) | 18 | {
"ADJ": [
"current",
"many",
"Dutch",
"comparable",
"long",
"high",
"High"
],
"ADP": [
"of",
"in",
"to",
"of",
"in",
"in"
],
"ADV": [
"long",
"earlier",
"now"
],
"AUX": [
"has",
"been",
"is"
],
"CCONJ": [
"and",
"and"
],
"DET": [
"The",
"the",
"the",
"the",
"which",
"the"
],
"INTJ": [],
"NOUN": [
"lowering",
"diphthongs",
"dialects",
"Vowel",
"diphthongisation",
"vowels",
"centuries",
"state"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"English",
"Great",
"Shift",
"Modern",
"German",
"Polder",
"Dutch"
],
"PUNCT": [
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"reached",
"found"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-VP",
"B-ADJP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-ADJP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
... | The/det/lowering lowering/nsubj/been of/prep/lowering the/det/diphthongs diphthongs/pobj/of has/aux/been long/advmod/been been/ROOT/been current/acomp/been in/prep/been many/amod/dialects Dutch/amod/dialects dialects/pobj/in ,/punct/been and/cc/been is/conj/been comparable/acomp/is to/prep/comparable the/det/Shift English/compound/Shift Great/compound/Vowel Vowel/compound/Shift Shift/pobj/to ,/punct/is and/cc/is the/det/diphthongisation diphthongisation/nsubj/reached of/prep/diphthongisation long/amod/vowels high/amod/vowels vowels/pobj/of in/prep/diphthongisation Modern/compound/German High/amod/German German/pobj/in ,/punct/German which/det/centuries centuries/npadvmod/earlier earlier/advmod/reached reached/conj/is the/det/state state/dobj/reached now/advmod/found found/acl/state in/prep/found Polder/compound/Dutch Dutch/pobj/in ./punct/reached | (S (NP (NP (DT The) (NN lowering)) (PP (IN of) (NP (DT the) (NNS diphthongs)))) (VP (VP (VBZ has) (ADVP (RB long)) (VP (VBN been) (ADJP (JJ current)) (PP (IN in) (NP (JJ many) (JJ Dutch) (NNS dialects))))) (, ,) (CC and) (VP (VBZ is) (ADJP (JJ comparable) (PP (IN to) (NP (NP (DT the) (NNP English) (NNP Great) (NNP Vowel) (NNP Shift)) (, ,) (CC and) (NP (NP (DT the) (NN diphthongisation)) (PP (IN of) (NP (JJ long) (JJ high) (NNS vowels))) (PP (IN in) (NP (NP (NNP Modern) (JJ High) (NNP German)) (, ,) (SBAR (WHNP (WDT which)) (S (ADVP (NP (NNS centuries)) (RBR earlier)) (VP (VBD reached) (NP (NP (DT the) (NN state)) (VP (ADVP (RB now)) (VBN found) (PP (IN in) (NP (NNP Polder) (NNP Dutch)))))))))))))))) (. .)) | CT | ['The lowering of the diphthongs has long been current in many Dutch dialects , and is comparable to the English Great Vowel Shift , and the diphthongisation of long high vowels in Modern High German , which centuries earlier reached the state now found in Polder Dutch'] | ['which centuries earlier reached the state now found in Polder Dutch'] | [] | ['The lowering of the diphthongs has long been current in many Dutch dialects , and is comparable to the English Great Vowel Shift , and the diphthongisation of long high vowels in Modern High German , which centuries earlier reached the state now found in Polder Dutch .'] | [] | 53,042 |
Planned surveillance of the U.S. fleet by long range seaplane did not happen (as a result of an abortive identical operation in March), so Fletcher's carriers were able to proceed to a flanking position without being detected. | (ROOT (S (S (NP (NP (VBN Planned) (NN surveillance)) (PP (IN of) (NP (DT the) (NNP U.S.) (NN fleet))) (PP (IN by) (NP (NML (JJ long) (NN range)) (NN seaplane)))) (VP (VBD did) (RB not) (VP (VB happen) (-LRB- -LRB-) (PP (IN as) (NP (NP (DT a) (NN result)) (PP (IN of) (NP (NP (DT an) (JJ abortive) (JJ identical) (NN operation)) (PP (IN in) (NP (NNP March))))))) (-RRB- -RRB-)))) (, ,) (IN so) (S (NP (NP (NNP Fletcher) (POS 's)) (NNS carriers)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB proceed) (PP (IN to) (NP (DT a) (VBG flanking) (NN position))) (PP (IN without) (S (VP (VBG being) (VP (VBN detected))))))))))) (. .))) | 13 | {
"ADJ": [
"long",
"abortive",
"identical",
"able"
],
"ADP": [
"of",
"by",
"as",
"of",
"in",
"to",
"without"
],
"ADV": [
"so"
],
"AUX": [
"did",
"were",
"being"
],
"CCONJ": [],
"DET": [
"the",
"a",
"an",
"a"
],
"INTJ": [],
"NOUN": [
"surveillance",
"fleet",
"range",
"seaplane",
"result",
"operation",
"carriers",
"flanking",
"position"
],
"NUM": [],
"PART": [
"not",
"'s",
"to"
],
"PRON": [],
"PROPN": [
"U.S.",
"March",
"Fletcher"
],
"PUNCT": [
"(",
")",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"Planned",
"happen",
"proceed",
"detected"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"O",
"O",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-ADJP",
"B-VP"... | Planned/amod/surveillance surveillance/nsubj/happen of/prep/surveillance the/det/fleet U.S./compound/fleet fleet/pobj/of by/prep/surveillance long/amod/range range/compound/seaplane seaplane/pobj/by did/aux/happen not/neg/happen happen/ccomp/were (/punct/happen as/prep/happen a/det/result result/pobj/as of/prep/result an/det/operation abortive/amod/operation identical/amod/operation operation/pobj/of in/prep/operation March/pobj/in )/punct/happen ,/punct/were so/advmod/were Fletcher/poss/carriers 's/case/Fletcher carriers/nsubj/were were/ROOT/were able/acomp/were to/aux/proceed proceed/xcomp/able to/prep/proceed a/det/position flanking/compound/position position/pobj/to without/prep/proceed being/auxpass/detected detected/pcomp/without ./punct/were | (S (S (NP (NP (VBN Planned) (NN surveillance)) (PP (IN of) (NP (DT the) (NNP U.S.) (NN fleet))) (PP (IN by) (NP (NML (JJ long) (NN range)) (NN seaplane)))) (VP (VBD did) (RB not) (VP (VB happen) (-LRB- -LRB-) (PP (IN as) (NP (NP (DT a) (NN result)) (PP (IN of) (NP (NP (DT an) (JJ abortive) (JJ identical) (NN operation)) (PP (IN in) (NP (NNP March))))))) (-RRB- -RRB-)))) (, ,) (IN so) (S (NP (NP (NNP Fletcher) (POS 's)) (NNS carriers)) (VP (VBD were) (ADJP (JJ able) (S (VP (TO to) (VP (VB proceed) (PP (IN to) (NP (DT a) (VBG flanking) (NN position))) (PP (IN without) (S (VP (VBG being) (VP (VBN detected))))))))))) (. .)) | T | ['Planned surveillance of the U.S. fleet by long range seaplane did not happen -LRB- as a result of an abortive identical operation in March -RRB-', "Fletcher 's carriers were able to proceed to a flanking position without being detected"] | [] | ["Planned surveillance of the U.S. fleet by long range seaplane did not happen -LRB- as a result of an abortive identical operation in March -RRB- , so Fletcher 's carriers were able to proceed to a flanking position without being detected ."] | [] | [] | 54,775 |
What is the lowest altitude where acclimatization or a suit is not needed to prevent sickness in humans? | (ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (NP (DT the) (JJS lowest) (NN altitude)) (SBAR (WHADVP (WRB where)) (S (NP (NP (NN acclimatization)) (CC or) (NP (DT a) (NN suit))) (VP (VBZ is) (RB not) (VP (VBN needed) (S (VP (TO to) (VP (VB prevent) (NP (NP (NN sickness)) (PP (IN in) (NP (NNS humans)))))))))))))) (. ?))) | 16 | {
"ADJ": [
"lowest"
],
"ADP": [
"in"
],
"ADV": [],
"AUX": [
"is",
"is"
],
"CCONJ": [
"or"
],
"DET": [
"the",
"a"
],
"INTJ": [],
"NOUN": [
"altitude",
"acclimatization",
"suit",
"sickness",
"humans"
],
"NUM": [],
"PART": [
"not",
"to"
],
"PRON": [
"What"
],
"PROPN": [],
"PUNCT": [
"?"
],
"SCONJ": [
"where"
],
"SPACE": [],
"SYM": [],
"VERB": [
"needed",
"prevent"
],
"X": []
} | [
"O",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"I-VP",
"B-NP",
"B-PP",
"B-NP",
"O"
] | What/attr/is is/ROOT/is the/det/altitude lowest/amod/altitude altitude/attr/is where/advmod/needed acclimatization/nsubjpass/needed or/cc/acclimatization a/det/suit suit/conj/acclimatization is/auxpass/needed not/neg/needed needed/relcl/altitude to/aux/prevent prevent/advcl/needed sickness/dobj/prevent in/prep/prevent humans/pobj/in ?/punct/is | (SBARQ (WHNP (WP What)) (SQ (VP (VBZ is) (NP (NP (DT the) (JJS lowest) (NN altitude)) (SBAR (WHADVP (WRB where)) (S (NP (NP (NN acclimatization)) (CC or) (NP (DT a) (NN suit))) (VP (VBZ is) (RB not) (VP (VBN needed) (S (VP (TO to) (VP (VB prevent) (NP (NP (NN sickness)) (PP (IN in) (NP (NNS humans)))))))))))))) (. ?)) | FC | [] | ['where acclimatization or a suit is not needed to prevent sickness in humans'] | [] | [] | ['What is the lowest altitude where acclimatization or a suit is not needed to prevent sickness in humans ?'] | 27,232 |
For many poor families with children, it is the primary and sometimes the only source of income. | (ROOT (S (PP (IN For) (NP (NP (JJ many) (JJ poor) (NNS families)) (PP (IN with) (NP (NNS children))))) (, ,) (NP (PRP it)) (VP (VBZ is) (NP (NP (NP (DT the) (JJ primary)) (CC and) (ADVP (RB sometimes)) (NP (DT the) (JJ only) (NN source))) (PP (IN of) (NP (NN income))))) (. .))) | 7 | {
"ADJ": [
"many",
"poor",
"only"
],
"ADP": [
"For",
"with",
"of"
],
"ADV": [
"sometimes"
],
"AUX": [
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"families",
"children",
"primary",
"source",
"income"
],
"NUM": [],
"PART": [],
"PRON": [
"it"
],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-ADVP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"O"
] | For/prep/is many/amod/families poor/amod/families families/pobj/For with/prep/families children/pobj/with ,/punct/is it/nsubj/is is/ROOT/is the/det/primary primary/attr/is and/cc/primary sometimes/advmod/source the/det/source only/amod/source source/conj/primary of/prep/source income/pobj/of ./punct/is | (S (PP (IN For) (NP (NP (JJ many) (JJ poor) (NNS families)) (PP (IN with) (NP (NNS children))))) (, ,) (NP (PRP it)) (VP (VBZ is) (NP (NP (NP (DT the) (JJ primary)) (CC and) (ADVP (RB sometimes)) (NP (DT the) (JJ only) (NN source))) (PP (IN of) (NP (NN income))))) (. .)) | T | ['it is the primary and sometimes the only source of income'] | [] | ['For many poor families with children , it is the primary and sometimes the only source of income .'] | [] | [] | 73,036 |
In Greek history, the Achaemenid Empire is considered as the antagonist of the Greek city states, for the emancipation of slaves including the Jewish exiles in Babylon, building infrastructures such as road and postal systems, and the use of an official language, the Imperial Aramaic, throughout its territories. | (ROOT (S (PP (IN In) (NP (JJ Greek) (NN history))) (, ,) (NP (DT the) (NNP Achaemenid) (NNP Empire)) (VP (VBZ is) (VP (VBN considered) (PP (IN as) (NP (NP (DT the) (NN antagonist)) (PP (IN of) (NP (DT the) (JJ Greek) (NN city) (NNS states))))) (, ,) (PP (IN for) (NP (NP (NP (DT the) (NN emancipation)) (PP (IN of) (NP (NP (NNS slaves)) (PP (VBG including) (NP (NP (DT the) (JJ Jewish) (NNS exiles)) (PP (IN in) (NP (NNP Babylon)))))))) (, ,) (S (VP (VBG building) (NP (NP (NNS infrastructures)) (PP (JJ such) (IN as) (NP (UCP (NN road) (CC and) (JJ postal)) (NNS systems)))))) (, ,) (CC and) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (NP (DT an) (JJ official) (NN language)) (, ,) (NP (DT the) (NNP Imperial) (NNP Aramaic)) (, ,))) (PP (IN throughout) (NP (PRP$ its) (NNS territories)))))))) (. .))) | 14 | {
"ADJ": [
"Greek",
"Greek",
"Jewish",
"such",
"postal",
"official"
],
"ADP": [
"In",
"as",
"of",
"for",
"of",
"in",
"as",
"of",
"throughout"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [
"and",
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"the",
"the",
"an",
"the"
],
"INTJ": [],
"NOUN": [
"history",
"antagonist",
"city",
"states",
"emancipation",
"slaves",
"exiles",
"building",
"infrastructures",
"road",
"systems",
"use",
"language",
"territories"
],
"NUM": [],
"PART": [],
"PRON": [
"its"
],
"PROPN": [
"Achaemenid",
"Empire",
"Babylon",
"Imperial",
"Aramaic"
],
"PUNCT": [
",",
",",
",",
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"considered",
"including"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
... | In/prep/considered Greek/amod/history history/pobj/In ,/punct/considered the/det/Empire Achaemenid/compound/Empire Empire/nsubjpass/considered is/auxpass/considered considered/ROOT/considered as/prep/considered the/det/antagonist antagonist/pobj/as of/prep/antagonist the/det/states Greek/amod/city city/compound/states states/pobj/of ,/punct/considered for/prep/considered the/det/emancipation emancipation/pobj/for of/prep/emancipation slaves/pobj/of including/prep/slaves the/det/exiles Jewish/amod/exiles exiles/pobj/including in/prep/exiles Babylon/pobj/in ,/punct/considered building/compound/infrastructures infrastructures/appos/Empire such/amod/as as/prep/infrastructures road/nmod/systems and/cc/road postal/conj/road systems/pobj/as ,/punct/infrastructures and/cc/infrastructures the/det/use use/conj/infrastructures of/prep/use an/det/language official/amod/language language/pobj/of ,/punct/language the/det/Aramaic Imperial/compound/Aramaic Aramaic/appos/language ,/punct/throughout throughout/prep/infrastructures its/poss/territories territories/pobj/throughout ./punct/considered | (S (PP (IN In) (NP (JJ Greek) (NN history))) (, ,) (NP (DT the) (NNP Achaemenid) (NNP Empire)) (VP (VBZ is) (VP (VBN considered) (PP (IN as) (NP (NP (DT the) (NN antagonist)) (PP (IN of) (NP (DT the) (JJ Greek) (NN city) (NNS states))))) (, ,) (PP (IN for) (NP (NP (NP (DT the) (NN emancipation)) (PP (IN of) (NP (NP (NNS slaves)) (PP (VBG including) (NP (NP (DT the) (JJ Jewish) (NNS exiles)) (PP (IN in) (NP (NNP Babylon)))))))) (, ,) (S (VP (VBG building) (NP (NP (NNS infrastructures)) (PP (JJ such) (IN as) (NP (UCP (NN road) (CC and) (JJ postal)) (NNS systems)))))) (, ,) (CC and) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (NP (DT an) (JJ official) (NN language)) (, ,) (NP (DT the) (NNP Imperial) (NNP Aramaic)) (, ,))) (PP (IN throughout) (NP (PRP$ its) (NNS territories)))))))) (. .)) | T | ['the Achaemenid Empire is considered as the antagonist of the Greek city states , for the emancipation of slaves including the Jewish exiles in Babylon , building infrastructures such as road and postal systems , and the use of an official language , the Imperial Aramaic , throughout its territories'] | [] | ['In Greek history , the Achaemenid Empire is considered as the antagonist of the Greek city states , for the emancipation of slaves including the Jewish exiles in Babylon , building infrastructures such as road and postal systems , and the use of an official language , the Imperial Aramaic , throughout its territories .'] | [] | [] | 67,124 |
In 1908, its population had grown massively to 309,331 inhabitants. | (ROOT (S (PP (IN In) (NP (CD 1908))) (, ,) (NP (PRP$ its) (NN population)) (VP (VBD had) (VP (VBN grown) (ADVP (RB massively)) (PP (IN to) (NP (CD 309,331) (NNS inhabitants))))) (. .))) | 7 | {
"ADJ": [],
"ADP": [
"In",
"to"
],
"ADV": [
"massively"
],
"AUX": [
"had"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [
"population",
"inhabitants"
],
"NUM": [
"1908",
"309,331"
],
"PART": [],
"PRON": [
"its"
],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"grown"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | In/prep/grown 1908/pobj/In ,/punct/grown its/poss/population population/nsubj/grown had/aux/grown grown/ROOT/grown massively/advmod/grown to/prep/grown 309,331/nummod/inhabitants inhabitants/pobj/to ./punct/grown | (S (PP (IN In) (NP (CD 1908))) (, ,) (NP (PRP$ its) (NN population)) (VP (VBD had) (VP (VBN grown) (ADVP (RB massively)) (PP (IN to) (NP (CD 309,331) (NNS inhabitants))))) (. .)) | T | ['its population had grown massively to 309,331 inhabitants'] | [] | ['In 1908 , its population had grown massively to 309,331 inhabitants .'] | [] | [] | 54,858 |
ə-POT-rə-PEE-əs; Ἀποτρόπαιος, Apotropaios, from ἀποτρέπειν, "to avert"), and Epicurius (/ˌɛpᵻˈkjʊriəs/ EP-i-KEWR-ee-əs; Ἐπικούριος, Epikourios, from ἐπικουρέειν, "to aid"), and Archegetes (/ɑːrˈkɛdʒətiːz/ ar-KEJ-ə-teez; Ἀρχηγέτης, Arkhēgetēs, literally "founder"), Clarius (/ˈklæriəs/ KLARR-ee-əs; Κλάριος, Klārios, from Doric κλάρος, "allotted lot"), and Genetor ( | (ROOT (PRN (SBAR (LS ə) (HYPH -) (NP (NNP POT) (HYPH -) (SYM rə) (HYPH -) (NNP PEE) (HYPH -) (POS əs)) (: ;) (NP (-LRB- Ἀποτρόπαιος)) (, ,) (NP (NP (NNP Apotropaios)) (, ,) (PP (IN from) (NP (NNP ἀποτρέπειν)))) (, ,) (`` ") (S (VP (TO to) (VP (VB avert)))) (-RRB- ") (-RRB- -RRB-) (, ,) (CC and) (NP (NNP Epicurius)) (-LRB- -LRB-) (NP (-LRB- /ˌɛpᵻˈkjʊriəs/) (NNP EP) (HYPH -) (FW i) (HYPH -) (NNP KEWR) (HYPH -) (NN ee) (HYPH -) (NNS əs)) (: ;) (NP (FW Ἐπικούριος)) (, ,) (NP (NNP Epikourios)) (, ,) (PP (PP (IN from) (NP (-LRB- ἐπικουρέειν))) (, ,) (`` ") (S (VP (TO to) (VP (NN aid))))) (-RRB- ") (-RRB- -RRB-) (, ,) (CC and) (NP (NNP Archegetes)) (-LRB- -LRB-) (-LRB- /ɑːrˈkɛdʒətiːz/) (NP (NNP ar) (HYPH -) (NNP KEJ) (HYPH -) (NN ə) (HYPH -) (NNP teez)) (: ;) (-LRB- Ἀρχηγέτης) (, ,) (NP (FW Arkhēgetēs)) (, ,) (ADVP (RB literally)) (`` ") (NP (NP (NP (NP (NP (NP (NN founder)) (-RRB- ") (-RRB- -RRB-) (, ,) (NP (NP (NP (NP (NNP Clarius)) (-LRB- -LRB-) (SYM /ˈklæriəs/) (NP (NP (NNP KLARR) (HYPH -) (NN ee)) (HYPH -) (NNPS əs))) (: ;) (-LRB- Κλάριος)) (, ,) (NP (NNP Klārios) (, ,) (IN from) (NNP Doric)))) (-LRB- κλάρος)) (, ,) (`` ") (NP (VBN allotted) (NN lot))) (-RRB- ") (-RRB- -RRB-)) (, ,) (CC and) (NP (NNP Genetor))) (-LRB- -LRB-)))) | 14 | {
"ADJ": [
"ar",
"Doric"
],
"ADP": [
"from",
"from",
"from"
],
"ADV": [
"PEE",
"literally"
],
"AUX": [],
"CCONJ": [
"and",
"and",
"and"
],
"DET": [],
"INTJ": [],
"NOUN": [
"rə",
"əs",
"ἀποτρέπειν",
"EP",
"i",
"ἐπικουρέειν",
"founder",
"κλάρος",
"lot"
],
"NUM": [],
"PART": [
"to",
"to"
],
"PRON": [],
"PROPN": [
"POT",
"Ἀποτρόπαιος",
"Apotropaios",
"Epicurius",
"/ˌɛpᵻˈkjʊriəs/",
"KEWR",
"ee",
"əs",
"Ἐπικούριος",
"Epikourios",
"Archegetes",
"/ɑːrˈkɛdʒətiːz/",
"KEJ",
"ə",
"teez",
"Ἀρχηγέτης",
"Arkhēgetēs",
"Clarius",
"/ˈklæriəs/",
"KLARR",
"ee",
"əs",
"Κλάριος",
"Klārios",
"Genetor"
],
"PUNCT": [
"-",
"-",
"-",
"-",
";",
",",
",",
",",
"\"",
"\"",
")",
",",
"(",
"-",
"-",
"-",
"-",
";",
",",
",",
",",
"\"",
"\"",
")",
",",
"(",
"-",
"-",
"-",
";",
",",
",",
"\"",
"\"",
")",
",",
"(",
"-",
"-",
";",
",",
",",
",",
"\"",
"\"",
")",
",",
"("
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"avert",
"aid",
"allotted"
],
"X": [
"ə"
]
} | [
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"O",
"B-VP",
"I-VP",
"O",
"O",
"O",
"O",
"B-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
... | ə/meta/rə -/punct/rə POT/nmod/rə -/punct/rə rə/ccomp/avert -/punct/rə PEE/pobj/rə -/punct/rə əs/pobj/rə ;/punct/avert Ἀποτρόπαιος/nsubj/avert ,/punct/Ἀποτρόπαιος Apotropaios/appos/Ἀποτρόπαιος ,/punct/Apotropaios from/prep/Ἀποτρόπαιος ἀποτρέπειν/pobj/from ,/punct/Ἀποτρόπαιος "/punct/Ἀποτρόπαιος to/aux/avert avert/ROOT/avert "/punct/avert )/punct/avert ,/punct/avert and/cc/avert Epicurius/conj/avert (/punct/Epicurius /ˌɛpᵻˈkjʊriəs//appos/Epicurius EP/nmod/KEWR -/punct/EP i/dobj/EP -/punct/KEWR KEWR/compound/ee -/punct/KEWR ee/intj/Epicurius -/punct/Epicurius əs/appos/Epicurius ;/punct/Epicurius Ἐπικούριος/conj/Epicurius ,/punct/Ἐπικούριος Epikourios/appos/Ἐπικούριος ,/punct/Ἐπικούριος from/prep/Epicurius ἐπικουρέειν/pobj/from ,/punct/Epicurius "/punct/Epicurius to/aux/aid aid/relcl/Epicurius "/punct/Epicurius )/punct/Epicurius ,/punct/Epicurius and/cc/Epicurius Archegetes/conj/Epicurius (/punct/Archegetes /ɑːrˈkɛdʒətiːz//nmod/teez ar/compound/teez -/punct/teez KEJ/nmod/teez -/punct/KEJ ə/compound/teez -/punct/teez teez/appos/Archegetes ;/punct/Archegetes Ἀρχηγέτης/appos/Epicurius ,/punct/Ἀρχηγέτης Arkhēgetēs/appos/Ἀρχηγέτης ,/punct/Ἀρχηγέτης literally/advmod/founder "/punct/founder founder/appos/Ἀρχηγέτης "/punct/Ἀρχηγέτης )/punct/Epicurius ,/punct/Epicurius Clarius/appos/Epicurius (/punct/Clarius /ˈklæriəs//punct/Clarius KLARR/compound/ee -/punct/ee ee/conj/Clarius -/punct/ee əs/conj/Clarius ;/punct/Clarius Κλάριος/conj/Clarius ,/punct/Κλάριος Klārios/conj/Κλάριος ,/punct/Κλάριος from/prep/Κλάριος Doric/amod/κλάρος κλάρος/pobj/from ,/punct/Epicurius "/punct/lot allotted/amod/lot lot/appos/Epicurius "/punct/Epicurius )/punct/Epicurius ,/punct/Epicurius and/cc/Epicurius Genetor/conj/Epicurius (/punct/Epicurius | (PRN (SBAR (LS ə) (HYPH -) (NP (NNP POT) (HYPH -) (SYM rə) (HYPH -) (NNP PEE) (HYPH -) (POS əs)) (: ;) (NP (-LRB- Ἀποτρόπαιος)) (, ,) (NP (NP (NNP Apotropaios)) (, ,) (PP (IN from) (NP (NNP ἀποτρέπειν)))) (, ,) (`` ") (S (VP (TO to) (VP (VB avert)))) (-RRB- ") (-RRB- -RRB-) (, ,) (CC and) (NP (NNP Epicurius)) (-LRB- -LRB-) (NP (-LRB- /ˌɛpᵻˈkjʊriəs/) (NNP EP) (HYPH -) (FW i) (HYPH -) (NNP KEWR) (HYPH -) (NN ee) (HYPH -) (NNS əs)) (: ;) (NP (FW Ἐπικούριος)) (, ,) (NP (NNP Epikourios)) (, ,) (PP (PP (IN from) (NP (-LRB- ἐπικουρέειν))) (, ,) (`` ") (S (VP (TO to) (VP (NN aid))))) (-RRB- ") (-RRB- -RRB-) (, ,) (CC and) (NP (NNP Archegetes)) (-LRB- -LRB-) (-LRB- /ɑːrˈkɛdʒətiːz/) (NP (NNP ar) (HYPH -) (NNP KEJ) (HYPH -) (NN ə) (HYPH -) (NNP teez)) (: ;) (-LRB- Ἀρχηγέτης) (, ,) (NP (FW Arkhēgetēs)) (, ,) (ADVP (RB literally)) (`` ") (NP (NP (NP (NP (NP (NP (NN founder)) (-RRB- ") (-RRB- -RRB-) (, ,) (NP (NP (NP (NP (NNP Clarius)) (-LRB- -LRB-) (SYM /ˈklæriəs/) (NP (NP (NNP KLARR) (HYPH -) (NN ee)) (HYPH -) (NNPS əs))) (: ;) (-LRB- Κλάριος)) (, ,) (NP (NNP Klārios) (, ,) (IN from) (NNP Doric)))) (-LRB- κλάρος)) (, ,) (`` ") (NP (VBN allotted) (NN lot))) (-RRB- ") (-RRB- -RRB-)) (, ,) (CC and) (NP (NNP Genetor))) (-LRB- -LRB-))) | FC | [] | ['ə - POT - rə - PEE - əs ; Ἀποτρόπαιος , Apotropaios , from ἀποτρέπειν , " to avert " -RRB- , and Epicurius -LRB- /ˌɛpᵻˈkjʊriəs/ EP - i - KEWR - ee - əs ; Ἐπικούριος , Epikourios , from ἐπικουρέειν , " to aid " -RRB- , and Archegetes -LRB- /ɑːrˈkɛdʒətiːz/ ar - KEJ - ə - teez ; Ἀρχηγέτης , Arkhēgetēs , literally " founder " -RRB- , Clarius -LRB- /ˈklæriəs/ KLARR - ee - əs ; Κλάριος , Klārios , from Doric κλάρος , " allotted lot " -RRB- , and Genetor -LRB-'] | [] | [] | ['ə - POT - rə - PEE - əs ; Ἀποτρόπαιος , Apotropaios , from ἀποτρέπειν , " to avert " -RRB- , and Epicurius -LRB- /ˌɛpᵻˈkjʊriəs/ EP - i - KEWR - ee - əs ; Ἐπικούριος , Epikourios , from ἐπικουρέειν , " to aid " -RRB- , and Archegetes -LRB- /ɑːrˈkɛdʒətiːz/ ar - KEJ - ə - teez ; Ἀρχηγέτης , Arkhēgetēs , literally " founder " -RRB- , Clarius -LRB- /ˈklæriəs/ KLARR - ee - əs ; Κλάριος , Klārios , from Doric κλάρος , " allotted lot " -RRB- , and Genetor -LRB-'] | 39,259 |
However, if the number of states is not known, then it only belongs to all classes from Class II on. | (ROOT (S (ADVP (RB However)) (, ,) (SBAR (IN if) (S (NP (NP (DT the) (NN number)) (PP (IN of) (NP (NNS states)))) (VP (VBZ is) (RB not) (VP (VBN known))))) (, ,) (ADVP (RB then)) (NP (PRP it)) (ADVP (RB only)) (VP (VBZ belongs) (PP (IN to) (NP (NP (DT all) (NNS classes)) (PP (PP (IN from) (NP (NNP Class) (NNP II))) (ADVP (IN on)))))) (. .))) | 9 | {
"ADJ": [],
"ADP": [
"of",
"to",
"from",
"on"
],
"ADV": [
"However",
"then",
"only"
],
"AUX": [
"is"
],
"CCONJ": [],
"DET": [
"the",
"all"
],
"INTJ": [],
"NOUN": [
"number",
"states",
"classes"
],
"NUM": [],
"PART": [
"not"
],
"PRON": [
"it"
],
"PROPN": [
"Class",
"II"
],
"PUNCT": [
",",
",",
"."
],
"SCONJ": [
"if"
],
"SPACE": [],
"SYM": [],
"VERB": [
"known",
"belongs"
],
"X": []
} | [
"B-ADVP",
"O",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"O",
"B-ADVP",
"B-NP",
"B-ADVP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-ADVP",
"O"
] | However/advmod/belongs ,/punct/belongs if/mark/known the/det/number number/nsubjpass/known of/prep/number states/pobj/of is/auxpass/known not/neg/known known/advcl/belongs ,/punct/belongs then/advmod/belongs it/nsubj/belongs only/advmod/belongs belongs/ROOT/belongs to/prep/belongs all/det/classes classes/pobj/to from/prep/belongs Class/compound/II II/pobj/from on/advmod/belongs ./punct/belongs | (S (ADVP (RB However)) (, ,) (SBAR (IN if) (S (NP (NP (DT the) (NN number)) (PP (IN of) (NP (NNS states)))) (VP (VBZ is) (RB not) (VP (VBN known))))) (, ,) (ADVP (RB then)) (NP (PRP it)) (ADVP (RB only)) (VP (VBZ belongs) (PP (IN to) (NP (NP (DT all) (NNS classes)) (PP (PP (IN from) (NP (NNP Class) (NNP II))) (ADVP (IN on)))))) (. .)) | CT | ['it belongs to all classes from Class II on'] | ['if the number of states is not known'] | [] | ['However , if the number of states is not known , then it only belongs to all classes from Class II on .'] | [] | 51,245 |
The Civic Center is a major center for hospitals, research institutes, medical centers, and biotechnology industries. | (ROOT (S (NP (DT The) (NNP Civic) (NNP Center)) (VP (VBZ is) (NP (NP (DT a) (JJ major) (NN center)) (PP (IN for) (NP (NP (NNS hospitals)) (, ,) (NP (NN research) (NNS institutes)) (, ,) (NP (JJ medical) (NNS centers)) (, ,) (CC and) (NP (NN biotechnology) (NNS industries)))))) (. .))) | 8 | {
"ADJ": [
"major",
"medical"
],
"ADP": [
"for"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [
"and"
],
"DET": [
"The",
"a"
],
"INTJ": [],
"NOUN": [
"center",
"hospitals",
"research",
"institutes",
"centers",
"biotechnology",
"industries"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Civic",
"Center"
],
"PUNCT": [
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | The/det/Center Civic/compound/Center Center/nsubj/is is/ROOT/is a/det/center major/amod/center center/attr/is for/prep/center hospitals/pobj/for ,/punct/hospitals research/compound/institutes institutes/conj/hospitals ,/punct/institutes medical/amod/centers centers/conj/institutes ,/punct/centers and/cc/centers biotechnology/compound/industries industries/conj/centers ./punct/is | (S (NP (DT The) (NNP Civic) (NNP Center)) (VP (VBZ is) (NP (NP (DT a) (JJ major) (NN center)) (PP (IN for) (NP (NP (NNS hospitals)) (, ,) (NP (NN research) (NNS institutes)) (, ,) (NP (JJ medical) (NNS centers)) (, ,) (CC and) (NP (NN biotechnology) (NNS industries)))))) (. .)) | T | ['The Civic Center is a major center for hospitals , research institutes , medical centers , and biotechnology industries'] | [] | ['The Civic Center is a major center for hospitals , research institutes , medical centers , and biotechnology industries .'] | [] | [] | 24,628 |
The right incidentally extends to the pitch of St. James' Park, Newcastle United Football Club's ground, though this is not exercised, although the Freemen do collect rent for the loss of privilege. | (ROOT (S (NP (DT The) (NN right)) (ADVP (RB incidentally)) (VP (VBZ extends) (PP (IN to) (NP (NP (DT the) (NN pitch)) (PP (IN of) (NP (NP (NP (NNP St.) (NNP James) (POS ')) (NNP Park)) (, ,) (NP (NP (NNP Newcastle) (NNP United) (NNP Football) (NNP Club) (POS 's)) (NN ground)))))) (, ,) (SBAR (IN though) (S (NP (DT this)) (VP (VBZ is) (RB not) (VP (VBN exercised))))) (, ,) (SBAR (IN although) (S (NP (DT the) (NNPS Freemen)) (VP (VBP do) (VP (VB collect) (NP (NN rent)) (PP (IN for) (NP (NP (DT the) (NN loss)) (PP (IN of) (NP (NN privilege)))))))))) (. .))) | 12 | {
"ADJ": [],
"ADP": [
"to",
"of",
"for",
"of"
],
"ADV": [
"incidentally"
],
"AUX": [
"is",
"do"
],
"CCONJ": [],
"DET": [
"The",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"right",
"pitch",
"ground",
"Freemen",
"rent",
"loss",
"privilege"
],
"NUM": [],
"PART": [
"'",
"'s",
"not"
],
"PRON": [
"this"
],
"PROPN": [
"St.",
"James",
"Park",
"Newcastle",
"United",
"Football",
"Club"
],
"PUNCT": [
",",
",",
",",
"."
],
"SCONJ": [
"though",
"although"
],
"SPACE": [],
"SYM": [],
"VERB": [
"extends",
"exercised",
"collect"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"O",
"B-NP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
... | The/det/right right/nsubj/extends incidentally/advmod/extends extends/ROOT/extends to/prep/extends the/det/pitch pitch/pobj/to of/prep/pitch St./compound/James James/poss/Park '/case/James Park/pobj/of ,/punct/Park Newcastle/compound/Club United/compound/Club Football/compound/Club Club/poss/ground 's/case/Club ground/appos/Park ,/punct/extends though/mark/exercised this/nsubjpass/exercised is/auxpass/exercised not/neg/exercised exercised/advcl/extends ,/punct/exercised although/mark/collect the/det/Freemen Freemen/nsubj/collect do/aux/collect collect/advcl/exercised rent/dobj/collect for/prep/rent the/det/loss loss/pobj/for of/prep/loss privilege/pobj/of ./punct/extends | (S (NP (DT The) (NN right)) (ADVP (RB incidentally)) (VP (VBZ extends) (PP (IN to) (NP (NP (DT the) (NN pitch)) (PP (IN of) (NP (NP (NP (NNP St.) (NNP James) (POS ')) (NNP Park)) (, ,) (NP (NP (NNP Newcastle) (NNP United) (NNP Football) (NNP Club) (POS 's)) (NN ground)))))) (, ,) (SBAR (IN though) (S (NP (DT this)) (VP (VBZ is) (RB not) (VP (VBN exercised))))) (, ,) (SBAR (IN although) (S (NP (DT the) (NNPS Freemen)) (VP (VBP do) (VP (VB collect) (NP (NN rent)) (PP (IN for) (NP (NP (DT the) (NN loss)) (PP (IN of) (NP (NN privilege)))))))))) (. .)) | CT | ["The right extends to the pitch of St. James ' Park , Newcastle United Football Club 's ground , ,"] | ['though this is not exercised', 'although the Freemen do collect rent for the loss of privilege'] | [] | ["The right incidentally extends to the pitch of St. James ' Park , Newcastle United Football Club 's ground , though this is not exercised , although the Freemen do collect rent for the loss of privilege ."] | [] | 57,575 |
Who was the ruler of the underworld in ancient Egypt? | (ROOT (SBARQ (WHNP (WP Who)) (SQ (VP (VBD was) (NP (NP (DT the) (NN ruler)) (PP (IN of) (NP (DT the) (NN underworld))) (PP (IN in) (NP (JJ ancient) (NNP Egypt)))))) (. ?))) | 8 | {
"ADJ": [
"ancient"
],
"ADP": [
"of",
"in"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"ruler",
"underworld"
],
"NUM": [],
"PART": [],
"PRON": [
"Who"
],
"PROPN": [
"Egypt"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | Who/attr/was was/ROOT/was the/det/ruler ruler/attr/was of/prep/ruler the/det/underworld underworld/pobj/of in/prep/ruler ancient/amod/Egypt Egypt/pobj/in ?/punct/was | (SBARQ (WHNP (WP Who)) (SQ (VP (VBD was) (NP (NP (DT the) (NN ruler)) (PP (IN of) (NP (DT the) (NN underworld))) (PP (IN in) (NP (JJ ancient) (NNP Egypt)))))) (. ?)) | FC | [] | [] | [] | [] | ['Who was the ruler of the underworld in ancient Egypt ?'] | 47,685 |
Yale University is an American private Ivy League research university in New Haven, Connecticut. | (ROOT (S (NP (NNP Yale) (NNP University)) (VP (VBZ is) (NP (NP (DT an) (ADJP (JJ American) (JJ private)) (NML (NNP Ivy) (NNP League)) (NN research) (NN university)) (PP (IN in) (NP (NP (NNP New) (NNP Haven)) (, ,) (NP (NNP Connecticut)))))) (. .))) | 8 | {
"ADJ": [
"American",
"private"
],
"ADP": [
"in"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [],
"DET": [
"an"
],
"INTJ": [],
"NOUN": [
"research",
"university"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Yale",
"University",
"Ivy",
"League",
"New",
"Haven",
"Connecticut"
],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"B-ADJP",
"I-ADJP",
"O",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | Yale/compound/University University/nsubj/is is/ROOT/is an/det/university American/amod/university private/amod/university Ivy/compound/League League/compound/university research/compound/university university/attr/is in/prep/university New/compound/Haven Haven/pobj/in ,/punct/Haven Connecticut/appos/Haven ./punct/is | (S (NP (NNP Yale) (NNP University)) (VP (VBZ is) (NP (NP (DT an) (ADJP (JJ American) (JJ private)) (NML (NNP Ivy) (NNP League)) (NN research) (NN university)) (PP (IN in) (NP (NP (NNP New) (NNP Haven)) (, ,) (NP (NNP Connecticut)))))) (. .)) | T | ['Yale University is an American private Ivy League research university in New Haven , Connecticut'] | [] | ['Yale University is an American private Ivy League research university in New Haven , Connecticut .'] | [] | [] | 34,302 |
One year after its publication To Kill a Mockingbird had been translated into ten languages. | (ROOT (S (PP (NP (CD One) (NN year)) (IN after) (NP (NP (PRP$ its) (NN publication)) (SBAR (S (VP (TO To) (VP (VB Kill) (NP (DT a) (NNP Mockingbird)))))))) (VP (VBD had) (VP (VBN been) (VP (VBN translated) (PP (IN into) (NP (CD ten) (NNS languages)))))) (. .))) | 10 | {
"ADJ": [],
"ADP": [
"after",
"into"
],
"ADV": [],
"AUX": [
"had",
"been"
],
"CCONJ": [],
"DET": [
"a"
],
"INTJ": [],
"NOUN": [
"year",
"publication",
"languages"
],
"NUM": [
"One",
"ten"
],
"PART": [
"To"
],
"PRON": [
"its"
],
"PROPN": [
"Mockingbird"
],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"Kill",
"translated"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | One/nummod/year year/npadvmod/after after/prep/translated its/poss/publication publication/pobj/after To/aux/Kill Kill/acl/publication a/det/Mockingbird Mockingbird/dobj/Kill had/aux/translated been/auxpass/translated translated/ROOT/translated into/prep/translated ten/nummod/languages languages/pobj/into ./punct/translated | (S (PP (NP (CD One) (NN year)) (IN after) (NP (NP (PRP$ its) (NN publication)) (SBAR (S (VP (TO To) (VP (VB Kill) (NP (DT a) (NNP Mockingbird)))))))) (VP (VBD had) (VP (VBN been) (VP (VBN translated) (PP (IN into) (NP (CD ten) (NNS languages)))))) (. .)) | FC | [] | ['To Kill a Mockingbird'] | [] | [] | ['One year after its publication To Kill a Mockingbird had been translated into ten languages .'] | 14,222 |
A pattern of spiking instability in the price of oil over the decade leading up to the price high of 2008 has been recently identified. | (ROOT (S (NP (NP (DT A) (NN pattern)) (PP (IN of) (NP (NP (VBG spiking) (NN instability)) (PP (IN in) (NP (NP (DT the) (NN price)) (PP (IN of) (NP (NN oil))))) (PP (IN over) (NP (NP (DT the) (NN decade)) (VP (VBG leading) (ADVP (RB up) (PP (IN to) (NP (NP (DT the) (NN price) (JJ high)) (PP (IN of) (NP (CD 2008)))))))))))) (VP (VBZ has) (VP (VBN been) (ADVP (RB recently)) (VP (VBN identified)))) (. .))) | 14 | {
"ADJ": [
"high"
],
"ADP": [
"of",
"in",
"of",
"over",
"up",
"to",
"of"
],
"ADV": [
"recently"
],
"AUX": [
"has",
"been"
],
"CCONJ": [],
"DET": [
"A",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"pattern",
"instability",
"price",
"oil",
"decade",
"price"
],
"NUM": [
"2008"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"spiking",
"leading",
"identified"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"B-ADVP",
"B-VP",
"O"
] | A/det/pattern pattern/nsubjpass/identified of/prep/pattern spiking/amod/instability instability/pobj/of in/prep/instability the/det/price price/pobj/in of/prep/price oil/pobj/of over/prep/pattern the/det/decade decade/pobj/over leading/acl/pattern up/prep/leading to/prep/up the/det/price price/compound/high high/pobj/to of/prep/high 2008/pobj/of has/aux/identified been/auxpass/identified recently/advmod/identified identified/ROOT/identified ./punct/identified | (S (NP (NP (DT A) (NN pattern)) (PP (IN of) (NP (NP (VBG spiking) (NN instability)) (PP (IN in) (NP (NP (DT the) (NN price)) (PP (IN of) (NP (NN oil))))) (PP (IN over) (NP (NP (DT the) (NN decade)) (VP (VBG leading) (ADVP (RB up) (PP (IN to) (NP (NP (DT the) (NN price) (JJ high)) (PP (IN of) (NP (CD 2008)))))))))))) (VP (VBZ has) (VP (VBN been) (ADVP (RB recently)) (VP (VBN identified)))) (. .)) | T | ['A pattern of spiking instability in the price of oil over the decade leading up to the price high of 2008 has been recently identified'] | [] | ['A pattern of spiking instability in the price of oil over the decade leading up to the price high of 2008 has been recently identified .'] | [] | [] | 72,165 |
Where did Nasser apply in 1937? | (ROOT (SBARQ (WHADVP (WRB Where)) (SQ (VBD did) (NP (NNP Nasser)) (VP (VB apply) (PP (IN in) (NP (CD 1937))))) (. ?))) | 7 | {
"ADJ": [],
"ADP": [
"in"
],
"ADV": [],
"AUX": [
"did"
],
"CCONJ": [],
"DET": [],
"INTJ": [],
"NOUN": [],
"NUM": [
"1937"
],
"PART": [],
"PRON": [],
"PROPN": [
"Nasser"
],
"PUNCT": [
"?"
],
"SCONJ": [
"Where"
],
"SPACE": [],
"SYM": [],
"VERB": [
"apply"
],
"X": []
} | [
"O",
"O",
"B-NP",
"B-VP",
"B-PP",
"B-NP",
"O"
] | Where/advmod/apply did/aux/apply Nasser/nsubj/apply apply/ROOT/apply in/prep/apply 1937/pobj/in ?/punct/apply | (SBARQ (WHADVP (WRB Where)) (SQ (VBD did) (NP (NNP Nasser)) (VP (VB apply) (PP (IN in) (NP (CD 1937))))) (. ?)) | FC | [] | [] | [] | [] | ['Where did Nasser apply in 1937 ?'] | 71,528 |
Worldwide consumption of paper has risen by 400% in the past 40 years leading to increase in deforestation, with 35% of harvested trees being used for paper manufacture. | (ROOT (S (NP (NP (JJ Worldwide) (NN consumption)) (PP (IN of) (NP (NN paper)))) (VP (VBZ has) (VP (VBN risen) (PP (IN by) (NP (CD 400) (NN %))) (PP (IN in) (NP (DT the) (JJ past) (CD 40) (NNS years))) (S (VP (VBG leading) (PP (PP (IN to) (NP (NP (NN increase)) (PP (IN in) (NP (NN deforestation))))) (, ,) (PP (IN with) (S (NP (NP (CD 35) (NN %)) (PP (IN of) (NP (VBN harvested) (NNS trees)))) (VP (VBG being) (VP (VBN used) (PP (IN for) (NP (NN paper) (NN manufacture)))))))))))) (. .))) | 14 | {
"ADJ": [
"Worldwide",
"past"
],
"ADP": [
"of",
"by",
"in",
"to",
"in",
"with",
"of",
"for"
],
"ADV": [],
"AUX": [
"has",
"being"
],
"CCONJ": [],
"DET": [
"the"
],
"INTJ": [],
"NOUN": [
"consumption",
"paper",
"%",
"years",
"deforestation",
"%",
"trees",
"paper",
"manufacture"
],
"NUM": [
"400",
"40",
"35"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"risen",
"leading",
"increase",
"harvested",
"used"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"O"
] | Worldwide/amod/consumption consumption/nsubj/risen of/prep/consumption paper/pobj/of has/aux/risen risen/ROOT/risen by/prep/risen 400/nummod/% %/pobj/by in/prep/risen the/det/years past/amod/years 40/nummod/years years/pobj/in leading/acl/years to/prep/leading increase/pobj/to in/prep/increase deforestation/pobj/in ,/punct/risen with/prep/risen 35/nummod/% %/pobj/with of/prep/% harvested/amod/trees trees/pobj/of being/auxpass/used used/acl/trees for/prep/used paper/compound/manufacture manufacture/pobj/for ./punct/risen | (S (NP (NP (JJ Worldwide) (NN consumption)) (PP (IN of) (NP (NN paper)))) (VP (VBZ has) (VP (VBN risen) (PP (IN by) (NP (CD 400) (NN %))) (PP (IN in) (NP (DT the) (JJ past) (CD 40) (NNS years))) (S (VP (VBG leading) (PP (PP (IN to) (NP (NP (NN increase)) (PP (IN in) (NP (NN deforestation))))) (, ,) (PP (IN with) (S (NP (NP (CD 35) (NN %)) (PP (IN of) (NP (VBN harvested) (NNS trees)))) (VP (VBG being) (VP (VBN used) (PP (IN for) (NP (NN paper) (NN manufacture)))))))))))) (. .)) | T | ['Worldwide consumption of paper has risen by 400 % in the past 40 years leading to increase in deforestation , with 35 % of harvested trees being used for paper manufacture'] | [] | ['Worldwide consumption of paper has risen by 400 % in the past 40 years leading to increase in deforestation , with 35 % of harvested trees being used for paper manufacture .'] | [] | [] | 14,773 |
As the fire was captured on live television, announcer Howard Cosell is wrongly remembered to have said something like, "There it is, ladies and gentlemen: the Bronx is burning". | (ROOT (S (SBAR (IN As) (S (NP (DT the) (NN fire)) (VP (VBD was) (VP (VBN captured) (PP (IN on) (NP (JJ live) (NN television))))))) (, ,) (NP (NN announcer) (NNP Howard) (NNP Cosell)) (VP (VP (VBZ is) (ADVP (RB wrongly)) (VP (VBN remembered) (S (VP (TO to) (VP (VB have) (VP (VBN said) (NP (NP (NN something)) (PP (IN like) (, ,) (`` ") (S (S (ADVP (EX There)) (S (NP (PRP it)) (VP (VP (VBZ is)) (, ,) (NP (NNS ladies) (CC and) (NNS gentlemen))))) (: :) (S (NP (DT the) (NNP Bronx)) (VP (VBZ is) (VP (VBG burning))))))))))))) (. ")) (. .))) | 17 | {
"ADJ": [
"live"
],
"ADP": [
"on",
"like"
],
"ADV": [
"wrongly",
"There"
],
"AUX": [
"was",
"is",
"have",
"is",
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"fire",
"television",
"announcer",
"ladies",
"gentlemen"
],
"NUM": [],
"PART": [
"to"
],
"PRON": [
"something",
"it"
],
"PROPN": [
"Howard",
"Cosell",
"Bronx"
],
"PUNCT": [
",",
",",
"\"",
",",
":",
"\"",
"."
],
"SCONJ": [
"As"
],
"SPACE": [],
"SYM": [],
"VERB": [
"captured",
"remembered",
"said",
"burning"
],
"X": []
} | [
"O",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-VP",
"I-VP",
"I-VP",
"I-VP",
"B-NP",
"B-PP",
"I-PP",
"I-PP",
"B-ADVP",
"B-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"... | As/mark/captured the/det/fire fire/nsubjpass/captured was/auxpass/captured captured/advcl/remembered on/prep/captured live/amod/television television/pobj/on ,/punct/remembered announcer/compound/Cosell Howard/compound/Cosell Cosell/nsubjpass/remembered is/auxpass/remembered wrongly/advmod/remembered remembered/ccomp/burning to/aux/said have/aux/said said/xcomp/remembered something/dobj/said like/prep/something ,/punct/like "/punct/like There/advmod/is it/nsubj/is is/pcomp/like ,/punct/is ladies/appos/something and/cc/ladies gentlemen/conj/ladies :/punct/burning the/det/Bronx Bronx/nsubj/burning is/aux/burning burning/ROOT/burning "/punct/burning ./punct/burning | (S (SBAR (IN As) (S (NP (DT the) (NN fire)) (VP (VBD was) (VP (VBN captured) (PP (IN on) (NP (JJ live) (NN television))))))) (, ,) (NP (NN announcer) (NNP Howard) (NNP Cosell)) (VP (VP (VBZ is) (ADVP (RB wrongly)) (VP (VBN remembered) (S (VP (TO to) (VP (VB have) (VP (VBN said) (NP (NP (NN something)) (PP (IN like) (, ,) (`` ") (S (S (ADVP (EX There)) (S (NP (PRP it)) (VP (VP (VBZ is)) (, ,) (NP (NNS ladies) (CC and) (NNS gentlemen))))) (: :) (S (NP (DT the) (NNP Bronx)) (VP (VBZ is) (VP (VBG burning))))))))))))) (. ")) (. .)) | CT | ['announcer Howard Cosell is wrongly remembered to have said something like , " There it is , ladies and gentlemen : the Bronx is burning "'] | ['As the fire was captured on live television'] | [] | ['As the fire was captured on live television , announcer Howard Cosell is wrongly remembered to have said something like , " There it is , ladies and gentlemen : the Bronx is burning " .'] | [] | 17,589 |
Which three parts make up the TSFSR? | (ROOT (SBARQ (WHNP (WDT Which) (CD three) (NNS parts)) (S (VP (VBP make) (PRT (RP up)) (NP (DT the) (NNP TSFSR)))) (. ?))) | 6 | {
"ADJ": [],
"ADP": [
"up"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"Which",
"the"
],
"INTJ": [],
"NOUN": [
"parts"
],
"NUM": [
"three"
],
"PART": [],
"PRON": [],
"PROPN": [
"TSFSR"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"make"
],
"X": []
} | [
"O",
"O",
"O",
"B-VP",
"O",
"B-NP",
"I-NP",
"O"
] | Which/det/parts three/nummod/parts parts/nsubj/make make/ROOT/make up/prt/make the/det/TSFSR TSFSR/dobj/make ?/punct/make | (SBARQ (WHNP (WDT Which) (CD three) (NNS parts)) (S (VP (VBP make) (PRT (RP up)) (NP (DT the) (NNP TSFSR)))) (. ?)) | T | ['make up the TSFSR'] | [] | ['Which three parts make up the TSFSR ?'] | [] | [] | 11,210 |
Although 19th century sources have asserted that some of these refugees were lacemakers and contributed to the East Midlands lace industry, this is contentious. | (ROOT (S (SBAR (IN Although) (S (NP (NML (JJ 19th) (NN century)) (NNS sources)) (VP (VBP have) (VP (VBN asserted) (SBAR (IN that) (S (NP (NP (DT some)) (PP (IN of) (NP (DT these) (NNS refugees)))) (VP (VP (VBD were) (NP (NNS lacemakers))) (CC and) (VP (VBD contributed) (PP (IN to) (NP (DT the) (NML (NNP East) (NNP Midlands)) (NN lace) (NN industry))))))))))) (, ,) (NP (DT this)) (VP (VBZ is) (ADJP (JJ contentious))) (. .))) | 14 | {
"ADJ": [
"19th",
"contentious"
],
"ADP": [
"of",
"to"
],
"ADV": [],
"AUX": [
"have",
"were",
"is"
],
"CCONJ": [
"and"
],
"DET": [
"these",
"the"
],
"INTJ": [],
"NOUN": [
"century",
"sources",
"refugees",
"lacemakers",
"lace",
"industry"
],
"NUM": [],
"PART": [],
"PRON": [
"some",
"this"
],
"PROPN": [
"East",
"Midlands"
],
"PUNCT": [
",",
"."
],
"SCONJ": [
"Although",
"that"
],
"SPACE": [],
"SYM": [],
"VERB": [
"asserted",
"contributed"
],
"X": []
} | [
"O",
"O",
"O",
"B-NP",
"B-VP",
"I-VP",
"O",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"O",
"O",
"B-NP",
"I-NP",
"O",
"B-NP",
"B-VP",
"B-ADJP",
"O"
] | Although/mark/asserted 19th/amod/century century/compound/sources sources/nsubj/asserted have/aux/asserted asserted/advcl/is that/mark/were some/nsubj/were of/prep/some these/det/refugees refugees/pobj/of were/ccomp/asserted lacemakers/attr/were and/cc/were contributed/conj/were to/prep/contributed the/det/industry East/compound/Midlands Midlands/compound/industry lace/compound/industry industry/pobj/to ,/punct/is this/nsubj/is is/ROOT/is contentious/acomp/is ./punct/is | (S (SBAR (IN Although) (S (NP (NML (JJ 19th) (NN century)) (NNS sources)) (VP (VBP have) (VP (VBN asserted) (SBAR (IN that) (S (NP (NP (DT some)) (PP (IN of) (NP (DT these) (NNS refugees)))) (VP (VP (VBD were) (NP (NNS lacemakers))) (CC and) (VP (VBD contributed) (PP (IN to) (NP (DT the) (NML (NNP East) (NNP Midlands)) (NN lace) (NN industry))))))))))) (, ,) (NP (DT this)) (VP (VBZ is) (ADJP (JJ contentious))) (. .)) | CT | ['this is contentious'] | ['Although 19th century sources have asserted that some of these refugees were lacemakers and contributed to the East Midlands lace industry', 'that some of these refugees were lacemakers and contributed to the East Midlands lace industry'] | [] | ['Although 19th century sources have asserted that some of these refugees were lacemakers and contributed to the East Midlands lace industry , this is contentious .'] | [] | 25,953 |
Much of the city's 1980 zoning code was overhauled from 2007–2012 as part of a joint effort between former mayors John F. Street and Michael Nutter. | (ROOT (S (NP (NP (JJ Much)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (CD 1980) (NN zoning) (NN code)))) (VP (VBD was) (VP (VBN overhauled) (PP (IN from) (NP (CD 2007–2012))) (PP (IN as) (NP (NP (NN part)) (PP (IN of) (NP (NP (DT a) (JJ joint) (NN effort)) (PP (IN between) (NP (NP (JJ former) (NNS mayors)) (NML (NML (NNP John) (NNP F.) (NNP Street)) (CC and) (NML (NNP Michael) (NNP Nutter))))))))))) (. .))) | 13 | {
"ADJ": [
"Much",
"joint",
"former"
],
"ADP": [
"of",
"from",
"as",
"of",
"between"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"a"
],
"INTJ": [],
"NOUN": [
"city",
"zoning",
"code",
"part",
"effort",
"mayors"
],
"NUM": [
"1980",
"2007–2012"
],
"PART": [
"'s"
],
"PRON": [],
"PROPN": [
"John",
"F.",
"Street",
"Michael",
"Nutter"
],
"PUNCT": [
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"overhauled"
],
"X": []
} | [
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] | Much/nsubjpass/overhauled of/prep/Much the/det/city city/poss/code 's/case/city 1980/nummod/code zoning/compound/code code/pobj/of was/auxpass/overhauled overhauled/ROOT/overhauled from/prep/overhauled 2007–2012/pobj/from as/prep/overhauled part/pobj/as of/prep/part a/det/effort joint/amod/effort effort/pobj/of between/prep/effort former/amod/mayors mayors/compound/Street John/compound/Street F./compound/Street Street/pobj/between and/cc/Street Michael/compound/Nutter Nutter/conj/Street ./punct/overhauled | (S (NP (NP (JJ Much)) (PP (IN of) (NP (NP (DT the) (NN city) (POS 's)) (CD 1980) (NN zoning) (NN code)))) (VP (VBD was) (VP (VBN overhauled) (PP (IN from) (NP (CD 2007–2012))) (PP (IN as) (NP (NP (NN part)) (PP (IN of) (NP (NP (DT a) (JJ joint) (NN effort)) (PP (IN between) (NP (NP (JJ former) (NNS mayors)) (NML (NML (NNP John) (NNP F.) (NNP Street)) (CC and) (NML (NNP Michael) (NNP Nutter))))))))))) (. .)) | T | ["Much of the city 's 1980 zoning code was overhauled from 2007–2012 as part of a joint effort between former mayors John F. Street and Michael Nutter"] | [] | ["Much of the city 's 1980 zoning code was overhauled from 2007–2012 as part of a joint effort between former mayors John F. Street and Michael Nutter ."] | [] | [] | 44,778 |
In Pompeii, the Genius of the living emperor was offered a bull: presumably a standard practise in Imperial cult, though minor offerings (incense and wine) were also made. | (ROOT (S (PP (IN In) (NP (NNP Pompeii))) (, ,) (NP (NP (DT the) (NNP Genius)) (PP (IN of) (NP (DT the) (VBG living) (NN emperor)))) (VP (VBD was) (VP (VBN offered) (NP (DT a) (NN bull)) (: :) (ADVP (RB presumably)) (NP (DT a) (JJ standard) (NN practise)) (PP (IN in) (NP (JJ Imperial) (NN cult))) (, ,) (SBAR (IN though) (S (NP (NP (JJ minor) (NNS offerings)) (-LRB- -LRB-) (NP (NN incense) (CC and) (NN wine)) (-RRB- -RRB-)) (VP (VBD were) (ADVP (RB also)) (VP (VBN made))))))) (. .))) | 9 | {
"ADJ": [
"standard",
"Imperial",
"minor"
],
"ADP": [
"In",
"of",
"in"
],
"ADV": [
"presumably",
"also"
],
"AUX": [
"was",
"were"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"a",
"a"
],
"INTJ": [],
"NOUN": [
"Genius",
"emperor",
"bull",
"practise",
"cult",
"offerings",
"incense",
"wine"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Pompeii"
],
"PUNCT": [
",",
":",
",",
"(",
")",
"."
],
"SCONJ": [
"though"
],
"SPACE": [],
"SYM": [],
"VERB": [
"living",
"offered",
"made"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-VP",
"B-ADVP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-ADVP",
... | In/prep/offered Pompeii/pobj/In ,/punct/offered the/det/Genius Genius/nsubjpass/offered of/prep/Genius the/det/emperor living/amod/emperor emperor/pobj/of was/auxpass/offered offered/ROOT/offered a/det/bull bull/dobj/offered :/punct/bull presumably/advmod/practise a/det/practise standard/amod/practise practise/appos/bull in/prep/practise Imperial/amod/cult cult/pobj/in ,/punct/practise though/mark/made minor/amod/offerings offerings/nsubjpass/made (/punct/offerings incense/appos/offerings and/cc/incense wine/conj/incense )/punct/offerings were/auxpass/made also/advmod/made made/advcl/offered ./punct/offered | (S (PP (IN In) (NP (NNP Pompeii))) (, ,) (NP (NP (DT the) (NNP Genius)) (PP (IN of) (NP (DT the) (VBG living) (NN emperor)))) (VP (VBD was) (VP (VBN offered) (NP (DT a) (NN bull)) (: :) (ADVP (RB presumably)) (NP (DT a) (JJ standard) (NN practise)) (PP (IN in) (NP (JJ Imperial) (NN cult))) (, ,) (SBAR (IN though) (S (NP (NP (JJ minor) (NNS offerings)) (-LRB- -LRB-) (NP (NN incense) (CC and) (NN wine)) (-RRB- -RRB-)) (VP (VBD were) (ADVP (RB also)) (VP (VBN made))))))) (. .)) | CT | ['the Genius of the living emperor was offered a bull : presumably a standard practise in Imperial cult ,'] | ['though minor offerings -LRB- incense and wine -RRB- were also made'] | [] | ['In Pompeii , the Genius of the living emperor was offered a bull : presumably a standard practise in Imperial cult , though minor offerings -LRB- incense and wine -RRB- were also made .'] | [] | 75,409 |
Initially the existing 5:3 aspect ratio had been the main candidate but, due to the influence of widescreen cinema, the aspect ratio 16:9 (1.78) eventually emerged as being a reasonable compromise between 5:3 (1.67) and the common 1.85 widescreen cinema format. | (ROOT (S (S (ADVP (RB Initially)) (NP (DT the) (VBG existing) (CD 5:3) (NN aspect) (NN ratio)) (VP (VBD had) (VP (VBN been) (NP (DT the) (JJ main) (NN candidate))))) (CC but) (, ,) (S (PP (IN due) (IN to) (NP (NP (DT the) (NN influence)) (PP (IN of) (NP (JJ widescreen) (NN cinema))))) (, ,) (NP (NP (DT the) (NN aspect) (NN ratio) (CD 16:9)) (-LRB- -LRB-) (NP (CD 1.78)) (-RRB- -RRB-)) (ADVP (RB eventually)) (VP (VBD emerged) (PP (IN as) (S (VP (VBG being) (NP (NP (DT a) (JJ reasonable) (NN compromise)) (PP (IN between) (NP (NP (NP (CD 5:3)) (-LRB- -LRB-) (NP (CD 1.67)) (-RRB- -RRB-)) (CC and) (NP (DT the) (JJ common) (CD 1.85) (NML (JJ widescreen) (NN cinema)) (NN format)))))))))) (. .))) | 13 | {
"ADJ": [
"main",
"widescreen",
"reasonable",
"common",
"widescreen"
],
"ADP": [
"due",
"to",
"of",
"as",
"between"
],
"ADV": [
"Initially",
"eventually"
],
"AUX": [
"had",
"been",
"being"
],
"CCONJ": [
"but",
"and"
],
"DET": [
"the",
"the",
"the",
"the",
"a",
"the"
],
"INTJ": [],
"NOUN": [
"aspect",
"ratio",
"candidate",
"influence",
"cinema",
"aspect",
"ratio",
"compromise",
"cinema",
"format"
],
"NUM": [
"5:3",
"16:9",
"1.78",
"5:3",
"1.67",
"1.85"
],
"PART": [],
"PRON": [],
"PROPN": [],
"PUNCT": [
",",
",",
"(",
")",
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"existing",
"emerged"
],
"X": []
} | [
"B-ADVP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"O",
"O",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-ADVP",
"B-VP",
"B-PP",
"B-VP",
"... | Initially/advmod/been the/det/ratio existing/amod/ratio 5:3/nummod/ratio aspect/compound/ratio ratio/nsubj/been had/aux/been been/ROOT/been the/det/candidate main/amod/candidate candidate/attr/been but/cc/been ,/punct/been due/prep/emerged to/pcomp/due the/det/influence influence/pobj/due of/prep/influence widescreen/compound/cinema cinema/pobj/of ,/punct/emerged the/det/aspect aspect/compound/ratio ratio/compound/16:9 16:9/nsubj/emerged (/punct/1.78 1.78/appos/16:9 )/punct/16:9 eventually/advmod/emerged emerged/conj/been as/prep/emerged being/pcomp/as a/det/compromise reasonable/amod/compromise compromise/attr/being between/prep/compromise 5:3/pobj/between (/punct/1.67 1.67/appos/5:3 )/punct/5:3 and/cc/5:3 the/det/format common/amod/format 1.85/nummod/format widescreen/amod/format cinema/compound/format format/conj/5:3 ./punct/been | (S (S (ADVP (RB Initially)) (NP (DT the) (VBG existing) (CD 5:3) (NN aspect) (NN ratio)) (VP (VBD had) (VP (VBN been) (NP (DT the) (JJ main) (NN candidate))))) (CC but) (, ,) (S (PP (IN due) (IN to) (NP (NP (DT the) (NN influence)) (PP (IN of) (NP (JJ widescreen) (NN cinema))))) (, ,) (NP (NP (DT the) (NN aspect) (NN ratio) (CD 16:9)) (-LRB- -LRB-) (NP (CD 1.78)) (-RRB- -RRB-)) (ADVP (RB eventually)) (VP (VBD emerged) (PP (IN as) (S (VP (VBG being) (NP (NP (DT a) (JJ reasonable) (NN compromise)) (PP (IN between) (NP (NP (NP (CD 5:3)) (-LRB- -LRB-) (NP (CD 1.67)) (-RRB- -RRB-)) (CC and) (NP (DT the) (JJ common) (CD 1.85) (NML (JJ widescreen) (NN cinema)) (NN format)))))))))) (. .)) | T | ['Initially the existing 5:3 aspect ratio had been the main candidate', 'due to the influence of widescreen cinema , the aspect ratio 16:9 -LRB- 1.78 -RRB- eventually emerged as being a reasonable compromise between 5:3 -LRB- 1.67 -RRB- and the common 1.85 widescreen cinema format'] | [] | ['Initially the existing 5:3 aspect ratio had been the main candidate but , due to the influence of widescreen cinema , the aspect ratio 16:9 -LRB- 1.78 -RRB- eventually emerged as being a reasonable compromise between 5:3 -LRB- 1.67 -RRB- and the common 1.85 widescreen cinema format .'] | [] | [] | 34,547 |
Thus, the philosopher's connection between the soul and body is explained almost entirely by his understanding of perception; in this way, bodily perception interrelates with the immaterial human intellect. | (ROOT (S (S (ADVP (RB Thus)) (, ,) (NP (NP (NP (DT the) (NN philosopher) (POS 's)) (NN connection)) (PP (IN between) (NP (DT the) (NN soul) (CC and) (NN body)))) (VP (VBZ is) (VP (VBN explained) (ADVP (RB almost) (RB entirely)) (PP (IN by) (NP (NP (PRP$ his) (NN understanding)) (PP (IN of) (NP (NN perception)))))))) (: ;) (S (PP (IN in) (NP (DT this) (NN way))) (, ,) (NP (JJ bodily) (NN perception)) (VP (VBZ interrelates) (PP (IN with) (NP (DT the) (JJ immaterial) (JJ human) (NN intellect))))) (. .))) | 10 | {
"ADJ": [
"bodily",
"immaterial",
"human"
],
"ADP": [
"between",
"by",
"of",
"in",
"with"
],
"ADV": [
"Thus",
"almost",
"entirely"
],
"AUX": [
"is"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"this",
"the"
],
"INTJ": [],
"NOUN": [
"philosopher",
"connection",
"soul",
"body",
"understanding",
"perception",
"way",
"perception",
"intellect"
],
"NUM": [],
"PART": [
"'s"
],
"PRON": [
"his"
],
"PROPN": [],
"PUNCT": [
",",
";",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"explained",
"interrelates"
],
"X": []
} | [
"B-ADVP",
"O",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"B-ADVP",
"I-ADVP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
... | Thus/advmod/explained ,/punct/explained the/det/philosopher philosopher/poss/connection 's/case/philosopher connection/nsubjpass/explained between/prep/connection the/det/soul soul/pobj/between and/cc/soul body/conj/soul is/auxpass/explained explained/ccomp/interrelates almost/advmod/entirely entirely/advmod/explained by/agent/explained his/poss/understanding understanding/pobj/by of/prep/understanding perception/pobj/of ;/punct/interrelates in/prep/interrelates this/det/way way/pobj/in ,/punct/interrelates bodily/amod/perception perception/nsubj/interrelates interrelates/ROOT/interrelates with/prep/interrelates the/det/intellect immaterial/amod/intellect human/amod/intellect intellect/pobj/with ./punct/interrelates | (S (S (ADVP (RB Thus)) (, ,) (NP (NP (NP (DT the) (NN philosopher) (POS 's)) (NN connection)) (PP (IN between) (NP (DT the) (NN soul) (CC and) (NN body)))) (VP (VBZ is) (VP (VBN explained) (ADVP (RB almost) (RB entirely)) (PP (IN by) (NP (NP (PRP$ his) (NN understanding)) (PP (IN of) (NP (NN perception)))))))) (: ;) (S (PP (IN in) (NP (DT this) (NN way))) (, ,) (NP (JJ bodily) (NN perception)) (VP (VBZ interrelates) (PP (IN with) (NP (DT the) (JJ immaterial) (JJ human) (NN intellect))))) (. .)) | T | ["Thus , the philosopher 's connection between the soul and body is explained almost entirely by his understanding of perception", 'in this way , bodily perception interrelates with the immaterial human intellect'] | [] | ["Thus , the philosopher 's connection between the soul and body is explained almost entirely by his understanding of perception ; in this way , bodily perception interrelates with the immaterial human intellect ."] | [] | [] | 35,216 |
In 1927, Oklahoman businessman Cyrus Avery, known as the "Father of Route 66", began the campaign to create U.S. Route 66. | (ROOT (S (PP (IN In) (NP (CD 1927))) (, ,) (NP (NP (NML (JJ Oklahoman) (NN businessman)) (NNP Cyrus) (NNP Avery)) (, ,) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (`` ") (NN Father)) (PP (IN of) (NP (NNP Route) (CD 66)))))) (, ") (, ,)) (VP (VBD began) (NP (DT the) (NN campaign) (S (VP (TO to) (VP (VB create) (NP (NNP U.S.) (NNP Route) (CD 66))))))) (. .))) | 9 | {
"ADJ": [],
"ADP": [
"In",
"as",
"of"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"businessman",
"campaign"
],
"NUM": [
"1927",
"66",
"66"
],
"PART": [
"to"
],
"PRON": [],
"PROPN": [
"Oklahoman",
"Cyrus",
"Avery",
"Father",
"Route",
"U.S.",
"Route"
],
"PUNCT": [
",",
",",
"\"",
"\"",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"known",
"began",
"create"
],
"X": []
} | [
"B-PP",
"B-NP",
"O",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | In/prep/began 1927/pobj/In ,/punct/began Oklahoman/compound/businessman businessman/compound/Avery Cyrus/compound/Avery Avery/nsubj/began ,/punct/Avery known/acl/Avery as/prep/known the/det/Father "/punct/Father Father/pobj/as of/prep/Father Route/pobj/of 66/nummod/Route "/punct/Avery ,/punct/Avery began/ROOT/began the/det/campaign campaign/dobj/began to/aux/create create/acl/campaign U.S./compound/Route Route/dobj/create 66/nummod/Route ./punct/began | (S (PP (IN In) (NP (CD 1927))) (, ,) (NP (NP (NML (JJ Oklahoman) (NN businessman)) (NNP Cyrus) (NNP Avery)) (, ,) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (`` ") (NN Father)) (PP (IN of) (NP (NNP Route) (CD 66)))))) (, ") (, ,)) (VP (VBD began) (NP (DT the) (NN campaign) (S (VP (TO to) (VP (VB create) (NP (NNP U.S.) (NNP Route) (CD 66))))))) (. .)) | T | ['Oklahoman businessman Cyrus Avery , known as the " Father of Route 66 " , began the campaign to create U.S. Route 66'] | [] | ['In 1927 , Oklahoman businessman Cyrus Avery , known as the " Father of Route 66 " , began the campaign to create U.S. Route 66 .'] | [] | [] | 24,910 |
Switzerland hosted the 1954 FIFA World Cup, and was the joint host, with Austria, of the Euro 2008 tournament. | (ROOT (S (NP (NNP Switzerland)) (VP (VP (VBD hosted) (NP (DT the) (CD 1954) (NNP FIFA) (NNP World) (NNP Cup))) (, ,) (CC and) (VP (VBD was) (NP (NP (DT the) (JJ joint) (NN host)) (, ,) (PP (IN with) (NP (NNP Austria))) (, ,) (PP (IN of) (NP (DT the) (NML (NNP Euro) (CD 2008)) (NN tournament)))))) (. .))) | 9 | {
"ADJ": [
"joint"
],
"ADP": [
"with",
"of"
],
"ADV": [],
"AUX": [
"was"
],
"CCONJ": [
"and"
],
"DET": [
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"host",
"tournament"
],
"NUM": [
"1954",
"2008"
],
"PART": [],
"PRON": [],
"PROPN": [
"Switzerland",
"FIFA",
"World",
"Cup",
"Austria",
"Euro"
],
"PUNCT": [
",",
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"hosted"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"I-VP",
"I-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"O",
"O",
"B-NP",
"O"
] | Switzerland/nsubj/hosted hosted/ROOT/hosted the/det/Cup 1954/nummod/Cup FIFA/compound/Cup World/compound/Cup Cup/dobj/hosted ,/punct/hosted and/cc/hosted was/conj/hosted the/det/host joint/amod/host host/attr/was ,/punct/host with/prep/host Austria/pobj/with ,/punct/Austria of/prep/Austria the/det/tournament Euro/nmod/tournament 2008/nummod/Euro tournament/pobj/of ./punct/hosted | (S (NP (NNP Switzerland)) (VP (VP (VBD hosted) (NP (DT the) (CD 1954) (NNP FIFA) (NNP World) (NNP Cup))) (, ,) (CC and) (VP (VBD was) (NP (NP (DT the) (JJ joint) (NN host)) (, ,) (PP (IN with) (NP (NNP Austria))) (, ,) (PP (IN of) (NP (DT the) (NML (NNP Euro) (CD 2008)) (NN tournament)))))) (. .)) | T | ['Switzerland hosted the 1954 FIFA World Cup , and was the joint host , with Austria , of the Euro 2008 tournament'] | [] | ['Switzerland hosted the 1954 FIFA World Cup , and was the joint host , with Austria , of the Euro 2008 tournament .'] | [] | [] | 12,353 |
The logo combines the zodiac signs of all four members: two lions for Leo (Deacon and Taylor), a crab for Cancer (May), and two fairies for Virgo (Mercury). | (ROOT (S (NP (DT The) (NN logo)) (VP (VBZ combines) (NP (NP (DT the) (JJ zodiac) (NNS signs)) (PP (IN of) (NP (NP (DT all) (CD four) (NNS members)) (: :) (NP (NP (NP (CD two) (NNS lions)) (PP (IN for) (NP (NP (NNP Leo)) (-LRB- -LRB-) (NP (NNP Deacon) (CC and) (NNP Taylor)) (-RRB- -RRB-)))) (, ,) (NP (NP (DT a) (NN crab)) (PP (IN for) (NP (NP (NNP Cancer)) (-LRB- -LRB-) (NP (NNP May)) (-RRB- -RRB-)))) (, ,) (CC and) (NP (NP (CD two) (NNS fairies)) (PP (IN for) (NP (NP (NNP Virgo)) (-LRB- -LRB-) (NP (NNP Mercury)) (-RRB- -RRB-))))))))) (. .))) | 12 | {
"ADJ": [],
"ADP": [
"of",
"for",
"for",
"for"
],
"ADV": [],
"AUX": [],
"CCONJ": [
"and",
"and"
],
"DET": [
"The",
"the",
"all",
"a"
],
"INTJ": [],
"NOUN": [
"logo",
"zodiac",
"signs",
"members",
"lions",
"crab",
"Cancer",
"fairies"
],
"NUM": [
"four",
"two",
"two"
],
"PART": [],
"PRON": [],
"PROPN": [
"Leo",
"Deacon",
"Taylor",
"May",
"Virgo",
"Mercury"
],
"PUNCT": [
":",
"(",
")",
",",
"(",
")",
",",
"(",
")",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"combines"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP"... | The/det/logo logo/nsubj/combines combines/ROOT/combines the/det/signs zodiac/compound/signs signs/dobj/combines of/prep/signs all/det/members four/nummod/members members/pobj/of :/punct/signs two/nummod/lions lions/appos/signs for/prep/lions Leo/pobj/for (/punct/Leo Deacon/appos/Leo and/cc/Deacon Taylor/conj/Deacon )/punct/Leo ,/punct/Leo a/det/crab crab/appos/Leo for/prep/crab Cancer/pobj/for (/punct/Cancer May/appos/Cancer )/punct/Cancer ,/punct/crab and/cc/crab two/nummod/fairies fairies/conj/crab for/prep/fairies Virgo/pobj/for (/punct/Virgo Mercury/appos/Virgo )/punct/Virgo ./punct/combines | (S (NP (DT The) (NN logo)) (VP (VBZ combines) (NP (NP (DT the) (JJ zodiac) (NNS signs)) (PP (IN of) (NP (NP (DT all) (CD four) (NNS members)) (: :) (NP (NP (NP (CD two) (NNS lions)) (PP (IN for) (NP (NP (NNP Leo)) (-LRB- -LRB-) (NP (NNP Deacon) (CC and) (NNP Taylor)) (-RRB- -RRB-)))) (, ,) (NP (NP (DT a) (NN crab)) (PP (IN for) (NP (NP (NNP Cancer)) (-LRB- -LRB-) (NP (NNP May)) (-RRB- -RRB-)))) (, ,) (CC and) (NP (NP (CD two) (NNS fairies)) (PP (IN for) (NP (NP (NNP Virgo)) (-LRB- -LRB-) (NP (NNP Mercury)) (-RRB- -RRB-))))))))) (. .)) | T | ['The logo combines the zodiac signs of all four members : two lions for Leo -LRB- Deacon and Taylor -RRB- , a crab for Cancer -LRB- May -RRB- , and two fairies for Virgo -LRB- Mercury -RRB-'] | [] | ['The logo combines the zodiac signs of all four members : two lions for Leo -LRB- Deacon and Taylor -RRB- , a crab for Cancer -LRB- May -RRB- , and two fairies for Virgo -LRB- Mercury -RRB- .'] | [] | [] | 49,296 |
The earliest surviving written work on the subject of architecture is De architectura, by the Roman architect Vitruvius in the early 1st century AD. | (ROOT (S (NP (NP (DT The) (JJS earliest) (VBG surviving) (JJ written) (NN work)) (PP (IN on) (NP (NP (DT the) (NN subject)) (PP (IN of) (NP (NN architecture)))))) (VP (VBZ is) (NP (NP (FW De) (NNP architectura)) (, ,) (PP (IN by) (NP (NP (DT the) (JJ Roman) (NN architect)) (NP (NNP Vitruvius)))) (PP (IN in) (NP (DT the) (JJ early) (JJ 1st) (NN century) (NNP AD))))) (. .))) | 8 | {
"ADJ": [
"earliest",
"Roman",
"early",
"1st"
],
"ADP": [
"on",
"of",
"by",
"in"
],
"ADV": [],
"AUX": [
"is"
],
"CCONJ": [],
"DET": [
"The",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"work",
"subject",
"architecture",
"architect",
"century",
"AD"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"De",
"architectura",
"Vitruvius"
],
"PUNCT": [
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"surviving",
"written"
],
"X": []
} | [
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"I-NP",
"O"
] | The/det/work earliest/amod/work surviving/amod/work written/amod/work work/nsubj/is on/prep/work the/det/subject subject/pobj/on of/prep/subject architecture/pobj/of is/ROOT/is De/compound/architectura architectura/attr/is ,/punct/architectura by/prep/is the/det/architect Roman/amod/architect architect/pobj/by Vitruvius/appos/architect in/prep/is the/det/AD early/amod/AD 1st/amod/AD century/compound/AD AD/pobj/in ./punct/is | (S (NP (NP (DT The) (JJS earliest) (VBG surviving) (JJ written) (NN work)) (PP (IN on) (NP (NP (DT the) (NN subject)) (PP (IN of) (NP (NN architecture)))))) (VP (VBZ is) (NP (NP (FW De) (NNP architectura)) (, ,) (PP (IN by) (NP (NP (DT the) (JJ Roman) (NN architect)) (NP (NNP Vitruvius)))) (PP (IN in) (NP (DT the) (JJ early) (JJ 1st) (NN century) (NNP AD))))) (. .)) | T | ['The earliest surviving written work on the subject of architecture is De architectura , by the Roman architect Vitruvius in the early 1st century AD'] | [] | ['The earliest surviving written work on the subject of architecture is De architectura , by the Roman architect Vitruvius in the early 1st century AD .'] | [] | [] | 41,071 |
The network originally served as a competitor to AMC – which at the time was known as "American Movie Classics" and maintained a virtually identical format to TCM, as both networks largely focused on films released prior to 1970 and aired them in an uncut, uncolorized, and commercial-free format. | (ROOT (S (NP (DT The) (NN network)) (ADVP (RB originally)) (VP (VBD served) (IN as) (NP (NP (DT a) (NN competitor)) (PP (IN to) (NP (NP (NNP AMC)) (: –) (SBAR (SBAR (SBAR (WHNP (WDT which)) (S (PP (IN at) (NP (DT the) (NN time))) (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP American) (NNP Movie) (NNPS Classics)) ('' ")))))) (CC and) (VP (VBD maintained) (NP (NP (DT a) (ADJP (RB virtually) (JJ identical)) (NN format)) (PP (IN to) (NP (NNP TCM)))))) (, ,) (SBAR (IN as) (S (NP (DT both) (NNS networks)) (ADVP (RB largely)) (VP (VP (VBD focused) (PP (IN on) (NP (NP (NNS films)) (VP (VBN released) (PP (JJ prior) (PP (IN to) (NP (CD 1970)))))))) (CC and) (VP (VBD aired) (NP (PRP them)) (PP (IN in) (NP (DT an) (ADJP (ADJP (JJ uncut)) (, ,) (ADJP (JJ uncolorized)) (, ,) (CC and) (ADJP (JJ commercial) (HYPH -) (JJ free))) (NN format)))))))))))) (. .))) | 18 | {
"ADJ": [
"identical",
"uncolorized",
"commercial",
"free"
],
"ADP": [
"as",
"to",
"at",
"as",
"to",
"on",
"to",
"in"
],
"ADV": [
"originally",
"virtually",
"largely",
"prior"
],
"AUX": [
"was"
],
"CCONJ": [
"and",
"and",
"and"
],
"DET": [
"The",
"a",
"the",
"a",
"both",
"an"
],
"INTJ": [],
"NOUN": [
"network",
"competitor",
"time",
"format",
"networks",
"films",
"uncut",
"format"
],
"NUM": [
"1970"
],
"PART": [],
"PRON": [
"which",
"them"
],
"PROPN": [
"AMC",
"American",
"Movie",
"Classics",
"TCM"
],
"PUNCT": [
"–",
"\"",
"\"",
",",
",",
",",
"-",
"."
],
"SCONJ": [
"as"
],
"SPACE": [],
"SYM": [],
"VERB": [
"served",
"known",
"maintained",
"focused",
"released",
"aired"
],
"X": []
} | [
"B-NP",
"I-NP",
"B-ADVP",
"B-VP",
"I-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"O",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"O",
"B-VP",
"B-NP",
"B-ADJP",
"I-ADJP",
"B-NP",
"B-PP",
"B-NP",
"O",
"O",
"B... | The/det/network network/nsubj/served originally/advmod/served served/ROOT/served as/prep/served a/det/competitor competitor/pobj/as to/prep/served AMC/pobj/to –/punct/AMC which/nsubjpass/known at/prep/known the/det/time time/pobj/at was/auxpass/known known/relcl/AMC as/prep/known "/punct/Classics American/compound/Classics Movie/compound/Classics Classics/pobj/as "/punct/known and/cc/known maintained/conj/known a/det/format virtually/advmod/identical identical/amod/format format/dobj/maintained to/prep/maintained TCM/pobj/to ,/punct/maintained as/mark/focused both/det/networks networks/nsubj/focused largely/advmod/focused focused/advcl/maintained on/prep/focused films/pobj/on released/acl/films prior/advmod/released to/prep/prior 1970/pobj/to and/cc/focused aired/conj/focused them/dobj/aired in/prep/aired an/det/uncut uncut/pobj/in ,/punct/uncut uncolorized/amod/format ,/punct/uncolorized and/cc/uncolorized commercial/npadvmod/free -/punct/free free/conj/uncolorized format/appos/uncut ./punct/served | (S (NP (DT The) (NN network)) (ADVP (RB originally)) (VP (VBD served) (IN as) (NP (NP (DT a) (NN competitor)) (PP (IN to) (NP (NP (NNP AMC)) (: –) (SBAR (SBAR (SBAR (WHNP (WDT which)) (S (PP (IN at) (NP (DT the) (NN time))) (VP (VBD was) (VP (VBN known) (PP (IN as) (`` ") (NP (NNP American) (NNP Movie) (NNPS Classics)) ('' ")))))) (CC and) (VP (VBD maintained) (NP (NP (DT a) (ADJP (RB virtually) (JJ identical)) (NN format)) (PP (IN to) (NP (NNP TCM)))))) (, ,) (SBAR (IN as) (S (NP (DT both) (NNS networks)) (ADVP (RB largely)) (VP (VP (VBD focused) (PP (IN on) (NP (NP (NNS films)) (VP (VBN released) (PP (JJ prior) (PP (IN to) (NP (CD 1970)))))))) (CC and) (VP (VBD aired) (NP (PRP them)) (PP (IN in) (NP (DT an) (ADJP (ADJP (JJ uncut)) (, ,) (ADJP (JJ uncolorized)) (, ,) (CC and) (ADJP (JJ commercial) (HYPH -) (JJ free))) (NN format)))))))))))) (. .)) | CT | ['The network served as a competitor to AMC – ,'] | ['which at the time was known as " American Movie Classics " and maintained a virtually identical format to TCM , as both networks largely focused on films released prior to 1970 and aired them in an uncut , uncolorized , and commercial - free format', 'which at the time was known as " American Movie Classics " and maintained a virtually identical format to TCM', 'which at the time was known as " American Movie Classics "', 'as both networks largely focused on films released prior to 1970 and aired them in an uncut , uncolorized , and commercial - free format'] | [] | ['The network originally served as a competitor to AMC – which at the time was known as " American Movie Classics " and maintained a virtually identical format to TCM , as both networks largely focused on films released prior to 1970 and aired them in an uncut , uncolorized , and commercial - free format .'] | [] | 66,496 |
What type of day were there more of in Rome? | (ROOT (SBARQ (WHNP (WHNP (WP What) (NN type)) (PP (IN of) (NP (NN day)))) (SQ (VBD were) (NP (EX there)) (ADVP (JJR more) (PP (IN of))) (PP (IN in) (NP (NNP Rome)))) (. ?))) | 6 | {
"ADJ": [
"more"
],
"ADP": [
"of",
"of",
"in"
],
"ADV": [
"there"
],
"AUX": [
"were"
],
"CCONJ": [],
"DET": [
"What"
],
"INTJ": [],
"NOUN": [
"type",
"day"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Rome"
],
"PUNCT": [
"?"
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [],
"X": []
} | [
"O",
"O",
"B-PP",
"B-NP",
"O",
"B-NP",
"B-ADVP",
"B-PP",
"I-PP",
"B-NP",
"O"
] | What/det/type type/nsubj/were of/prep/type day/pobj/of were/ROOT/were there/expl/were more/attr/were of/prep/more in/prep/of Rome/pobj/in ?/punct/were | (SBARQ (WHNP (WHNP (WP What) (NN type)) (PP (IN of) (NP (NN day)))) (SQ (VBD were) (NP (EX there)) (ADVP (JJR more) (PP (IN of))) (PP (IN in) (NP (NNP Rome)))) (. ?)) | FC | [] | [] | [] | [] | ['What type of day were there more of in Rome ?'] | 70,483 |
According to this theory, those who already hold wealth have the means to invest in new sources of creating wealth or to otherwise leverage the accumulation of wealth, thus are the beneficiaries of the new wealth. | (ROOT (S (PP (VBG According) (PP (IN to) (NP (DT this) (NN theory)))) (, ,) (NP (NP (DT those)) (SBAR (WHNP (WP who)) (S (ADVP (RB already)) (VP (VBP hold) (NP (NN wealth)))))) (VP (VP (VBP have) (NP (DT the) (NNS means) (S (VP (VP (TO to) (VP (VB invest) (PP (IN in) (NP (NP (JJ new) (NNS sources)) (PP (IN of) (S (VP (VBG creating) (NP (NN wealth))))))))) (CC or) (VP (TO to) (ADVP (RB otherwise)) (VP (VB leverage) (NP (NP (DT the) (NN accumulation)) (PP (IN of) (NP (NN wealth)))))))))) (, ,) (ADVP (RB thus)) (VP (VBP are) (NP (NP (DT the) (NNS beneficiaries)) (PP (IN of) (NP (DT the) (JJ new) (NN wealth)))))) (. .))) | 16 | {
"ADJ": [
"new",
"new"
],
"ADP": [
"to",
"in",
"of",
"of",
"of"
],
"ADV": [
"already",
"otherwise",
"thus"
],
"AUX": [
"are"
],
"CCONJ": [
"or"
],
"DET": [
"this",
"the",
"the",
"the",
"the"
],
"INTJ": [],
"NOUN": [
"theory",
"wealth",
"means",
"sources",
"wealth",
"accumulation",
"wealth",
"beneficiaries",
"wealth"
],
"NUM": [],
"PART": [
"to",
"to"
],
"PRON": [
"those",
"who"
],
"PROPN": [],
"PUNCT": [
",",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"According",
"hold",
"have",
"invest",
"creating",
"leverage"
],
"X": []
} | [
"B-PP",
"I-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"O",
"B-ADVP",
"B-VP",
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"B-VP",
"I-VP",
"B-PP",
"B-NP",
"I-NP",
"B-PP",
"B-VP",
"B-NP",
"B-VP",
"I-VP",
"B-ADVP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-NP",
"B-VP",
"B-ADVP",
"B-VP"... | According/prep/have to/prep/According this/det/theory theory/pobj/to ,/punct/have those/nsubj/have who/nsubj/hold already/advmod/hold hold/relcl/those wealth/dobj/hold have/ccomp/are the/det/means means/dobj/have to/aux/invest invest/acl/means in/prep/invest new/amod/sources sources/pobj/in of/prep/sources creating/pcomp/of wealth/dobj/creating or/cc/invest to/aux/leverage otherwise/advmod/leverage leverage/conj/invest the/det/accumulation accumulation/dobj/leverage of/prep/accumulation wealth/pobj/of ,/punct/are thus/advmod/are are/ROOT/are the/det/beneficiaries beneficiaries/nsubj/are of/prep/beneficiaries the/det/wealth new/amod/wealth wealth/pobj/of ./punct/are | (S (PP (VBG According) (PP (IN to) (NP (DT this) (NN theory)))) (, ,) (NP (NP (DT those)) (SBAR (WHNP (WP who)) (S (ADVP (RB already)) (VP (VBP hold) (NP (NN wealth)))))) (VP (VP (VBP have) (NP (DT the) (NNS means) (S (VP (VP (TO to) (VP (VB invest) (PP (IN in) (NP (NP (JJ new) (NNS sources)) (PP (IN of) (S (VP (VBG creating) (NP (NN wealth))))))))) (CC or) (VP (TO to) (ADVP (RB otherwise)) (VP (VB leverage) (NP (NP (DT the) (NN accumulation)) (PP (IN of) (NP (NN wealth)))))))))) (, ,) (ADVP (RB thus)) (VP (VBP are) (NP (NP (DT the) (NNS beneficiaries)) (PP (IN of) (NP (DT the) (JJ new) (NN wealth)))))) (. .)) | CT | ['those who already hold wealth have the means to invest in new sources of creating wealth or to otherwise leverage the accumulation of wealth , thus are the beneficiaries of the new wealth'] | ['who already hold wealth'] | [] | ['According to this theory , those who already hold wealth have the means to invest in new sources of creating wealth or to otherwise leverage the accumulation of wealth , thus are the beneficiaries of the new wealth .'] | [] | 71,681 |
There is no conclusive proof from archaeology as to whether the specific events of the Mahabharat have any historical basis. | (ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT no) (JJ conclusive) (NN proof)) (PP (IN from) (NP (NN archaeology))) (PP (IN as) (PP (IN to) (SBAR (IN whether) (S (NP (NP (DT the) (JJ specific) (NNS events)) (PP (IN of) (NP (DT the) (NNP Mahabharat)))) (VP (VBP have) (NP (DT any) (JJ historical) (NN basis))))))))) (. .))) | 12 | {
"ADJ": [
"conclusive",
"specific",
"historical"
],
"ADP": [
"from",
"as",
"to",
"of"
],
"ADV": [],
"AUX": [
"have"
],
"CCONJ": [],
"DET": [
"no",
"the",
"the",
"any"
],
"INTJ": [],
"NOUN": [
"proof",
"archaeology",
"events",
"basis"
],
"NUM": [],
"PART": [],
"PRON": [
"There"
],
"PROPN": [
"Mahabharat"
],
"PUNCT": [
"."
],
"SCONJ": [
"whether"
],
"SPACE": [],
"SYM": [],
"VERB": [
"is"
],
"X": []
} | [
"B-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"B-PP",
"I-PP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"O"
] | There/expl/is is/ROOT/is no/det/proof conclusive/amod/proof proof/attr/is from/prep/proof archaeology/pobj/from as/prep/proof to/prep/as whether/mark/have the/det/events specific/amod/events events/nsubj/have of/prep/events the/det/Mahabharat Mahabharat/pobj/of have/pcomp/to any/det/basis historical/amod/basis basis/dobj/have ./punct/is | (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT no) (JJ conclusive) (NN proof)) (PP (IN from) (NP (NN archaeology))) (PP (IN as) (PP (IN to) (SBAR (IN whether) (S (NP (NP (DT the) (JJ specific) (NNS events)) (PP (IN of) (NP (DT the) (NNP Mahabharat)))) (VP (VBP have) (NP (DT any) (JJ historical) (NN basis))))))))) (. .)) | CT | ['There is no conclusive proof from archaeology as to'] | ['whether the specific events of the Mahabharat have any historical basis'] | [] | ['There is no conclusive proof from archaeology as to whether the specific events of the Mahabharat have any historical basis .'] | [] | 68,713 |
For when did the Taylor Report set the deadline for replacing terraces with seats in stadiums? | (ROOT (SBARQ (IN For) (WHADVP (WRB when)) (SQ (VBD did) (NP (DT the) (NNP Taylor) (NNP Report)) (VP (VBD set) (NP (NP (DT the) (NN deadline)) (PP (IN for) (S (VP (VBG replacing) (NP (NNS terraces)) (PP (IN with) (NP (NP (NNS seats)) (PP (IN in) (NP (NNS stadiums))))))))))) (. ?))) | 13 | {
"ADJ": [],
"ADP": [
"For",
"for",
"with",
"in"
],
"ADV": [],
"AUX": [
"did"
],
"CCONJ": [],
"DET": [
"the",
"the"
],
"INTJ": [],
"NOUN": [
"deadline",
"terraces",
"seats",
"stadiums"
],
"NUM": [],
"PART": [],
"PRON": [],
"PROPN": [
"Taylor",
"Report"
],
"PUNCT": [
"?"
],
"SCONJ": [
"when"
],
"SPACE": [],
"SYM": [],
"VERB": [
"set",
"replacing"
],
"X": []
} | [
"O",
"O",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"B-PP",
"B-VP",
"B-NP",
"B-PP",
"B-NP",
"B-PP",
"B-NP",
"O"
] | For/prep/set when/advmod/set did/aux/set the/det/Report Taylor/compound/Report Report/nsubj/set set/ROOT/set the/det/deadline deadline/dobj/set for/prep/deadline replacing/pcomp/for terraces/dobj/replacing with/prep/replacing seats/pobj/with in/prep/seats stadiums/pobj/in ?/punct/set | (SBARQ (IN For) (WHADVP (WRB when)) (SQ (VBD did) (NP (DT the) (NNP Taylor) (NNP Report)) (VP (VBD set) (NP (NP (DT the) (NN deadline)) (PP (IN for) (S (VP (VBG replacing) (NP (NNS terraces)) (PP (IN with) (NP (NP (NNS seats)) (PP (IN in) (NP (NNS stadiums))))))))))) (. ?)) | FC | [] | [] | [] | [] | ['For when did the Taylor Report set the deadline for replacing terraces with seats in stadiums ?'] | 51,036 |
In October 2014, the City Council approved a follow-up from the WestQuay park, called WestQuay Watermark. | (ROOT (S (PP (IN In) (NP (NNP October) (CD 2014))) (, ,) (NP (DT the) (NNP City) (NNP Council)) (VP (VBD approved) (NP (NP (DT a) (NN follow) (HYPH -) (NN up)) (PP (IN from) (NP (NP (DT the) (NNP WestQuay) (NN park)) (, ,) (VP (VBN called) (S (NP (NNP WestQuay) (NNP Watermark)))))))) (. .))) | 10 | {
"ADJ": [],
"ADP": [
"In",
"from"
],
"ADV": [],
"AUX": [],
"CCONJ": [],
"DET": [
"the",
"a",
"the"
],
"INTJ": [],
"NOUN": [
"follow",
"up",
"park"
],
"NUM": [
"2014"
],
"PART": [],
"PRON": [],
"PROPN": [
"October",
"City",
"Council",
"WestQuay",
"WestQuay",
"Watermark"
],
"PUNCT": [
",",
"-",
",",
"."
],
"SCONJ": [],
"SPACE": [],
"SYM": [],
"VERB": [
"approved",
"called"
],
"X": []
} | [
"B-PP",
"B-NP",
"I-NP",
"O",
"B-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-PP",
"B-NP",
"I-NP",
"I-NP",
"I-NP",
"B-VP",
"B-NP",
"I-NP",
"O"
] | In/prep/approved October/pobj/In 2014/nummod/October ,/punct/approved the/det/Council City/compound/Council Council/nsubj/approved approved/ROOT/approved a/det/up follow/compound/up -/punct/up up/dobj/approved from/prep/up the/det/park WestQuay/compound/park park/pobj/from ,/punct/up called/acl/up WestQuay/compound/Watermark Watermark/oprd/called ./punct/approved | (S (PP (IN In) (NP (NNP October) (CD 2014))) (, ,) (NP (DT the) (NNP City) (NNP Council)) (VP (VBD approved) (NP (NP (DT a) (NN follow) (HYPH -) (NN up)) (PP (IN from) (NP (NP (DT the) (NNP WestQuay) (NN park)) (, ,) (VP (VBN called) (S (NP (NNP WestQuay) (NNP Watermark)))))))) (. .)) | T | ['the City Council approved a follow - up from the WestQuay park , called WestQuay Watermark'] | [] | ['In October 2014 , the City Council approved a follow - up from the WestQuay park , called WestQuay Watermark .'] | [] | [] | 11,773 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.