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
Some jurisdictions, such as the European Union, China, Canada and United States, are in the process of phasing out the use of incandescent light bulbs while others, including Colombia, Mexico, Cuba, Argentina, Brazil and Australia, have prohibited them already.
(ROOT (S (NP (NP (DT Some) (NNS jurisdictions)) (, ,) (PP (JJ such) (IN as) (NP (NP (DT the) (NNP European) (NNP Union)) (, ,) (NP (NNP China)) (, ,) (NP (NNP Canada)) (CC and) (NP (NNP United) (NNPS States)))) (, ,)) (VP (VBP are) (PP (IN in) (NP (NP (DT the) (NN process)) (PP (IN of) (S (VP (VBG phasing) (PRT (RP out)) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (JJ incandescent) (NN light) (NNS bulbs))))))))) (SBAR (IN while) (S (NP (NP (NNS others)) (, ,) (PP (VBG including) (NP (NNP Colombia) (, ,) (NNP Mexico) (, ,) (NNP Cuba) (, ,) (NNP Argentina) (, ,) (NNP Brazil) (CC and) (NNP Australia))) (, ,)) (VP (VBP have) (VP (VBN prohibited) (NP (PRP them)) (ADVP (RB already))))))) (. .)))
12
{ "ADJ": [ "such", "light" ], "ADP": [ "as", "in", "of", "out", "of" ], "ADV": [ "already" ], "AUX": [ "are", "have" ], "CCONJ": [ "and", "and" ], "DET": [ "Some", "the", "the", "the" ], "INTJ": [], "NOUN": [ "jurisdictions", "process", "use", "incandescent", "bulbs", "others" ], "NUM": [], "PART": [], "PRON": [ "them" ], "PROPN": [ "European", "Union", "China", "Canada", "United", "States", "Colombia", "Mexico", "Cuba", "Argentina", "Brazil", "Australia" ], "PUNCT": [ ",", ",", ",", ",", ",", ",", ",", ",", ",", ",", "." ], "SCONJ": [ "while" ], "SPACE": [], "SYM": [], "VERB": [ "phasing", "including", "prohibited" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-PP", "I-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", "B-PP", "B-NP", "I-NP", "B-PP", "B-VP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B...
Some/det/jurisdictions jurisdictions/nsubj/are ,/punct/jurisdictions such/amod/as as/prep/jurisdictions the/det/Union European/compound/Union Union/pobj/as ,/punct/Union China/conj/Union ,/punct/China Canada/conj/China and/cc/Canada United/compound/States States/conj/Canada ,/punct/jurisdictions are/ROOT/are in/prep/are the/det/process process/pobj/in of/prep/process phasing/pcomp/of out/prt/phasing the/det/use use/dobj/phasing of/prep/use incandescent/amod/bulbs light/amod/bulbs bulbs/pobj/of while/mark/prohibited others/nsubj/prohibited ,/punct/others including/prep/others Colombia/pobj/including ,/punct/Colombia Mexico/conj/Colombia ,/punct/Mexico Cuba/conj/Mexico ,/punct/Cuba Argentina/conj/Cuba ,/punct/Argentina Brazil/conj/Argentina and/cc/Brazil Australia/conj/Brazil ,/punct/others have/aux/prohibited prohibited/advcl/are them/dobj/prohibited already/advmod/prohibited ./punct/are
(S (NP (NP (DT Some) (NNS jurisdictions)) (, ,) (PP (JJ such) (IN as) (NP (NP (DT the) (NNP European) (NNP Union)) (, ,) (NP (NNP China)) (, ,) (NP (NNP Canada)) (CC and) (NP (NNP United) (NNPS States)))) (, ,)) (VP (VBP are) (PP (IN in) (NP (NP (DT the) (NN process)) (PP (IN of) (S (VP (VBG phasing) (PRT (RP out)) (NP (NP (DT the) (NN use)) (PP (IN of) (NP (JJ incandescent) (NN light) (NNS bulbs))))))))) (SBAR (IN while) (S (NP (NP (NNS others)) (, ,) (PP (VBG including) (NP (NNP Colombia) (, ,) (NNP Mexico) (, ,) (NNP Cuba) (, ,) (NNP Argentina) (, ,) (NNP Brazil) (CC and) (NNP Australia))) (, ,)) (VP (VBP have) (VP (VBN prohibited) (NP (PRP them)) (ADVP (RB already))))))) (. .))
CT
['Some jurisdictions , such as the European Union , China , Canada and United States , are in the process of phasing out the use of incandescent light bulbs']
['while others , including Colombia , Mexico , Cuba , Argentina , Brazil and Australia , have prohibited them already']
[]
['Some jurisdictions , such as the European Union , China , Canada and United States , are in the process of phasing out the use of incandescent light bulbs while others , including Colombia , Mexico , Cuba , Argentina , Brazil and Australia , have prohibited them already .']
[]
43,577
However, Smith died from a heart attack in May 1994.
(ROOT (S (ADVP (RB However)) (, ,) (NP (NNP Smith)) (VP (VBD died) (PP (IN from) (NP (DT a) (NN heart) (NN attack))) (PP (IN in) (NP (NNP May) (CD 1994)))) (. .)))
6
{ "ADJ": [], "ADP": [ "from", "in" ], "ADV": [ "However" ], "AUX": [], "CCONJ": [], "DET": [ "a" ], "INTJ": [], "NOUN": [ "heart", "attack" ], "NUM": [ "1994" ], "PART": [], "PRON": [], "PROPN": [ "Smith", "May" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "died" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
However/advmod/died ,/punct/died Smith/nsubj/died died/ROOT/died from/prep/died a/det/attack heart/compound/attack attack/pobj/from in/prep/died May/pobj/in 1994/nummod/May ./punct/died
(S (ADVP (RB However)) (, ,) (NP (NNP Smith)) (VP (VBD died) (PP (IN from) (NP (DT a) (NN heart) (NN attack))) (PP (IN in) (NP (NNP May) (CD 1994)))) (. .))
T
['Smith died from a heart attack in May 1994']
[]
['However , Smith died from a heart attack in May 1994 .']
[]
[]
52,943
What is chloroplast DNA abbreviated as?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NN chloroplast) (NNP DNA)) (VP (VBN abbreviated) (PP (IN as)))) (. ?)))
6
{ "ADJ": [], "ADP": [ "as" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "chloroplast", "DNA" ], "NUM": [], "PART": [], "PRON": [ "What" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "abbreviated" ], "X": [] }
[ "O", "O", "B-NP", "I-NP", "B-VP", "B-PP", "O" ]
What/attr/is is/ROOT/is chloroplast/compound/DNA DNA/nsubj/is abbreviated/acl/DNA as/prep/abbreviated ?/punct/is
(SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NN chloroplast) (NNP DNA)) (VP (VBN abbreviated) (PP (IN as)))) (. ?))
FC
[]
[]
[]
[]
['What is chloroplast DNA abbreviated as ?']
539
To make new legislation, TFEU article 294 defines the "ordinary legislative procedure" that applies for most EU acts.
(ROOT (S (S (VP (TO To) (VP (VB make) (NP (JJ new) (NN legislation))))) (, ,) (NP (NNP TFEU) (NN article) (CD 294)) (VP (VBZ defines) (NP (NP (DT the) (`` ") (JJ ordinary) (JJ legislative) (NN procedure) ('' ")) (SBAR (WHNP (WDT that)) (S (VP (VBZ applies) (PP (IN for) (NP (JJS most) (NNP EU) (NNS acts)))))))) (. .)))
10
{ "ADJ": [ "new", "ordinary", "legislative", "most" ], "ADP": [ "for" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "legislation", "article", "procedure", "acts" ], "NUM": [ "294" ], "PART": [ "To" ], "PRON": [ "that" ], "PROPN": [ "TFEU", "EU" ], "PUNCT": [ ",", "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "make", "defines", "applies" ], "X": [] }
[ "B-VP", "I-VP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
To/aux/make make/advcl/defines new/amod/legislation legislation/dobj/make ,/punct/defines TFEU/compound/article article/nsubj/defines 294/appos/article defines/ROOT/defines the/det/procedure "/punct/procedure ordinary/amod/procedure legislative/amod/procedure procedure/dobj/defines "/punct/procedure that/nsubj/applies applies/relcl/procedure for/prep/applies most/amod/acts EU/compound/acts acts/pobj/for ./punct/defines
(S (S (VP (TO To) (VP (VB make) (NP (JJ new) (NN legislation))))) (, ,) (NP (NNP TFEU) (NN article) (CD 294)) (VP (VBZ defines) (NP (NP (DT the) (`` ") (JJ ordinary) (JJ legislative) (NN procedure) ('' ")) (SBAR (WHNP (WDT that)) (S (VP (VBZ applies) (PP (IN for) (NP (JJS most) (NNP EU) (NNS acts)))))))) (. .))
CT
['TFEU article 294 defines the " ordinary legislative procedure " that applies for most EU acts']
['that applies for most EU acts']
[]
['To make new legislation , TFEU article 294 defines the " ordinary legislative procedure " that applies for most EU acts .']
[]
35,566
She contributed four songs to its soundtrack, including the title track and "Causing a Commotion".
(ROOT (S (NP (PRP She)) (VP (VP (VBD contributed) (NP (CD four) (NNS songs)) (PP (IN to) (NP (PRP$ its) (NN soundtrack))) (, ,) (PP (VBG including) (NP (NP (DT the) (NN title) (NN track)) (CC and) (`` ") (S (VP (VBG Causing) (NP (DT a) (NNP Commotion))))))) (. ")) (. .)))
10
{ "ADJ": [], "ADP": [ "to" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "a" ], "INTJ": [], "NOUN": [ "songs", "soundtrack", "title", "track", "Commotion" ], "NUM": [ "four" ], "PART": [], "PRON": [ "She", "its" ], "PROPN": [], "PUNCT": [ ",", "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "contributed", "including", "Causing" ], "X": [] }
[ "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-VP", "O" ]
She/nsubj/contributed contributed/ROOT/contributed four/nummod/songs songs/dobj/contributed to/prep/contributed its/poss/soundtrack soundtrack/pobj/to ,/punct/soundtrack including/prep/songs the/det/track title/compound/track track/pobj/including and/cc/including "/punct/Causing Causing/conj/including a/det/Commotion Commotion/dobj/Causing "/punct/Causing ./punct/contributed
(S (NP (PRP She)) (VP (VP (VBD contributed) (NP (CD four) (NNS songs)) (PP (IN to) (NP (PRP$ its) (NN soundtrack))) (, ,) (PP (VBG including) (NP (NP (DT the) (NN title) (NN track)) (CC and) (`` ") (S (VP (VBG Causing) (NP (DT a) (NNP Commotion))))))) (. ")) (. .))
T
['She contributed four songs to its soundtrack , including the title track and " Causing a Commotion "']
[]
['She contributed four songs to its soundtrack , including the title track and " Causing a Commotion " .']
[]
[]
51,167
What was the reason a bill was accidentally assented in 1976?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBD was) (NP (NP (DT the) (NN reason)) (SBAR (S (NP (DT a) (NN bill)) (VP (VBD was) (ADVP (RB accidentally)) (VP (VBN assented) (PP (IN in) (NP (CD 1976))))))))) (. ?)))
11
{ "ADJ": [], "ADP": [ "in" ], "ADV": [ "accidentally" ], "AUX": [ "was", "was" ], "CCONJ": [], "DET": [ "the", "a" ], "INTJ": [], "NOUN": [ "reason", "bill" ], "NUM": [ "1976" ], "PART": [], "PRON": [ "What" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "assented" ], "X": [] }
[ "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "O" ]
What/attr/was was/ROOT/was the/det/reason reason/nsubj/was a/det/bill bill/nsubjpass/assented was/auxpass/assented accidentally/advmod/assented assented/relcl/reason in/prep/assented 1976/pobj/in ?/punct/was
(SBARQ (WHNP (WP What)) (SQ (VBD was) (NP (NP (DT the) (NN reason)) (SBAR (S (NP (DT a) (NN bill)) (VP (VBD was) (ADVP (RB accidentally)) (VP (VBN assented) (PP (IN in) (NP (CD 1976))))))))) (. ?))
FC
[]
['a bill was accidentally assented in 1976']
[]
[]
['What was the reason a bill was accidentally assented in 1976 ?']
61,273
The titular mockingbird is a key motif of this theme, which first appears when Atticus, having given his children air-rifles for Christmas, allows their Uncle Jack to teach them to shoot.
(ROOT (S (NP (DT The) (JJ titular) (NN mockingbird)) (VP (VBZ is) (NP (NP (DT a) (JJ key) (NN motif)) (PP (IN of) (NP (NP (DT this) (NN theme)) (, ,) (SBAR (WHNP (WDT which)) (S (ADVP (RB first)) (VP (VBZ appears) (SBAR (WHADVP (WRB when)) (S (NP (NNP Atticus)) (, ,) (S (VP (VBG having) (VP (VBN given) (NP (PRP$ his) (NNS children)) (NP (NN air) (HYPH -) (NNS rifles)) (PP (IN for) (NP (NNP Christmas)))))) (, ,) (VP (VBZ allows) (S (NP (PRP$ their) (NNP Uncle) (NNP Jack)) (VP (TO to) (VP (VB teach) (NP (PRP them)) (S (VP (TO to) (VP (VB shoot))))))))))))))))) (. .)))
19
{ "ADJ": [ "titular", "key" ], "ADP": [ "of", "for" ], "ADV": [ "first" ], "AUX": [ "is", "having" ], "CCONJ": [], "DET": [ "The", "a", "this" ], "INTJ": [], "NOUN": [ "mockingbird", "motif", "theme", "children", "air", "rifles" ], "NUM": [], "PART": [ "to", "to" ], "PRON": [ "which", "his", "their", "them" ], "PROPN": [ "Atticus", "Christmas", "Uncle", "Jack" ], "PUNCT": [ ",", ",", "-", ",", "." ], "SCONJ": [ "when" ], "SPACE": [], "SYM": [], "VERB": [ "appears", "given", "allows", "teach", "shoot" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-ADVP", "B-VP", "O", "B-NP", "O", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP"...
The/det/mockingbird titular/amod/mockingbird mockingbird/nsubj/is is/ROOT/is a/det/motif key/amod/motif motif/attr/is of/prep/motif this/det/theme theme/pobj/of ,/punct/theme which/nsubj/appears first/advmod/appears appears/relcl/theme when/advmod/allows Atticus/nsubj/allows ,/punct/allows having/aux/given given/advcl/allows his/poss/children children/dative/given air/compound/rifles -/punct/rifles rifles/dobj/given for/prep/given Christmas/pobj/for ,/punct/allows allows/advcl/appears their/poss/Uncle Uncle/nsubj/Jack Jack/nsubj/teach to/aux/teach teach/ccomp/allows them/dobj/teach to/aux/shoot shoot/xcomp/teach ./punct/is
(S (NP (DT The) (JJ titular) (NN mockingbird)) (VP (VBZ is) (NP (NP (DT a) (JJ key) (NN motif)) (PP (IN of) (NP (NP (DT this) (NN theme)) (, ,) (SBAR (WHNP (WDT which)) (S (ADVP (RB first)) (VP (VBZ appears) (SBAR (WHADVP (WRB when)) (S (NP (NNP Atticus)) (, ,) (S (VP (VBG having) (VP (VBN given) (NP (PRP$ his) (NNS children)) (NP (NN air) (HYPH -) (NNS rifles)) (PP (IN for) (NP (NNP Christmas)))))) (, ,) (VP (VBZ allows) (S (NP (PRP$ their) (NNP Uncle) (NNP Jack)) (VP (TO to) (VP (VB teach) (NP (PRP them)) (S (VP (TO to) (VP (VB shoot))))))))))))))))) (. .))
CT
['The titular mockingbird is a key motif of this theme , which first appears']
['which first appears when Atticus , having given his children air - rifles for Christmas , allows their Uncle Jack to teach them to shoot', 'when Atticus , having given his children air - rifles for Christmas , allows their Uncle Jack to teach them to shoot']
[]
['The titular mockingbird is a key motif of this theme , which first appears when Atticus , having given his children air - rifles for Christmas , allows their Uncle Jack to teach them to shoot .']
[]
35,164
The human body contains copper at a level of about 1.4 to 2.1 mg per kg of body mass.
(ROOT (S (NP (DT The) (JJ human) (NN body)) (VP (VBZ contains) (NP (NN copper)) (PP (IN at) (NP (NP (DT a) (NN level)) (PP (IN of) (NP (NP (QP (RB about) (CD 1.4) (IN to) (CD 2.1)) (NNS mg)) (PP (IN per) (NP (NP (NN kg)) (PP (IN of) (NP (NN body) (NN mass)))))))))) (. .)))
12
{ "ADJ": [ "human" ], "ADP": [ "at", "of", "per", "of" ], "ADV": [ "about" ], "AUX": [], "CCONJ": [], "DET": [ "The", "a" ], "INTJ": [], "NOUN": [ "body", "copper", "level", "mg", "kg", "body", "mass" ], "NUM": [ "1.4", "2.1" ], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "contains" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "O", "O", "O", "O", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/body human/amod/body body/nsubj/contains contains/ROOT/contains copper/dobj/contains at/prep/contains a/det/level level/pobj/at of/prep/level about/quantmod/2.1 1.4/quantmod/2.1 to/quantmod/2.1 2.1/nummod/mg mg/pobj/of per/prep/mg kg/pobj/per of/prep/kg body/compound/mass mass/pobj/of ./punct/contains
(S (NP (DT The) (JJ human) (NN body)) (VP (VBZ contains) (NP (NN copper)) (PP (IN at) (NP (NP (DT a) (NN level)) (PP (IN of) (NP (NP (QP (RB about) (CD 1.4) (IN to) (CD 2.1)) (NNS mg)) (PP (IN per) (NP (NP (NN kg)) (PP (IN of) (NP (NN body) (NN mass)))))))))) (. .))
T
['The human body contains copper at a level of about 1.4 to 2.1 mg per kg of body mass']
[]
['The human body contains copper at a level of about 1.4 to 2.1 mg per kg of body mass .']
[]
[]
51,931
A major goal of DCA operations, in concert with OCA operations, is to provide an area from which forces can operate, secure from air and missile threats.
(ROOT (S (NP (DT A) (JJ major) (NN goal)) (PP (IN of) (NP (NNP DCA) (NNS operations))) (, ,) (PP (IN in) (NP (NP (NN concert)) (PP (IN with) (NP (NNP OCA) (NNS operations))))) (, ,) (VP (VBZ is) (S (VP (TO to) (VP (VB provide) (NP (NP (DT an) (NN area)) (SBAR (WHPP (IN from) (WHNP (WDT which))) (S (NP (NNS forces)) (VP (MD can) (VP (VB operate) (, ,) (ADJP (JJ secure) (PP (IN from) (NP (NML (NN air) (CC and) (NN missile)) (NNS threats))))))))))))) (. .)))
16
{ "ADJ": [ "major", "secure" ], "ADP": [ "of", "in", "with", "from", "from" ], "ADV": [], "AUX": [ "is", "can" ], "CCONJ": [ "and" ], "DET": [ "A", "an" ], "INTJ": [], "NOUN": [ "goal", "operations", "concert", "operations", "area", "forces", "air", "missile", "threats" ], "NUM": [], "PART": [ "to" ], "PRON": [ "which" ], "PROPN": [ "DCA", "OCA" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "provide", "operate" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "I-VP", "I-VP", "B-ADJP", "B-PP", "O", "O", "O", "B-NP", "O" ]
A/det/goal major/amod/goal goal/nsubj/is of/prep/goal DCA/compound/operations operations/pobj/of ,/punct/goal in/prep/goal concert/pobj/in with/prep/concert OCA/compound/operations operations/pobj/with ,/punct/goal is/ROOT/is to/aux/provide provide/xcomp/is an/det/area area/dobj/provide from/prep/operate which/pobj/from forces/nsubj/operate can/aux/operate operate/relcl/area ,/punct/area secure/amod/area from/prep/secure air/nmod/threats and/cc/air missile/conj/air threats/pobj/from ./punct/is
(S (NP (DT A) (JJ major) (NN goal)) (PP (IN of) (NP (NNP DCA) (NNS operations))) (, ,) (PP (IN in) (NP (NP (NN concert)) (PP (IN with) (NP (NNP OCA) (NNS operations))))) (, ,) (VP (VBZ is) (S (VP (TO to) (VP (VB provide) (NP (NP (DT an) (NN area)) (SBAR (WHPP (IN from) (WHNP (WDT which))) (S (NP (NNS forces)) (VP (MD can) (VP (VB operate) (, ,) (ADJP (JJ secure) (PP (IN from) (NP (NML (NN air) (CC and) (NN missile)) (NNS threats))))))))))))) (. .))
CT
['A major goal is to provide an area from which forces can operate , secure from air and missile threats']
['from which forces can operate , secure from air and missile threats']
[]
['A major goal of DCA operations , in concert with OCA operations , is to provide an area from which forces can operate , secure from air and missile threats .']
[]
61,540
Chapultepec Castle is located where?
(ROOT (S (NP (NNP Chapultepec) (NNP Castle)) (VP (VBZ is) (VP (VBN located) (WHADVP (WRB where)))) (. ?)))
6
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Chapultepec", "Castle" ], "PUNCT": [ "?" ], "SCONJ": [ "where" ], "SPACE": [], "SYM": [], "VERB": [ "located" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "O", "O" ]
Chapultepec/compound/Castle Castle/nsubjpass/located is/auxpass/located located/ROOT/located where/advmod/located ?/punct/located
(S (NP (NNP Chapultepec) (NNP Castle)) (VP (VBZ is) (VP (VBN located) (WHADVP (WRB where)))) (. ?))
T
['Chapultepec Castle is located where']
[]
['Chapultepec Castle is located where ?']
[]
[]
6,148
Most artificial satellites operate in this region called low Earth orbit and must fire their engines every few days to maintain orbit.[citation needed]
(ROOT (S (NP (JJS Most) (JJ artificial) (NNS satellites)) (VP (VBP operate) (PP (IN in) (NP (NP (DT this) (NN region)) (VP (VBN called) (S (NP (JJ low) (NNP Earth) (NN orbit))))))) (CC and) (VP (MD must) (VP (VB fire) (NP (PRP$ their) (NNS engines)) (NP (DT every) (JJ few) (NNS days)) (S (VP (TO to) (VP (VB maintain) (NP (NN orbit.-LSB-citation) (VP (VBN needed)))))))) (-RRB- -RSB-)))
10
{ "ADJ": [ "Most", "artificial", "low", "few" ], "ADP": [ "in" ], "ADV": [], "AUX": [ "must" ], "CCONJ": [ "and" ], "DET": [ "this", "every" ], "INTJ": [], "NOUN": [ "satellites", "region", "orbit", "engines", "days", "orbit.[citation" ], "NUM": [], "PART": [ "to" ], "PRON": [ "their" ], "PROPN": [ "Earth" ], "PUNCT": [ "]" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "operate", "called", "fire", "maintain", "needed" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-VP", "O" ]
Most/amod/satellites artificial/amod/satellites satellites/nsubj/operate operate/ROOT/operate in/prep/operate this/det/region region/pobj/in called/acl/region low/amod/orbit Earth/compound/orbit orbit/oprd/called and/cc/operate must/aux/fire fire/conj/operate their/poss/engines engines/dobj/fire every/det/days few/amod/days days/npadvmod/fire to/aux/maintain maintain/advcl/fire orbit.[citation/dobj/maintain needed/acl/orbit.[citation ]/punct/operate
(S (NP (JJS Most) (JJ artificial) (NNS satellites)) (VP (VBP operate) (PP (IN in) (NP (NP (DT this) (NN region)) (VP (VBN called) (S (NP (JJ low) (NNP Earth) (NN orbit))))))) (CC and) (VP (MD must) (VP (VB fire) (NP (PRP$ their) (NNS engines)) (NP (DT every) (JJ few) (NNS days)) (S (VP (TO to) (VP (VB maintain) (NP (NN orbit.-LSB-citation) (VP (VBN needed)))))))) (-RRB- -RSB-))
T
['Most artificial satellites must fire their engines every few days to maintain orbit.-LSB-citation needed']
[]
['Most artificial satellites operate in this region called low Earth orbit and must fire their engines every few days to maintain orbit.-LSB-citation needed -RSB-']
[]
[]
4,295
Tesla held that, with his circuits, the "instrument will ... enable one to generate Roentgen rays of much greater power than obtainable with ordinary apparatus."
(ROOT (S (NP (NNP Tesla)) (VP (VBD held) (SBAR (IN that) (, ,) (S (PP (IN with) (NP (PRP$ his) (NNS circuits))) (, ,) (NP (DT the) (`` ") (NN instrument)) (VP (MD will) (: ...) (VP (VB enable) (NP (PRP one)) (S (VP (TO to) (VP (VB generate) (NP (NP (NNP Roentgen) (NNS rays)) (PP (IN of) (NP (NP (ADJP (RB much) (JJR greater)) (NN power)) (PP (IN than) (ADJP (JJ obtainable) (PP (IN with) (NP (JJ ordinary) (NN apparatus)))))))))))))))) (. .) ('' ")))
18
{ "ADJ": [ "greater", "obtainable", "ordinary" ], "ADP": [ "with", "of", "than", "with" ], "ADV": [ "much" ], "AUX": [ "will" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "circuits", "instrument", "rays", "power", "apparatus" ], "NUM": [ "one" ], "PART": [ "to" ], "PRON": [ "his" ], "PROPN": [ "Tesla", "Roentgen" ], "PUNCT": [ ",", ",", "\"", "...", ".", "\"" ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "held", "enable", "generate" ], "X": [] }
[ "B-NP", "B-VP", "O", "O", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-ADJP", "I-ADJP", "B-NP", "B-PP", "B-ADJP", "B-PP", "B-NP", "I-NP", "O", "O" ]
Tesla/nsubj/held held/ROOT/held that/mark/enable ,/punct/enable with/prep/will his/poss/circuits circuits/pobj/with ,/punct/will the/det/instrument "/punct/instrument instrument/nsubj/will will/aux/enable .../punct/enable enable/ccomp/held one/dobj/enable to/aux/generate generate/xcomp/enable Roentgen/compound/rays rays/dobj/generate of/prep/rays much/advmod/greater greater/amod/power power/pobj/of than/prep/power obtainable/amod/than with/prep/obtainable ordinary/amod/apparatus apparatus/pobj/with ./punct/held "/punct/held
(S (NP (NNP Tesla)) (VP (VBD held) (SBAR (IN that) (, ,) (S (PP (IN with) (NP (PRP$ his) (NNS circuits))) (, ,) (NP (DT the) (`` ") (NN instrument)) (VP (MD will) (: ...) (VP (VB enable) (NP (PRP one)) (S (VP (TO to) (VP (VB generate) (NP (NP (NNP Roentgen) (NNS rays)) (PP (IN of) (NP (NP (ADJP (RB much) (JJR greater)) (NN power)) (PP (IN than) (ADJP (JJ obtainable) (PP (IN with) (NP (JJ ordinary) (NN apparatus)))))))))))))))) (. .) ('' "))
CT
['Tesla held']
['that , with his circuits , the " instrument will ... enable one to generate Roentgen rays of much greater power than obtainable with ordinary apparatus']
[]
['Tesla held that , with his circuits , the " instrument will ... enable one to generate Roentgen rays of much greater power than obtainable with ordinary apparatus . "']
[]
44,412
Up to 11 million men and women are members of the Basij who could potentially be called up for service; GlobalSecurity.org estimates Iran could mobilize "up to one million men".
(ROOT (S (S (NP (QP (IN Up) (IN to) (CD 11) (CD million)) (NNS men) (CC and) (NNS women)) (VP (VBP are) (NP (NP (NP (NNS members)) (PP (IN of) (NP (DT the) (NNP Basij)))) (SBAR (WHNP (WP who)) (S (VP (MD could) (ADVP (RB potentially)) (VP (VB be) (VP (VBN called) (PRT (RP up)) (PP (IN for) (NP (NN service))))))))))) (: ;) (S (S (NP (NNP GlobalSecurity.org)) (VP (VBZ estimates) (SBAR (S (NP (NNP Iran)) (VP (MD could) (VP (VB mobilize) (`` ") (NP (QP (IN up) (IN to) (CD one) (CD million)) (NNS men)))))))) (. ")) (. .)))
13
{ "ADJ": [], "ADP": [ "Up", "of", "up", "for", "up" ], "ADV": [ "potentially" ], "AUX": [ "are", "could", "be", "could" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "men", "women", "members", "service", "men" ], "NUM": [ "11", "million", "one", "million" ], "PART": [ "to", "to" ], "PRON": [ "who" ], "PROPN": [ "Basij", "GlobalSecurity.org", "Iran" ], "PUNCT": [ ";", "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "called", "estimates", "mobilize" ], "X": [] }
[ "O", "O", "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-VP", "B-ADVP", "B-VP", "I-VP", "O", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-NP", "B-VP", "I-VP", "I-VP", "O", "O", "O", "O", "B-NP", "O", "O" ]
Up/quantmod/million to/quantmod/million 11/compound/million million/nummod/men men/nsubj/are and/cc/men women/conj/men are/ccomp/estimates members/attr/are of/prep/members the/det/Basij Basij/pobj/of who/nsubjpass/called could/aux/called potentially/advmod/called be/auxpass/called called/relcl/Basij up/prt/called for/prep/called service/pobj/for ;/punct/estimates GlobalSecurity.org/nsubj/estimates estimates/ROOT/estimates Iran/nsubj/mobilize could/aux/mobilize mobilize/ccomp/estimates "/punct/mobilize up/quantmod/million to/quantmod/million one/compound/million million/nummod/men men/dobj/mobilize "/punct/mobilize ./punct/estimates
(S (S (NP (QP (IN Up) (IN to) (CD 11) (CD million)) (NNS men) (CC and) (NNS women)) (VP (VBP are) (NP (NP (NP (NNS members)) (PP (IN of) (NP (DT the) (NNP Basij)))) (SBAR (WHNP (WP who)) (S (VP (MD could) (ADVP (RB potentially)) (VP (VB be) (VP (VBN called) (PRT (RP up)) (PP (IN for) (NP (NN service))))))))))) (: ;) (S (S (NP (NNP GlobalSecurity.org)) (VP (VBZ estimates) (SBAR (S (NP (NNP Iran)) (VP (MD could) (VP (VB mobilize) (`` ") (NP (QP (IN up) (IN to) (CD one) (CD million)) (NNS men)))))))) (. ")) (. .))
CT
['Up to 11 million men and women are members of the Basij who could potentially be called up for service', 'GlobalSecurity.org estimates "']
['who could potentially be called up for service', 'Iran could mobilize " up to one million men']
[]
['Up to 11 million men and women are members of the Basij who could potentially be called up for service ; GlobalSecurity.org estimates Iran could mobilize " up to one million men " .']
[]
39,640
Dust and scratches cause audio clicks and pops.
(ROOT (S (NP (NN Dust) (CC and) (NNS scratches)) (VP (VBP cause) (NP (NN audio) (NNS clicks) (CC and) (NNS pops))) (. .)))
5
{ "ADJ": [ "audio" ], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [], "INTJ": [], "NOUN": [ "Dust", "scratches", "clicks", "pops" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "cause" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
Dust/nsubj/cause and/cc/Dust scratches/conj/Dust cause/ROOT/cause audio/compound/clicks clicks/dobj/cause and/cc/clicks pops/conj/clicks ./punct/cause
(S (NP (NN Dust) (CC and) (NNS scratches)) (VP (VBP cause) (NP (NN audio) (NNS clicks) (CC and) (NNS pops))) (. .))
T
['Dust and scratches cause audio clicks and pops']
[]
['Dust and scratches cause audio clicks and pops .']
[]
[]
14,170
The smaller the economic inequality, the more waste and pollution is created, resulting in many cases, in more environmental degradation.
(ROOT (S (S (ADJP (ADJP (DT The) (JJR smaller)) (SBAR (S (NP (DT the) (JJ economic) (NN inequality)))))) (, ,) (ADVP (DT the) (RBR more)) (NP (NN waste) (CC and) (NN pollution)) (VP (VBZ is) (VP (VBN created) (, ,) (S (VP (VBG resulting) (PP (IN in) (NP (JJ many) (NNS cases))) (, ,) (PP (IN in) (NP (JJR more) (JJ environmental) (NN degradation))))))) (. .)))
9
{ "ADJ": [ "smaller", "economic", "more", "many", "more", "environmental" ], "ADP": [ "in", "in" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "inequality", "waste", "pollution", "cases", "degradation" ], "NUM": [], "PART": [], "PRON": [ "The" ], "PROPN": [], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "created", "resulting" ], "X": [] }
[ "B-ADJP", "I-ADJP", "B-NP", "I-NP", "I-NP", "O", "B-ADVP", "I-ADVP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
The/advmod/smaller smaller/amod/inequality the/det/inequality economic/amod/inequality inequality/advcl/created ,/punct/created the/det/waste more/amod/waste waste/nsubjpass/created and/cc/waste pollution/conj/waste is/auxpass/created created/ROOT/created ,/punct/created resulting/advcl/created in/prep/resulting many/amod/cases cases/pobj/in ,/punct/resulting in/prep/resulting more/advmod/environmental environmental/amod/degradation degradation/pobj/in ./punct/created
(S (S (ADJP (ADJP (DT The) (JJR smaller)) (SBAR (S (NP (DT the) (JJ economic) (NN inequality)))))) (, ,) (ADVP (DT the) (RBR more)) (NP (NN waste) (CC and) (NN pollution)) (VP (VBZ is) (VP (VBN created) (, ,) (S (VP (VBG resulting) (PP (IN in) (NP (JJ many) (NNS cases))) (, ,) (PP (IN in) (NP (JJR more) (JJ environmental) (NN degradation))))))) (. .))
CT
['The smaller']
['the economic inequality']
[]
['The smaller the economic inequality , the more waste and pollution is created , resulting in many cases , in more environmental degradation .']
[]
64,769
According to the Brookings Institution, the traditional banking system does not have the capital to close this gap as of June 2009: "It would take a number of years of strong profits to generate sufficient capital to support that additional lending volume".
(ROOT (S (S (PP (VBG According) (PP (IN to) (NP (DT the) (NNP Brookings) (NNP Institution)))) (, ,) (NP (DT the) (JJ traditional) (NN banking) (NN system)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT the) (NN capital)) (SBAR (S (VP (SBAR (S (VP (TO to) (VP (VB close) (NP (DT this) (NN gap)))))) (PP (IN as) (PP (IN of) (NP (NNP June) (CD 2009))))))))))) (: :) (`` ") (S (NP (NP (PRP It))) (VP (MD would) (VP (VB take) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NP (NNS years)) (PP (IN of) (NP (JJ strong) (NNS profits)))))) (S (VP (TO to) (VP (VB generate) (NP (JJ sufficient) (NN capital) (SBAR (S (VP (TO to) (VP (VB support) (NP (DT that) (JJ additional) (NN lending) (NN volume))))))))))))) (. ") ('' .)))
15
{ "ADJ": [ "traditional", "strong", "sufficient", "additional" ], "ADP": [ "to", "as", "of", "of", "of" ], "ADV": [], "AUX": [ "does", "would" ], "CCONJ": [], "DET": [ "the", "the", "the", "this", "a" ], "INTJ": [], "NOUN": [ "banking", "system", "capital", "gap", "number", "years", "profits", "capital", "lending", "volume" ], "NUM": [ "2009" ], "PART": [ "not", "to", "to", "to" ], "PRON": [ "It" ], "PROPN": [ "Brookings", "Institution", "June" ], "PUNCT": [ ",", ":", "\"", "\"", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "According", "have", "close", "take", "generate", "support" ], "X": [] }
[ "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP...
According/prep/have to/prep/According the/det/Institution Brookings/compound/Institution Institution/pobj/to ,/punct/have the/det/system traditional/amod/system banking/compound/system system/nsubj/have does/aux/have not/neg/have have/ccomp/take the/det/capital capital/dobj/have to/aux/close close/relcl/capital this/det/gap gap/dobj/close as/prep/close of/prep/as June/pobj/of 2009/nummod/June :/punct/take "/punct/take It/nsubj/take would/aux/take take/ROOT/take a/det/number number/dobj/take of/prep/number years/pobj/of of/prep/years strong/amod/profits profits/pobj/of to/aux/generate generate/advcl/take sufficient/amod/capital capital/dobj/generate to/aux/support support/advcl/generate that/det/volume additional/amod/volume lending/compound/volume volume/dobj/support "/punct/take ./punct/take
(S (S (PP (VBG According) (PP (IN to) (NP (DT the) (NNP Brookings) (NNP Institution)))) (, ,) (NP (DT the) (JJ traditional) (NN banking) (NN system)) (VP (VBZ does) (RB not) (VP (VB have) (NP (NP (DT the) (NN capital)) (SBAR (S (VP (SBAR (S (VP (TO to) (VP (VB close) (NP (DT this) (NN gap)))))) (PP (IN as) (PP (IN of) (NP (NNP June) (CD 2009))))))))))) (: :) (`` ") (S (NP (NP (PRP It))) (VP (MD would) (VP (VB take) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NP (NNS years)) (PP (IN of) (NP (JJ strong) (NNS profits)))))) (S (VP (TO to) (VP (VB generate) (NP (JJ sufficient) (NN capital) (SBAR (S (VP (TO to) (VP (VB support) (NP (DT that) (JJ additional) (NN lending) (NN volume))))))))))))) (. ") ('' .))
CT
['According to the Brookings Institution , the traditional banking system does not have the capital as of June 2009', 'It would take a number of years of strong profits to generate sufficient capital to support that additional lending volume']
['to close this gap as of June 2009', 'to close this gap', 'to support that additional lending volume']
[]
['According to the Brookings Institution , the traditional banking system does not have the capital to close this gap as of June 2009 : " It would take a number of years of strong profits to generate sufficient capital to support that additional lending volume " .']
[]
36,162
The state has a large logging industry ranking second in oak and third in pine in Mexico.
(ROOT (S (NP (DT The) (NN state)) (VP (VBZ has) (NP (NP (DT a) (JJ large) (NN logging) (NN industry)) (VP (VP (VBG ranking) (ADVP (JJ second) (PP (IN in) (NP (NN oak))))) (CC and) (ADJP (JJ third) (PP (IN in) (NP (NN pine)))) (PP (IN in) (NP (NNP Mexico)))))) (. .)))
10
{ "ADJ": [ "large" ], "ADP": [ "in", "in", "in" ], "ADV": [ "second", "third" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "a" ], "INTJ": [], "NOUN": [ "state", "logging", "industry", "oak", "pine" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Mexico" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "has", "ranking" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-PP", "B-NP", "B-VP", "B-ADJP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
The/det/state state/nsubj/has has/ROOT/has a/det/industry large/amod/industry logging/compound/industry industry/dobj/has ranking/acl/industry second/advmod/ranking in/prep/ranking oak/pobj/in and/cc/ranking third/advmod/in in/prep/industry pine/pobj/in in/prep/has Mexico/pobj/in ./punct/has
(S (NP (DT The) (NN state)) (VP (VBZ has) (NP (NP (DT a) (JJ large) (NN logging) (NN industry)) (VP (VP (VBG ranking) (ADVP (JJ second) (PP (IN in) (NP (NN oak))))) (CC and) (ADJP (JJ third) (PP (IN in) (NP (NN pine)))) (PP (IN in) (NP (NNP Mexico)))))) (. .))
T
['The state has a large logging industry ranking second in oak and third in pine in Mexico']
[]
['The state has a large logging industry ranking second in oak and third in pine in Mexico .']
[]
[]
73,185
The game is played using a spherical ball of 68.5–69.5 cm (27.0–27.4 in) circumference, known as the football (or soccer ball).
(ROOT (S (NP (DT The) (NN game)) (VP (VBZ is) (VP (VBN played) (PP (VBG using) (NP (NP (NP (DT a) (JJ spherical) (NN ball)) (PP (IN of) (NP (NP (CD 68.5–69.5) (NNS cm)) (-LRB- -LRB-) (CD 27.0–27.4) (IN in) (-RRB- -RRB-) (NN circumference)))) (, ,) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (NML (NN football))) (-LRB- -LRB-) (CC or) (NML (NN soccer) (NN ball)) (-RRB- -RRB-)))))))) (. .)))
12
{ "ADJ": [ "spherical" ], "ADP": [ "of", "in", "as" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [ "or" ], "DET": [ "The", "a", "the" ], "INTJ": [], "NOUN": [ "game", "ball", "cm", "circumference", "football", "soccer", "ball" ], "NUM": [ "68.5–69.5", "27.0–27.4" ], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "(", ")", ",", "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "played", "using", "known" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "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", "B-VP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "O", "O", "B-NP", "O" ]
The/det/game game/nsubjpass/played is/auxpass/played played/ROOT/played using/advcl/played a/det/ball spherical/amod/ball ball/dobj/using of/prep/ball 68.5–69.5/nummod/cm cm/pobj/of (/punct/27.0–27.4 27.0–27.4/appos/cm in/prep/27.0–27.4 )/punct/in circumference/pobj/in ,/punct/circumference known/acl/circumference as/prep/known the/det/football football/pobj/as (/punct/football or/cc/football soccer/compound/ball ball/conj/football )/punct/circumference ./punct/played
(S (NP (DT The) (NN game)) (VP (VBZ is) (VP (VBN played) (PP (VBG using) (NP (NP (NP (DT a) (JJ spherical) (NN ball)) (PP (IN of) (NP (NP (CD 68.5–69.5) (NNS cm)) (-LRB- -LRB-) (CD 27.0–27.4) (IN in) (-RRB- -RRB-) (NN circumference)))) (, ,) (VP (VBN known) (PP (IN as) (NP (NP (DT the) (NML (NN football))) (-LRB- -LRB-) (CC or) (NML (NN soccer) (NN ball)) (-RRB- -RRB-)))))))) (. .))
T
['The game is played using a spherical ball of 68.5–69.5 cm -LRB- 27.0–27.4 in -RRB- circumference , known as the football -LRB- or soccer ball -RRB-']
[]
['The game is played using a spherical ball of 68.5–69.5 cm -LRB- 27.0–27.4 in -RRB- circumference , known as the football -LRB- or soccer ball -RRB- .']
[]
[]
52,200
What time was the crucifiction per Mark?
(ROOT (SBARQ (WHNP (WP What) (NN time)) (SQ (VBD was) (NP (NP (DT the) (NN crucifiction)) (PP (IN per) (NP (NNP Mark))))) (. ?)))
7
{ "ADJ": [], "ADP": [ "per" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "What", "the" ], "INTJ": [], "NOUN": [ "time", "crucifiction" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Mark" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "O" ]
What/det/time time/attr/was was/ROOT/was the/det/crucifiction crucifiction/nsubj/was per/prep/crucifiction Mark/pobj/per ?/punct/was
(SBARQ (WHNP (WP What) (NN time)) (SQ (VBD was) (NP (NP (DT the) (NN crucifiction)) (PP (IN per) (NP (NNP Mark))))) (. ?))
FC
[]
[]
[]
[]
['What time was the crucifiction per Mark ?']
38,069
According to the government of Botswana, trophy hunting is at least partly to blame for this, but many other factors, such as poaching, drought and habitat loss are also to blame.
(ROOT (S (PP (VBG According) (PP (IN to) (NP (NP (DT the) (NN government)) (PP (IN of) (NP (NNP Botswana)))))) (, ,) (S (NP (NN trophy) (NN hunting)) (VP (VBZ is) (ADVP (ADVP (RB at) (RBS least)) (RB partly)) (VP (TO to) (VP (VB blame) (PP (IN for) (NP (DT this))))))) (, ,) (CC but) (S (NP (NP (JJ many) (JJ other) (NNS factors)) (, ,) (PP (JJ such) (IN as) (NP (NP (NN poaching)) (, ,) (NP (NN drought)) (CC and) (NP (NN habitat) (NN loss))))) (VP (VBP are) (ADVP (RB also)) (S (VP (TO to) (VP (VB blame)))))) (. .)))
9
{ "ADJ": [ "least", "many", "other", "such" ], "ADP": [ "to", "of", "at", "for", "as" ], "ADV": [ "partly", "also" ], "AUX": [ "is", "are" ], "CCONJ": [ "but", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "government", "trophy", "hunting", "factors", "poaching", "drought", "habitat", "loss" ], "NUM": [], "PART": [ "to", "to" ], "PRON": [ "this" ], "PROPN": [ "Botswana" ], "PUNCT": [ ",", ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "According", "blame", "blame" ], "X": [] }
[ "B-PP", "I-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-VP", "B-ADVP", "I-ADVP", "I-ADVP", "B-VP", "I-VP", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", ...
According/prep/is to/prep/According the/det/government government/pobj/to of/prep/government Botswana/pobj/of ,/punct/is trophy/compound/hunting hunting/nsubj/is is/ROOT/is at/advmod/least least/advmod/partly partly/advmod/blame to/aux/blame blame/xcomp/is for/prep/blame this/pobj/for ,/punct/is but/cc/is many/amod/factors other/amod/factors factors/nsubj/are ,/punct/factors such/amod/as as/prep/factors poaching/pobj/as ,/punct/poaching drought/conj/poaching and/cc/drought habitat/compound/loss loss/conj/drought are/conj/is also/advmod/are to/aux/blame blame/xcomp/are ./punct/are
(S (PP (VBG According) (PP (IN to) (NP (NP (DT the) (NN government)) (PP (IN of) (NP (NNP Botswana)))))) (, ,) (S (NP (NN trophy) (NN hunting)) (VP (VBZ is) (ADVP (ADVP (RB at) (RBS least)) (RB partly)) (VP (TO to) (VP (VB blame) (PP (IN for) (NP (DT this))))))) (, ,) (CC but) (S (NP (NP (JJ many) (JJ other) (NNS factors)) (, ,) (PP (JJ such) (IN as) (NP (NP (NN poaching)) (, ,) (NP (NN drought)) (CC and) (NP (NN habitat) (NN loss))))) (VP (VBP are) (ADVP (RB also)) (S (VP (TO to) (VP (VB blame)))))) (. .))
T
['trophy hunting is at least partly to blame for this', 'many other factors , such as poaching , drought and habitat loss are also to blame']
[]
['According to the government of Botswana , trophy hunting is at least partly to blame for this , but many other factors , such as poaching , drought and habitat loss are also to blame .']
[]
[]
59,519
What type of producer was Martin Hannett?
(ROOT (SBARQ (WHNP (WHNP (WP What) (NN type)) (PP (IN of) (NP (NN producer)))) (SQ (VBD was) (NP (NNP Martin) (NNP Hannett))) (. ?)))
6
{ "ADJ": [], "ADP": [ "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "What" ], "INTJ": [], "NOUN": [ "type", "producer" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Martin", "Hannett" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "B-PP", "B-NP", "O", "B-NP", "I-NP", "O" ]
What/det/type type/attr/was of/prep/type producer/pobj/of was/ROOT/was Martin/compound/Hannett Hannett/attr/was ?/punct/was
(SBARQ (WHNP (WHNP (WP What) (NN type)) (PP (IN of) (NP (NN producer)))) (SQ (VBD was) (NP (NNP Martin) (NNP Hannett))) (. ?))
FC
[]
[]
[]
[]
['What type of producer was Martin Hannett ?']
22,021
Gustav was the local chief of police, and had served in World War II as a Hauptfeldwebel after voluntarily joining the Nazi Party in 1938, though he was discharged in 1943 following a bout of malaria.
(ROOT (S (NP (NNP Gustav)) (VP (VP (VBD was) (NP (NP (DT the) (JJ local) (NN chief)) (PP (IN of) (NP (NNS police))))) (, ,) (CC and) (VP (VBD had) (VP (VBN served) (PP (IN in) (NP (NNP World) (NNP War) (NNP II))) (PP (IN as) (NP (DT a) (NNP Hauptfeldwebel))) (PP (IN after) (S (ADVP (RB voluntarily)) (VP (VBG joining) (NP (DT the) (NNP Nazi) (NNP Party)) (PP (IN in) (NP (CD 1938)))))) (, ,) (SBAR (IN though) (S (NP (PRP he)) (VP (VBD was) (VP (VBN discharged) (PP (IN in) (NP (CD 1943))) (PP (VBG following) (NP (NP (DT a) (NN bout)) (PP (IN of) (NP (NN malaria)))))))))))) (. .)))
14
{ "ADJ": [ "local" ], "ADP": [ "of", "in", "as", "after", "in", "in", "of" ], "ADV": [ "voluntarily" ], "AUX": [ "was", "had", "was" ], "CCONJ": [ "and" ], "DET": [ "the", "a", "the", "a" ], "INTJ": [], "NOUN": [ "chief", "police", "bout", "malaria" ], "NUM": [ "1938", "1943" ], "PART": [], "PRON": [ "he" ], "PROPN": [ "Gustav", "World", "War", "II", "Hauptfeldwebel", "Nazi", "Party" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "though" ], "SPACE": [], "SYM": [], "VERB": [ "served", "joining", "discharged", "following" ], "X": [] }
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "O", "B-NP", "B-VP", "I-VP", "B-PP",...
Gustav/nsubj/was was/ROOT/was the/det/chief local/amod/chief chief/attr/was of/prep/chief police/pobj/of ,/punct/was and/cc/was had/aux/served served/conj/was in/prep/served World/compound/II War/compound/II II/pobj/in as/prep/served a/det/Hauptfeldwebel Hauptfeldwebel/pobj/as after/prep/served voluntarily/advmod/joining joining/pcomp/after the/det/Party Nazi/compound/Party Party/dobj/joining in/prep/joining 1938/pobj/in ,/punct/served though/mark/discharged he/nsubjpass/discharged was/auxpass/discharged discharged/advcl/served in/prep/discharged 1943/pobj/in following/prep/discharged a/det/bout bout/pobj/following of/prep/bout malaria/pobj/of ./punct/was
(S (NP (NNP Gustav)) (VP (VP (VBD was) (NP (NP (DT the) (JJ local) (NN chief)) (PP (IN of) (NP (NNS police))))) (, ,) (CC and) (VP (VBD had) (VP (VBN served) (PP (IN in) (NP (NNP World) (NNP War) (NNP II))) (PP (IN as) (NP (DT a) (NNP Hauptfeldwebel))) (PP (IN after) (S (ADVP (RB voluntarily)) (VP (VBG joining) (NP (DT the) (NNP Nazi) (NNP Party)) (PP (IN in) (NP (CD 1938)))))) (, ,) (SBAR (IN though) (S (NP (PRP he)) (VP (VBD was) (VP (VBN discharged) (PP (IN in) (NP (CD 1943))) (PP (VBG following) (NP (NP (DT a) (NN bout)) (PP (IN of) (NP (NN malaria)))))))))))) (. .))
CT
['Gustav was the local chief of police , and had served in World War II as a Hauptfeldwebel after voluntarily joining the Nazi Party in 1938 ,']
['though he was discharged in 1943 following a bout of malaria']
[]
['Gustav was the local chief of police , and had served in World War II as a Hauptfeldwebel after voluntarily joining the Nazi Party in 1938 , though he was discharged in 1943 following a bout of malaria .']
[]
53,356
It was an early backer of what
(ROOT (SBAR (FRAG (NP (PRP It)) (VP (VBD was) (NP (NP (DT an) (JJ early) (NN backer)) (PP (IN of) (WHNP (WP what))))))))
8
{ "ADJ": [ "early" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "an" ], "INTJ": [], "NOUN": [ "backer" ], "NUM": [], "PART": [], "PRON": [ "It", "what" ], "PROPN": [], "PUNCT": [], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "O" ]
It/nsubj/was was/ROOT/was an/det/backer early/amod/backer backer/attr/was of/prep/backer what/pobj/of
(SBAR (FRAG (NP (PRP It)) (VP (VBD was) (NP (NP (DT an) (JJ early) (NN backer)) (PP (IN of) (WHNP (WP what)))))))
FC
[]
['It was an early backer of what']
[]
[]
['It was an early backer of what']
12,144
A corrupt dictatorship typically results in many years of general hardship and suffering for the vast majority of citizens as civil society and the rule of law disintegrate.
(ROOT (S (NP (DT A) (JJ corrupt) (NN dictatorship)) (ADVP (RB typically)) (VP (VBZ results) (PP (IN in) (NP (JJ many) (NNS years)) (PP (IN of) (NP (JJ general) (NN hardship) (CC and) (NN suffering)))) (PP (IN for) (NP (NP (DT the) (JJ vast) (NN majority)) (PP (IN of) (NP (NNS citizens))))) (SBAR (IN as) (S (NP (NP (JJ civil) (NN society)) (CC and) (NP (NP (DT the) (NN rule)) (PP (IN of) (NP (NN law))))) (VP (VBP disintegrate))))) (. .)))
10
{ "ADJ": [ "corrupt", "many", "general", "vast", "civil" ], "ADP": [ "in", "of", "for", "of", "as", "of" ], "ADV": [ "typically" ], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "A", "the", "the" ], "INTJ": [], "NOUN": [ "dictatorship", "years", "hardship", "suffering", "majority", "citizens", "society", "rule", "law" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "results", "disintegrate" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "B-PP", "B-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", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "O" ]
A/det/dictatorship corrupt/amod/dictatorship dictatorship/nsubj/results typically/advmod/results results/ROOT/results in/prep/results many/amod/years years/pobj/in of/prep/years general/amod/hardship hardship/pobj/of and/cc/hardship suffering/conj/hardship for/prep/results the/det/majority vast/amod/majority majority/pobj/for of/prep/majority citizens/pobj/of as/prep/majority civil/amod/society society/pobj/as and/cc/society the/det/rule rule/conj/society of/prep/rule law/pobj/of disintegrate/ccomp/results ./punct/results
(S (NP (DT A) (JJ corrupt) (NN dictatorship)) (ADVP (RB typically)) (VP (VBZ results) (PP (IN in) (NP (JJ many) (NNS years)) (PP (IN of) (NP (JJ general) (NN hardship) (CC and) (NN suffering)))) (PP (IN for) (NP (NP (DT the) (JJ vast) (NN majority)) (PP (IN of) (NP (NNS citizens))))) (SBAR (IN as) (S (NP (NP (JJ civil) (NN society)) (CC and) (NP (NP (DT the) (NN rule)) (PP (IN of) (NP (NN law))))) (VP (VBP disintegrate))))) (. .))
CT
['A corrupt dictatorship results in many years of general hardship and suffering for the vast majority of citizens']
['as civil society and the rule of law disintegrate']
[]
['A corrupt dictatorship typically results in many years of general hardship and suffering for the vast majority of citizens as civil society and the rule of law disintegrate .']
[]
59,863
In law, which underpins civil obedience, politics, economics and society, evidence about people's emotions is often raised in tort law claims for compensation and in criminal law prosecutions against alleged lawbreakers (as evidence of the defendant's state of mind during trials, sentencing, and parole hearings).
(ROOT (S (PP (IN In) (NP (NP (NN law)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ underpins) (NP (NP (JJ civil) (NN obedience)) (, ,) (NNS politics) (, ,) (NNS economics) (CC and) (NP (NN society)))))))) (, ,) (NP (NP (NN evidence)) (PP (IN about) (NP (NP (NNS people) (POS 's)) (NNS emotions)))) (VP (VBZ is) (ADVP (RB often)) (VP (VBN raised) (PP (PP (PP (PP (IN in) (NP (NP (NML (NN tort) (NN law)) (NNS claims)) (PP (IN for) (NP (NN compensation))))) (CC and) (PP (IN in) (NP (NP (NML (JJ criminal) (NN law)) (NNS prosecutions)) (PP (IN against) (NP (JJ alleged) (NNS lawbreakers)))))) (-LRB- -LRB-) (PP (IN as) (NP (NP (NN evidence)) (PP (IN of) (NP (NP (NP (DT the) (NN defendant) (POS 's)) (NN state)) (PP (IN of) (NP (NN mind))))) (PP (IN during) (NP (NP (NNS trials)) (, ,) (NN sentencing) (, ,) (CC and) (NP (NN parole) (NNS hearings))))))) (-RRB- -RRB-)))) (. .)))
13
{ "ADJ": [ "civil", "criminal" ], "ADP": [ "In", "about", "in", "for", "in", "against", "as", "of", "of", "during" ], "ADV": [ "often" ], "AUX": [ "is" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "law", "obedience", "politics", "economics", "society", "evidence", "people", "emotions", "tort", "law", "claims", "compensation", "law", "prosecutions", "lawbreakers", "evidence", "defendant", "state", "mind", "trials", "sentencing", "parole", "hearings" ], "NUM": [], "PART": [ "'s", "'s" ], "PRON": [ "which" ], "PROPN": [], "PUNCT": [ ",", ",", ",", ",", "(", ",", ",", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "underpins", "raised", "alleged" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "O", "O", "B-NP", "B-PP", "B-NP", "B-PP", "I-PP", "O", "O", "B-NP", "B...
In/prep/raised law/pobj/In ,/punct/law which/nsubj/underpins underpins/relcl/law civil/amod/obedience obedience/dobj/underpins ,/punct/obedience politics/conj/obedience ,/punct/politics economics/conj/politics and/cc/economics society/conj/economics ,/punct/raised evidence/nsubjpass/raised about/prep/evidence people/poss/emotions 's/case/people emotions/pobj/about is/auxpass/raised often/advmod/raised raised/ROOT/raised in/prep/raised tort/compound/law law/compound/claims claims/pobj/in for/prep/claims compensation/pobj/for and/cc/for in/conj/for criminal/amod/law law/compound/prosecutions prosecutions/pobj/in against/prep/prosecutions alleged/amod/lawbreakers lawbreakers/pobj/against (/punct/raised as/prep/raised evidence/pobj/as of/prep/evidence the/det/defendant defendant/poss/state 's/case/defendant state/pobj/of of/prep/state mind/pobj/of during/prep/evidence trials/pobj/during ,/punct/trials sentencing/conj/trials ,/punct/sentencing and/cc/sentencing parole/compound/hearings hearings/conj/sentencing )/punct/raised ./punct/raised
(S (PP (IN In) (NP (NP (NN law)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ underpins) (NP (NP (JJ civil) (NN obedience)) (, ,) (NNS politics) (, ,) (NNS economics) (CC and) (NP (NN society)))))))) (, ,) (NP (NP (NN evidence)) (PP (IN about) (NP (NP (NNS people) (POS 's)) (NNS emotions)))) (VP (VBZ is) (ADVP (RB often)) (VP (VBN raised) (PP (PP (PP (PP (IN in) (NP (NP (NML (NN tort) (NN law)) (NNS claims)) (PP (IN for) (NP (NN compensation))))) (CC and) (PP (IN in) (NP (NP (NML (JJ criminal) (NN law)) (NNS prosecutions)) (PP (IN against) (NP (JJ alleged) (NNS lawbreakers)))))) (-LRB- -LRB-) (PP (IN as) (NP (NP (NN evidence)) (PP (IN of) (NP (NP (NP (DT the) (NN defendant) (POS 's)) (NN state)) (PP (IN of) (NP (NN mind))))) (PP (IN during) (NP (NP (NNS trials)) (, ,) (NN sentencing) (, ,) (CC and) (NP (NN parole) (NNS hearings))))))) (-RRB- -RRB-)))) (. .))
CT
["evidence about people 's emotions is often raised in tort law claims for compensation and in criminal law prosecutions against alleged lawbreakers -LRB- as evidence of the defendant 's state of mind during trials , sentencing , and parole hearings -RRB-"]
['which underpins civil obedience , politics , economics and society']
[]
["In law , which underpins civil obedience , politics , economics and society , evidence about people 's emotions is often raised in tort law claims for compensation and in criminal law prosecutions against alleged lawbreakers -LRB- as evidence of the defendant 's state of mind during trials , sentencing , and parole hearings -RRB- ."]
[]
20,685
One commentator has observed that, notwithstanding the high unemployment resulting from the loss of full passports during 1981–2002, the level of loyalty to the British monarchy by the St Helena population is probably not exceeded in any other part of the world.
(ROOT (S (NP (CD One) (NN commentator)) (VP (VBZ has) (VP (VBN observed) (SBAR (IN that) (, ,) (S (PP (IN notwithstanding) (NP (NP (DT the) (JJ high) (NN unemployment)) (VP (VBG resulting) (PP (IN from) (NP (NP (DT the) (NN loss)) (PP (IN of) (NP (JJ full) (NNS passports))) (PP (IN during) (NP (CD 1981–2002)))))))) (, ,) (NP (NP (DT the) (NN level)) (PP (IN of) (NP (NP (NN loyalty)) (PP (IN to) (NP (DT the) (JJ British) (NN monarchy))) (PP (IN by) (NP (DT the) (NML (NNP St) (NNP Helena)) (NN population)))))) (VP (VBZ is) (ADVP (RB probably)) (RB not) (VP (VBN exceeded) (PP (IN in) (NP (NP (DT any) (JJ other) (NN part)) (PP (IN of) (NP (DT the) (NN world))))))))))) (. .)))
14
{ "ADJ": [ "high", "full", "British", "other" ], "ADP": [ "notwithstanding", "from", "of", "during", "of", "to", "by", "in", "of" ], "ADV": [ "probably" ], "AUX": [ "has", "is" ], "CCONJ": [], "DET": [ "the", "the", "the", "the", "the", "any", "the" ], "INTJ": [], "NOUN": [ "commentator", "unemployment", "loss", "passports", "level", "loyalty", "monarchy", "population", "part", "world" ], "NUM": [ "One", "1981–2002" ], "PART": [ "not" ], "PRON": [], "PROPN": [ "St", "Helena" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "observed", "resulting", "exceeded" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "O", "B-NP", "...
One/nummod/commentator commentator/nsubj/observed has/aux/observed observed/ROOT/observed that/mark/exceeded ,/punct/exceeded notwithstanding/prep/exceeded the/det/unemployment high/amod/unemployment unemployment/pobj/notwithstanding resulting/acl/unemployment from/prep/resulting the/det/loss loss/pobj/from of/prep/loss full/amod/passports passports/pobj/of during/prep/resulting 1981–2002/pobj/during ,/punct/exceeded the/det/level level/nsubjpass/exceeded of/prep/level loyalty/pobj/of to/prep/loyalty the/det/monarchy British/amod/monarchy monarchy/pobj/to by/prep/loyalty the/det/population St/compound/Helena Helena/compound/population population/pobj/by is/auxpass/exceeded probably/advmod/exceeded not/neg/exceeded exceeded/ccomp/observed in/prep/exceeded any/det/part other/amod/part part/pobj/in of/prep/part the/det/world world/pobj/of ./punct/observed
(S (NP (CD One) (NN commentator)) (VP (VBZ has) (VP (VBN observed) (SBAR (IN that) (, ,) (S (PP (IN notwithstanding) (NP (NP (DT the) (JJ high) (NN unemployment)) (VP (VBG resulting) (PP (IN from) (NP (NP (DT the) (NN loss)) (PP (IN of) (NP (JJ full) (NNS passports))) (PP (IN during) (NP (CD 1981–2002)))))))) (, ,) (NP (NP (DT the) (NN level)) (PP (IN of) (NP (NP (NN loyalty)) (PP (IN to) (NP (DT the) (JJ British) (NN monarchy))) (PP (IN by) (NP (DT the) (NML (NNP St) (NNP Helena)) (NN population)))))) (VP (VBZ is) (ADVP (RB probably)) (RB not) (VP (VBN exceeded) (PP (IN in) (NP (NP (DT any) (JJ other) (NN part)) (PP (IN of) (NP (DT the) (NN world))))))))))) (. .))
CT
['One commentator has observed']
['that , notwithstanding the high unemployment resulting from the loss of full passports during 1981–2002 , the level of loyalty to the British monarchy by the St Helena population is probably not exceeded in any other part of the world']
[]
['One commentator has observed that , notwithstanding the high unemployment resulting from the loss of full passports during 1981–2002 , the level of loyalty to the British monarchy by the St Helena population is probably not exceeded in any other part of the world .']
[]
38,868
By August 2008, 9.2% of all U.S. mortgages outstanding were either delinquent or in foreclosure.
(ROOT (S (PP (IN By) (NP (NNP August) (CD 2008))) (, ,) (NP (NP (CD 9.2) (NN %)) (PP (IN of) (NP (NP (DT all) (NNP U.S.) (NNS mortgages)) (ADJP (JJ outstanding))))) (VP (VBD were) (UCP (CC either) (ADJP (JJ delinquent)) (CC or) (PP (IN in) (NP (NN foreclosure))))) (. .)))
7
{ "ADJ": [ "outstanding", "delinquent" ], "ADP": [ "By", "of", "in" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [ "either", "or" ], "DET": [ "all" ], "INTJ": [], "NOUN": [ "%", "mortgages", "foreclosure" ], "NUM": [ "2008", "9.2" ], "PART": [], "PRON": [], "PROPN": [ "August", "U.S." ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-ADJP", "B-VP", "O", "B-ADJP", "O", "B-PP", "B-NP", "O" ]
By/prep/were August/pobj/By 2008/nummod/August ,/punct/were 9.2/nummod/% %/nsubj/were of/prep/% all/det/mortgages U.S./compound/mortgages mortgages/pobj/of outstanding/amod/mortgages were/ROOT/were either/preconj/delinquent delinquent/acomp/were or/cc/delinquent in/conj/delinquent foreclosure/pobj/in ./punct/were
(S (PP (IN By) (NP (NNP August) (CD 2008))) (, ,) (NP (NP (CD 9.2) (NN %)) (PP (IN of) (NP (NP (DT all) (NNP U.S.) (NNS mortgages)) (ADJP (JJ outstanding))))) (VP (VBD were) (UCP (CC either) (ADJP (JJ delinquent)) (CC or) (PP (IN in) (NP (NN foreclosure))))) (. .))
T
['9.2 % of all U.S. mortgages outstanding were either delinquent or in foreclosure']
[]
['By August 2008 , 9.2 % of all U.S. mortgages outstanding were either delinquent or in foreclosure .']
[]
[]
42,868
Treaties can also be amended informally by the treaty executive council when the changes are only procedural, technical change in customary international law can also amend a treaty, where state behavior evinces a new interpretation of the legal obligations under the treaty.
(ROOT (S (NP (NNS Treaties)) (VP (MD can) (ADVP (RB also)) (VP (VB be) (VP (VBN amended) (ADVP (RB informally)) (PP (IN by) (NP (DT the) (NN treaty) (JJ executive) (NN council))) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT the) (NNS changes)) (VBP are) (NP (NP (ADJP (RB only) (JJ procedural)) (, ,) (JJ technical) (NN change)) (PP (IN in) (NP (JJ customary) (JJ international) (NN law))))) (VP (MD can) (ADVP (RB also)) (VP (VB amend) (NP (NP (DT a) (NN treaty)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (NN state) (NN behavior)) (VP (VBZ evinces) (NP (NP (DT a) (JJ new) (NN interpretation)) (PP (IN of) (NP (NP (DT the) (JJ legal) (NNS obligations)) (PP (IN under) (NP (DT the) (NN treaty))))))))))))))))) (. .)))
19
{ "ADJ": [ "procedural", "technical", "customary", "international", "new", "legal" ], "ADP": [ "by", "in", "of", "under" ], "ADV": [ "also", "informally", "only", "also" ], "AUX": [ "can", "be", "are", "can" ], "CCONJ": [], "DET": [ "the", "the", "a", "a", "the", "the" ], "INTJ": [], "NOUN": [ "Treaties", "treaty", "council", "changes", "change", "law", "treaty", "state", "behavior", "interpretation", "obligations", "treaty" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "executive" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "when", "where" ], "SPACE": [], "SYM": [], "VERB": [ "amended", "amend", "evinces" ], "X": [] }
[ "B-NP", "B-VP", "B-ADVP", "B-VP", "I-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B...
Treaties/nsubjpass/amended can/aux/amended also/advmod/amended be/auxpass/amended amended/ROOT/amended informally/advmod/amended by/agent/amended the/det/council treaty/compound/council executive/compound/council council/pobj/by when/advmod/are the/det/changes changes/nsubj/are are/advcl/amended only/advmod/change procedural/amod/change ,/punct/change technical/amod/change change/nsubj/amend in/prep/change customary/amod/law international/amod/law law/pobj/in can/aux/amend also/advmod/amend amend/conj/amended a/det/treaty treaty/dobj/amend ,/punct/treaty where/advmod/evinces state/compound/behavior behavior/nsubj/evinces evinces/relcl/treaty a/det/interpretation new/amod/interpretation interpretation/dobj/evinces of/prep/interpretation the/det/obligations legal/amod/obligations obligations/pobj/of under/prep/obligations the/det/treaty treaty/pobj/under ./punct/amend
(S (NP (NNS Treaties)) (VP (MD can) (ADVP (RB also)) (VP (VB be) (VP (VBN amended) (ADVP (RB informally)) (PP (IN by) (NP (DT the) (NN treaty) (JJ executive) (NN council))) (SBAR (WHADVP (WRB when)) (S (NP (NP (DT the) (NNS changes)) (VBP are) (NP (NP (ADJP (RB only) (JJ procedural)) (, ,) (JJ technical) (NN change)) (PP (IN in) (NP (JJ customary) (JJ international) (NN law))))) (VP (MD can) (ADVP (RB also)) (VP (VB amend) (NP (NP (DT a) (NN treaty)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (NN state) (NN behavior)) (VP (VBZ evinces) (NP (NP (DT a) (JJ new) (NN interpretation)) (PP (IN of) (NP (NP (DT the) (JJ legal) (NNS obligations)) (PP (IN under) (NP (DT the) (NN treaty))))))))))))))))) (. .))
CT
['Treaties can also be amended informally by the treaty executive council']
['when the changes are only procedural , technical change in customary international law can also amend a treaty , where state behavior evinces a new interpretation of the legal obligations under the treaty', 'where state behavior evinces a new interpretation of the legal obligations under the treaty']
[]
['Treaties can also be amended informally by the treaty executive council when the changes are only procedural , technical change in customary international law can also amend a treaty , where state behavior evinces a new interpretation of the legal obligations under the treaty .']
[]
55,174
In 1922, Benito Mussolini's rise to power in Italy brought profound changes to the colonial government in Italian Eritrea.
(ROOT (S (PP (IN In) (NP (CD 1922))) (, ,) (NP (NP (NP (NNP Benito) (NNP Mussolini) (POS 's)) (NN rise)) (PP (IN to) (NP (NN power))) (PP (IN in) (NP (NNP Italy)))) (VP (VBD brought) (NP (JJ profound) (NNS changes)) (PP (IN to) (NP (NP (DT the) (JJ colonial) (NN government)) (PP (IN in) (NP (NNP Italian) (NNP Eritrea)))))) (. .)))
8
{ "ADJ": [ "profound", "colonial", "Italian" ], "ADP": [ "In", "to", "in", "to", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "rise", "power", "changes", "government" ], "NUM": [ "1922" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "Benito", "Mussolini", "Italy", "Eritrea" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "brought" ], "X": [] }
[ "B-PP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
In/prep/brought 1922/pobj/In ,/punct/brought Benito/compound/Mussolini Mussolini/poss/rise 's/case/Mussolini rise/nsubj/brought to/prep/rise power/pobj/to in/prep/rise Italy/pobj/in brought/ROOT/brought profound/amod/changes changes/dobj/brought to/prep/changes the/det/government colonial/amod/government government/pobj/to in/prep/brought Italian/amod/Eritrea Eritrea/pobj/in ./punct/brought
(S (PP (IN In) (NP (CD 1922))) (, ,) (NP (NP (NP (NNP Benito) (NNP Mussolini) (POS 's)) (NN rise)) (PP (IN to) (NP (NN power))) (PP (IN in) (NP (NNP Italy)))) (VP (VBD brought) (NP (JJ profound) (NNS changes)) (PP (IN to) (NP (NP (DT the) (JJ colonial) (NN government)) (PP (IN in) (NP (NNP Italian) (NNP Eritrea)))))) (. .))
T
["Benito Mussolini 's rise to power in Italy brought profound changes to the colonial government in Italian Eritrea"]
[]
["In 1922 , Benito Mussolini 's rise to power in Italy brought profound changes to the colonial government in Italian Eritrea ."]
[]
[]
63,776
This membrane encloses the contents of the cell and acts as a barrier to hold nutrients, proteins and other essential components of the cytoplasm within the cell.
(ROOT (S (NP (DT This) (NN membrane)) (VP (VP (VBZ encloses) (NP (NP (DT the) (NNS contents)) (PP (IN of) (NP (DT the) (NN cell))))) (CC and) (VP (VBZ acts) (PP (IN as) (NP (NP (DT a) (NN barrier)) (SBAR (S (VP (TO to) (VP (VB hold) (NP (NP (NNS nutrients)) (, ,) (NP (NNS proteins)) (CC and) (NP (NP (JJ other) (JJ essential) (NNS components)) (PP (IN of) (NP (DT the) (NN cytoplasm))))) (PP (IN within) (NP (DT the) (NN cell))))))))))) (. .)))
15
{ "ADJ": [ "other", "essential" ], "ADP": [ "of", "as", "of", "within" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "This", "the", "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "membrane", "contents", "cell", "barrier", "nutrients", "proteins", "components", "cytoplasm", "cell" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "encloses", "acts", "hold" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
This/det/membrane membrane/nsubj/encloses encloses/ROOT/encloses the/det/contents contents/dobj/encloses of/prep/contents the/det/cell cell/pobj/of and/cc/encloses acts/conj/encloses as/prep/acts a/det/barrier barrier/pobj/as to/aux/hold hold/acl/barrier nutrients/dobj/hold ,/punct/nutrients proteins/conj/nutrients and/cc/proteins other/amod/components essential/amod/components components/conj/proteins of/prep/nutrients the/det/cytoplasm cytoplasm/pobj/of within/prep/hold the/det/cell cell/pobj/within ./punct/encloses
(S (NP (DT This) (NN membrane)) (VP (VP (VBZ encloses) (NP (NP (DT the) (NNS contents)) (PP (IN of) (NP (DT the) (NN cell))))) (CC and) (VP (VBZ acts) (PP (IN as) (NP (NP (DT a) (NN barrier)) (SBAR (S (VP (TO to) (VP (VB hold) (NP (NP (NNS nutrients)) (, ,) (NP (NNS proteins)) (CC and) (NP (NP (JJ other) (JJ essential) (NNS components)) (PP (IN of) (NP (DT the) (NN cytoplasm))))) (PP (IN within) (NP (DT the) (NN cell))))))))))) (. .))
CT
['This membrane encloses the contents of the cell and acts as a barrier to hold nutrients , proteins and other essential components of the cytoplasm within the cell']
['to hold nutrients , proteins and other essential components of the cytoplasm within the cell']
[]
['This membrane encloses the contents of the cell and acts as a barrier to hold nutrients , proteins and other essential components of the cytoplasm within the cell .']
[]
25,703
Some of the included apps in Windows 8 were considered to be basic and lacking in functionality, but the Xbox apps were praised for their promotion of a multi-platform entertainment experience.
(ROOT (S (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (VBN included) (NNS apps)) (PP (IN in) (NP (NNP Windows) (CD 8)))))) (VP (VBD were) (VP (VBN considered) (S (VP (TO to) (VP (VB be) (ADJP (ADJP (JJ basic)) (CC and) (VP (VBG lacking) (PP (IN in) (NP (NN functionality))))))))))) (, ,) (CC but) (S (NP (DT the) (NNP Xbox) (NNS apps)) (VP (VBD were) (VP (VBN praised) (PP (IN for) (NP (NP (PRP$ their) (NN promotion)) (PP (IN of) (NP (DT a) (NML (JJ multi) (HYPH -) (NN platform)) (NN entertainment) (NN experience)))))))) (. .)))
13
{ "ADJ": [ "basic", "multi", "-", "platform" ], "ADP": [ "of", "in", "in", "for", "of" ], "ADV": [], "AUX": [ "were", "be", "were" ], "CCONJ": [ "and", "but" ], "DET": [ "the", "the", "a" ], "INTJ": [], "NOUN": [ "apps", "functionality", "apps", "promotion", "entertainment", "experience" ], "NUM": [ "8" ], "PART": [ "to" ], "PRON": [ "Some", "their" ], "PROPN": [ "Windows", "Xbox" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "included", "considered", "lacking", "praised" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-ADJP", "I-ADJP", "B-VP", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "O", "O", "B-NP",...
Some/nsubjpass/considered of/prep/Some the/det/apps included/amod/apps apps/pobj/of in/prep/apps Windows/pobj/in 8/nummod/Windows were/auxpass/considered considered/ROOT/considered to/aux/be be/xcomp/considered basic/acomp/be and/cc/basic lacking/conj/basic in/prep/lacking functionality/pobj/in ,/punct/considered but/cc/considered the/det/apps Xbox/compound/apps apps/nsubjpass/praised were/auxpass/praised praised/conj/considered for/prep/praised their/poss/promotion promotion/pobj/for of/prep/promotion a/det/experience multi/amod/experience -/amod/experience platform/amod/experience entertainment/compound/experience experience/pobj/of ./punct/praised
(S (S (NP (NP (DT Some)) (PP (IN of) (NP (NP (DT the) (VBN included) (NNS apps)) (PP (IN in) (NP (NNP Windows) (CD 8)))))) (VP (VBD were) (VP (VBN considered) (S (VP (TO to) (VP (VB be) (ADJP (ADJP (JJ basic)) (CC and) (VP (VBG lacking) (PP (IN in) (NP (NN functionality))))))))))) (, ,) (CC but) (S (NP (DT the) (NNP Xbox) (NNS apps)) (VP (VBD were) (VP (VBN praised) (PP (IN for) (NP (NP (PRP$ their) (NN promotion)) (PP (IN of) (NP (DT a) (NML (JJ multi) (HYPH -) (NN platform)) (NN entertainment) (NN experience)))))))) (. .))
T
['Some of the included apps in Windows 8 were considered to be basic and lacking in functionality', 'the Xbox apps were praised for their promotion of a multi - platform entertainment experience']
[]
['Some of the included apps in Windows 8 were considered to be basic and lacking in functionality , but the Xbox apps were praised for their promotion of a multi - platform entertainment experience .']
[]
[]
72,341
The result is a pure resistance seen at feedpoint of the loading coil; unfortunately that resistance is somewhat lower than would be desired to match commercial coax.[citation needed]
(ROOT (S (S (NP (DT The) (NN result)) (VP (VBZ is) (NP (NP (DT a) (JJ pure) (NN resistance)) (VP (VBN seen) (PP (IN at) (NP (NP (NN feedpoint)) (PP (IN of) (NP (DT the) (NN loading) (NN coil))))))))) (: ;) (S (ADVP (RB unfortunately)) (NP (DT that) (NN resistance)) (VP (VBZ is) (ADJP (ADJP (RB somewhat) (JJR lower)) (SBAR (IN than) (S (VP (MD would) (VP (VB be) (VP (VBN desired) (S (VP (TO to) (VP (VB match) (NP (JJ commercial) (NN coax.-LSB-citation) (VP (VBN needed)))))))))))))) (-RRB- -RSB-)))
16
{ "ADJ": [ "pure", "lower", "commercial" ], "ADP": [ "at", "of" ], "ADV": [ "unfortunately", "somewhat" ], "AUX": [ "is", "is", "would", "be" ], "CCONJ": [], "DET": [ "The", "a", "the" ], "INTJ": [], "NOUN": [ "result", "resistance", "feedpoint", "loading", "coil", "resistance", "coax.[citation" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ";", "]" ], "SCONJ": [ "that", "than" ], "SPACE": [], "SYM": [], "VERB": [ "seen", "desired", "match", "needed" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-ADVP", "B-NP", "I-NP", "B-VP", "B-ADJP", "I-ADJP", "O", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-VP", "O" ]
The/det/result result/nsubj/is is/ccomp/is a/det/resistance pure/amod/resistance resistance/attr/is seen/acl/resistance at/prep/seen feedpoint/pobj/at of/prep/feedpoint the/det/coil loading/compound/coil coil/pobj/of ;/punct/is unfortunately/advmod/is that/mark/is resistance/nsubj/is is/ROOT/is somewhat/advmod/lower lower/acomp/is than/mark/desired would/aux/desired be/auxpass/desired desired/advcl/lower to/aux/match match/xcomp/desired commercial/amod/coax.[citation coax.[citation/dobj/match needed/acl/coax.[citation ]/punct/is
(S (S (NP (DT The) (NN result)) (VP (VBZ is) (NP (NP (DT a) (JJ pure) (NN resistance)) (VP (VBN seen) (PP (IN at) (NP (NP (NN feedpoint)) (PP (IN of) (NP (DT the) (NN loading) (NN coil))))))))) (: ;) (S (ADVP (RB unfortunately)) (NP (DT that) (NN resistance)) (VP (VBZ is) (ADJP (ADJP (RB somewhat) (JJR lower)) (SBAR (IN than) (S (VP (MD would) (VP (VB be) (VP (VBN desired) (S (VP (TO to) (VP (VB match) (NP (JJ commercial) (NN coax.-LSB-citation) (VP (VBN needed)))))))))))))) (-RRB- -RSB-))
CT
['The result is a pure resistance seen at feedpoint of the loading coil', 'unfortunately that resistance is somewhat lower']
['than would be desired to match commercial coax.-LSB-citation needed']
[]
['The result is a pure resistance seen at feedpoint of the loading coil ; unfortunately that resistance is somewhat lower than would be desired to match commercial coax.-LSB-citation needed -RSB-']
[]
15,006
There may be multiple standard dialects associated with a single language.
(ROOT (S (NP (EX There)) (VP (MD may) (VP (VB be) (NP (NP (JJ multiple) (JJ standard) (NNS dialects)) (VP (VBN associated) (PP (IN with) (NP (DT a) (JJ single) (NN language))))))) (. .)))
9
{ "ADJ": [ "multiple", "standard", "single" ], "ADP": [ "with" ], "ADV": [], "AUX": [ "may", "be" ], "CCONJ": [], "DET": [ "a" ], "INTJ": [], "NOUN": [ "dialects", "language" ], "NUM": [], "PART": [], "PRON": [ "There" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "associated" ], "X": [] }
[ "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
There/expl/be may/aux/be be/ROOT/be multiple/amod/dialects standard/amod/dialects dialects/attr/be associated/acl/dialects with/prep/associated a/det/language single/amod/language language/pobj/with ./punct/be
(S (NP (EX There)) (VP (MD may) (VP (VB be) (NP (NP (JJ multiple) (JJ standard) (NNS dialects)) (VP (VBN associated) (PP (IN with) (NP (DT a) (JJ single) (NN language))))))) (. .))
T
['There may be multiple standard dialects associated with a single language']
[]
['There may be multiple standard dialects associated with a single language .']
[]
[]
59,364
Exhibitions and annual horse shows in all districts and a national horse and cattle show at Lahore are held with the official patronage.
(ROOT (S (NP (NP (NP (NNS Exhibitions)) (CC and) (NP (NP (JJ annual) (NN horse) (NNS shows)) (PP (IN in) (NP (DT all) (NNS districts))))) (CC and) (NP (NP (DT a) (JJ national) (NML (NN horse) (CC and) (NNS cattle)) (NN show)) (PP (IN at) (NP (NNP Lahore))))) (VP (VBP are) (VP (VBN held) (PP (IN with) (NP (DT the) (JJ official) (NN patronage))))) (. .)))
8
{ "ADJ": [ "annual", "national", "official" ], "ADP": [ "in", "at", "with" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "all", "a", "the" ], "INTJ": [], "NOUN": [ "Exhibitions", "horse", "shows", "districts", "horse", "cattle", "show", "patronage" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Lahore" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "held" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Exhibitions/nsubjpass/held and/cc/Exhibitions annual/amod/shows horse/compound/shows shows/conj/Exhibitions in/prep/Exhibitions all/det/districts districts/pobj/in and/cc/districts a/det/show national/amod/show horse/nmod/show and/cc/horse cattle/conj/horse show/conj/districts at/prep/show Lahore/pobj/at are/auxpass/held held/ROOT/held with/prep/held the/det/patronage official/amod/patronage patronage/pobj/with ./punct/held
(S (NP (NP (NP (NNS Exhibitions)) (CC and) (NP (NP (JJ annual) (NN horse) (NNS shows)) (PP (IN in) (NP (DT all) (NNS districts))))) (CC and) (NP (NP (DT a) (JJ national) (NML (NN horse) (CC and) (NNS cattle)) (NN show)) (PP (IN at) (NP (NNP Lahore))))) (VP (VBP are) (VP (VBN held) (PP (IN with) (NP (DT the) (JJ official) (NN patronage))))) (. .))
T
['Exhibitions and annual horse shows in all districts and a national horse and cattle show at Lahore are held with the official patronage']
[]
['Exhibitions and annual horse shows in all districts and a national horse and cattle show at Lahore are held with the official patronage .']
[]
[]
68,278
What year did the patent for lateral cut discs expire?
(ROOT (SBARQ (WHNP (WP What) (NN year)) (SQ (VBD did) (NP (NP (DT the) (NN patent)) (PP (IN for) (NP (JJ lateral) (VBN cut) (NNS discs)))) (VP (VB expire))) (. ?)))
7
{ "ADJ": [ "lateral" ], "ADP": [ "for" ], "ADV": [], "AUX": [ "did" ], "CCONJ": [], "DET": [ "What", "the" ], "INTJ": [], "NOUN": [ "year", "patent", "cut", "discs" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "expire" ], "X": [] }
[ "O", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "O" ]
What/det/year year/npadvmod/expire did/aux/expire the/det/patent patent/nsubj/expire for/prep/patent lateral/amod/discs cut/amod/discs discs/pobj/for expire/ROOT/expire ?/punct/expire
(SBARQ (WHNP (WP What) (NN year)) (SQ (VBD did) (NP (NP (DT the) (NN patent)) (PP (IN for) (NP (JJ lateral) (VBN cut) (NNS discs)))) (VP (VB expire))) (. ?))
FC
[]
[]
[]
[]
['What year did the patent for lateral cut discs expire ?']
41,296
Peaks such as Mont Blanc, the Matterhorn, and high peaks in the Pennine Alps, the Briançonnais, and Hohe Tauern consist of layers of rock from the various orogenies including exposures of basement rock.
(ROOT (S (NP (NP (NNS Peaks)) (PP (JJ such) (IN as) (NP (NP (NNP Mont) (NNP Blanc)) (, ,) (NP (DT the) (NNP Matterhorn)) (, ,) (CC and) (NP (NP (JJ high) (NNS peaks)) (PP (IN in) (NP (NP (DT the) (NNP Pennine) (NNPS Alps)) (, ,) (NP (DT the) (NNP Briançonnais)) (, ,) (CC and) (NP (NNP Hohe) (NNP Tauern)))))))) (VP (VBP consist) (PP (IN of) (NP (NP (NNS layers)) (PP (IN of) (NP (NN rock))) (PP (IN from) (NP (DT the) (JJ various) (NNS orogenies))) (PP (VBG including) (NP (NP (NNS exposures)) (PP (IN of) (NP (NN basement) (NN rock)))))))) (. .)))
10
{ "ADJ": [ "such", "high", "various" ], "ADP": [ "as", "in", "of", "of", "from", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "Peaks", "peaks", "consist", "layers", "rock", "orogenies", "exposures", "basement", "rock" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Mont", "Blanc", "Matterhorn", "Pennine", "Alps", "Briançonnais", "Hohe", "Tauern" ], "PUNCT": [ ",", ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "including" ], "X": [] }
[ "B-NP", "B-PP", "I-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", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP"...
Peaks/nsubj/consist such/amod/as as/prep/Peaks Mont/compound/Blanc Blanc/pobj/as ,/punct/Blanc the/det/Matterhorn Matterhorn/appos/Blanc ,/punct/Matterhorn and/cc/Matterhorn high/amod/peaks peaks/conj/Matterhorn in/prep/peaks the/det/Alps Pennine/compound/Alps Alps/pobj/in ,/punct/Alps the/det/Briançonnais Briançonnais/conj/Alps ,/punct/Briançonnais and/cc/Briançonnais Hohe/compound/Tauern Tauern/conj/Briançonnais consist/ROOT/consist of/prep/consist layers/pobj/of of/prep/layers rock/pobj/of from/prep/layers the/det/orogenies various/amod/orogenies orogenies/pobj/from including/prep/orogenies exposures/pobj/including of/prep/exposures basement/compound/rock rock/pobj/of ./punct/consist
(S (NP (NP (NNS Peaks)) (PP (JJ such) (IN as) (NP (NP (NNP Mont) (NNP Blanc)) (, ,) (NP (DT the) (NNP Matterhorn)) (, ,) (CC and) (NP (NP (JJ high) (NNS peaks)) (PP (IN in) (NP (NP (DT the) (NNP Pennine) (NNPS Alps)) (, ,) (NP (DT the) (NNP Briançonnais)) (, ,) (CC and) (NP (NNP Hohe) (NNP Tauern)))))))) (VP (VBP consist) (PP (IN of) (NP (NP (NNS layers)) (PP (IN of) (NP (NN rock))) (PP (IN from) (NP (DT the) (JJ various) (NNS orogenies))) (PP (VBG including) (NP (NP (NNS exposures)) (PP (IN of) (NP (NN basement) (NN rock)))))))) (. .))
T
['Peaks such as Mont Blanc , the Matterhorn , and high peaks in the Pennine Alps , the Briançonnais , and Hohe Tauern consist of layers of rock from the various orogenies including exposures of basement rock']
[]
['Peaks such as Mont Blanc , the Matterhorn , and high peaks in the Pennine Alps , the Briançonnais , and Hohe Tauern consist of layers of rock from the various orogenies including exposures of basement rock .']
[]
[]
62,798
The mandolin has been used occasionally in rock music, first appearing in the psychedelic era of the late 1960s.
(ROOT (S (NP (DT The) (NN mandolin)) (VP (VBZ has) (VP (VBN been) (VP (VBN used) (ADVP (RB occasionally)) (PP (IN in) (NP (NN rock) (NN music))) (, ,) (S (ADVP (RB first)) (VP (VBG appearing) (PP (IN in) (NP (NP (DT the) (JJ psychedelic) (NN era)) (PP (IN of) (NP (DT the) (JJ late) (NNS 1960s)))))))))) (. .)))
12
{ "ADJ": [ "psychedelic", "late" ], "ADP": [ "in", "in", "of" ], "ADV": [ "occasionally", "first" ], "AUX": [ "has", "been" ], "CCONJ": [], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "mandolin", "rock", "music", "era", "1960s" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "used", "appearing" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/mandolin mandolin/nsubjpass/used has/aux/used been/auxpass/used used/ROOT/used occasionally/advmod/used in/prep/used rock/compound/music music/pobj/in ,/punct/used first/advmod/appearing appearing/advcl/used in/prep/appearing the/det/era psychedelic/amod/era era/pobj/in of/prep/era the/det/1960s late/amod/1960s 1960s/pobj/of ./punct/used
(S (NP (DT The) (NN mandolin)) (VP (VBZ has) (VP (VBN been) (VP (VBN used) (ADVP (RB occasionally)) (PP (IN in) (NP (NN rock) (NN music))) (, ,) (S (ADVP (RB first)) (VP (VBG appearing) (PP (IN in) (NP (NP (DT the) (JJ psychedelic) (NN era)) (PP (IN of) (NP (DT the) (JJ late) (NNS 1960s)))))))))) (. .))
T
['The mandolin has been used occasionally in rock music , first appearing in the psychedelic era of the late 1960s']
[]
['The mandolin has been used occasionally in rock music , first appearing in the psychedelic era of the late 1960s .']
[]
[]
16,107
Belgian polar explorer Alain Hubert stated: "This base will be the first of its kind to produce zero emissions, making it a unique model of how energy should be used in the Antarctic."
(ROOT (S (NP (NML (JJ Belgian) (JJ polar) (NN explorer)) (NNP Alain) (NNP Hubert)) (VP (VBD stated) (: :) (`` ") (S (NP (DT This) (NN base)) (VP (MD will) (VP (VB be) (NP (NP (NP (DT the) (JJ first)) (PP (IN of) (NP (PRP$ its) (NN kind)))) (SBAR (S (VP (TO to) (VP (VB produce) (NP (CD zero) (NNS emissions))))))) (, ,) (S (VP (VBG making) (S (NP (PRP it)) (NP (NP (DT a) (JJ unique) (NN model)) (PP (IN of) (SBAR (WHADVP (WRB how)) (S (NP (NN energy)) (VP (MD should) (VP (VB be) (VP (VBN used) (PP (IN in) (NP (DT the) (NNP Antarctic))))))))))))))))) (. .) ('' ")))
19
{ "ADJ": [ "Belgian", "polar", "first", "unique" ], "ADP": [ "of", "of", "in" ], "ADV": [], "AUX": [ "will", "be", "should", "be" ], "CCONJ": [], "DET": [ "This", "the", "a", "the" ], "INTJ": [], "NOUN": [ "explorer", "base", "kind", "emissions", "model", "energy" ], "NUM": [ "zero" ], "PART": [ "to" ], "PRON": [ "its", "it" ], "PROPN": [ "Alain", "Hubert", "Antarctic" ], "PUNCT": [ ":", "\"", ",", ".", "\"" ], "SCONJ": [ "how" ], "SPACE": [], "SYM": [], "VERB": [ "stated", "produce", "making", "used" ], "X": [] }
[ "O", "O", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "O", "B-NP", "B-VP", "I-VP", "I-VP", ...
Belgian/amod/explorer polar/amod/explorer explorer/compound/Hubert Alain/compound/Hubert Hubert/nsubj/stated stated/ROOT/stated :/punct/stated "/punct/stated This/det/base base/nsubj/be will/aux/be be/ccomp/stated the/det/first first/attr/be of/prep/first its/poss/kind kind/pobj/of to/aux/produce produce/relcl/first zero/nummod/emissions emissions/dobj/produce ,/punct/be making/advcl/be it/nsubj/model a/det/model unique/amod/model model/ccomp/making of/prep/model how/advmod/used energy/nsubjpass/used should/aux/used be/auxpass/used used/pcomp/of in/prep/used the/det/Antarctic Antarctic/pobj/in ./punct/stated "/punct/stated
(S (NP (NML (JJ Belgian) (JJ polar) (NN explorer)) (NNP Alain) (NNP Hubert)) (VP (VBD stated) (: :) (`` ") (S (NP (DT This) (NN base)) (VP (MD will) (VP (VB be) (NP (NP (NP (DT the) (JJ first)) (PP (IN of) (NP (PRP$ its) (NN kind)))) (SBAR (S (VP (TO to) (VP (VB produce) (NP (CD zero) (NNS emissions))))))) (, ,) (S (VP (VBG making) (S (NP (PRP it)) (NP (NP (DT a) (JJ unique) (NN model)) (PP (IN of) (SBAR (WHADVP (WRB how)) (S (NP (NN energy)) (VP (MD should) (VP (VB be) (VP (VBN used) (PP (IN in) (NP (DT the) (NNP Antarctic))))))))))))))))) (. .) ('' "))
CT
['Belgian polar explorer Alain Hubert stated : " This base will be the first of its kind to produce zero emissions , making it a unique model of']
['to produce zero emissions', 'how energy should be used in the Antarctic']
[]
['Belgian polar explorer Alain Hubert stated : " This base will be the first of its kind to produce zero emissions , making it a unique model of how energy should be used in the Antarctic . "']
[]
687
What does the Stefan-Boltzmann law state?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBZ does) (NP (DT the) (NML (NNP Stefan) (HYPH -) (NNP Boltzmann)) (NN law)) (VP (VB state))) (. ?)))
6
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "law", "state" ], "NUM": [], "PART": [], "PRON": [ "What" ], "PROPN": [ "Stefan", "Boltzmann" ], "PUNCT": [ "-", "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "does" ], "X": [] }
[ "O", "O", "B-NP", "O", "O", "O", "B-NP", "B-VP", "O" ]
What/nsubj/does does/ROOT/does the/det/state Stefan/compound/Boltzmann -/punct/Boltzmann Boltzmann/compound/state law/compound/state state/nsubj/does ?/punct/does
(SBARQ (WHNP (WP What)) (SQ (VBZ does) (NP (DT the) (NML (NNP Stefan) (HYPH -) (NNP Boltzmann)) (NN law)) (VP (VB state))) (. ?))
FC
[]
[]
[]
[]
['What does the Stefan - Boltzmann law state ?']
18,324
However, palace eunuch Sun Cheng (d. 132 AD) masterminded a successful overthrow of her regime to enthrone Emperor Shun of Han (r. 125–144 AD).
(ROOT (S (ADVP (RB However)) (, ,) (NP (NP (NML (NN palace) (JJ eunuch)) (NNP Sun) (NNP Cheng)) (-LRB- -LRB-) (NP (NN d.) (CD 132) (NNP AD)) (-RRB- -RRB-)) (VP (VBD masterminded) (NP (NP (DT a) (JJ successful) (NN overthrow)) (PP (IN of) (NP (PRP$ her) (NN regime))) (S (VP (TO to) (VP (VB enthrone) (NP (NP (NP (NNP Emperor) (NNP Shun)) (PP (IN of) (NP (NNP Han)))) (-LRB- -LRB-) (NP (NNP r.) (CD 125–144) (NNP AD)) (-RRB- -RRB-))))))) (. .)))
12
{ "ADJ": [ "successful" ], "ADP": [ "of", "to", "of" ], "ADV": [ "However" ], "AUX": [], "CCONJ": [], "DET": [ "a" ], "INTJ": [], "NOUN": [ "palace", "eunuch", "overthrow", "regime", "enthrone", "AD" ], "NUM": [ "132", "125–144" ], "PART": [], "PRON": [ "her" ], "PROPN": [ "Sun", "Cheng", "d.", "AD", "Emperor", "Shun", "Han", "r." ], "PUNCT": [ ",", "(", ")", "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "masterminded" ], "X": [] }
[ "B-ADVP", "O", "O", "O", "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", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
However/advmod/masterminded ,/punct/masterminded palace/compound/eunuch eunuch/nsubj/masterminded Sun/compound/Cheng Cheng/appos/eunuch (/punct/Cheng d./nmod/AD 132/nummod/AD AD/appos/Cheng )/punct/Cheng masterminded/ROOT/masterminded a/det/overthrow successful/amod/overthrow overthrow/dobj/masterminded of/prep/overthrow her/poss/regime regime/pobj/of to/prep/masterminded enthrone/compound/Shun Emperor/compound/Shun Shun/pobj/to of/prep/Shun Han/pobj/of (/punct/Han r./npadvmod/masterminded 125–144/nummod/AD AD/npadvmod/r. )/punct/masterminded ./punct/masterminded
(S (ADVP (RB However)) (, ,) (NP (NP (NML (NN palace) (JJ eunuch)) (NNP Sun) (NNP Cheng)) (-LRB- -LRB-) (NP (NN d.) (CD 132) (NNP AD)) (-RRB- -RRB-)) (VP (VBD masterminded) (NP (NP (DT a) (JJ successful) (NN overthrow)) (PP (IN of) (NP (PRP$ her) (NN regime))) (S (VP (TO to) (VP (VB enthrone) (NP (NP (NP (NNP Emperor) (NNP Shun)) (PP (IN of) (NP (NNP Han)))) (-LRB- -LRB-) (NP (NNP r.) (CD 125–144) (NNP AD)) (-RRB- -RRB-))))))) (. .))
T
['palace eunuch Sun Cheng -LRB- d. 132 AD -RRB- masterminded a successful overthrow of her regime to enthrone Emperor Shun of Han -LRB- r. 125–144 AD -RRB-']
[]
['However , palace eunuch Sun Cheng -LRB- d. 132 AD -RRB- masterminded a successful overthrow of her regime to enthrone Emperor Shun of Han -LRB- r. 125–144 AD -RRB- .']
[]
[]
43,696
Luton Town, Notts County and West Ham United were the three teams relegated from the old first division at the end of the 1991–92 season, and did not take part in the inaugural Premier League season.
(ROOT (S (NP (NP (NNP Luton) (NNP Town)) (, ,) (NP (NNP Notts) (NNP County)) (CC and) (NP (NML (NNP West) (NNP Ham)) (NNP United))) (VP (VP (VBD were) (NP (NP (DT the) (CD three) (NNS teams)) (VP (VBN relegated) (PP (IN from) (NP (DT the) (JJ old) (JJ first) (NN division))) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (CD 1991–92) (NN season)))))))) (, ,) (CC and) (VP (VBD did) (RB not) (VP (VB take) (NP (NN part)) (PP (IN in) (NP (DT the) (JJ inaugural) (NML (NNP Premier) (NNP League)) (NN season)))))) (. .)))
11
{ "ADJ": [ "old", "first", "inaugural" ], "ADP": [ "from", "at", "of", "in" ], "ADV": [], "AUX": [ "were", "did" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "teams", "division", "end", "season", "part", "season" ], "NUM": [ "three", "1991–92" ], "PART": [ "not" ], "PRON": [], "PROPN": [ "Luton", "Town", "Notts", "County", "West", "Ham", "United", "Premier", "League" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "relegated", "take" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "B-NP", "B...
Luton/compound/Town Town/nsubj/were ,/punct/Town Notts/compound/County County/conj/Town and/cc/County West/compound/Ham Ham/conj/County United/appos/Town were/ROOT/were the/det/teams three/nummod/teams teams/attr/were relegated/acl/teams from/prep/relegated the/det/division old/amod/division first/amod/division division/pobj/from at/prep/relegated the/det/end end/pobj/at of/prep/end the/det/season 1991–92/nummod/season season/pobj/of ,/punct/were and/cc/were did/aux/take not/neg/take take/conj/were part/dobj/take in/prep/take the/det/season inaugural/amod/season Premier/compound/League League/compound/season season/pobj/in ./punct/were
(S (NP (NP (NNP Luton) (NNP Town)) (, ,) (NP (NNP Notts) (NNP County)) (CC and) (NP (NML (NNP West) (NNP Ham)) (NNP United))) (VP (VP (VBD were) (NP (NP (DT the) (CD three) (NNS teams)) (VP (VBN relegated) (PP (IN from) (NP (DT the) (JJ old) (JJ first) (NN division))) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (CD 1991–92) (NN season)))))))) (, ,) (CC and) (VP (VBD did) (RB not) (VP (VB take) (NP (NN part)) (PP (IN in) (NP (DT the) (JJ inaugural) (NML (NNP Premier) (NNP League)) (NN season)))))) (. .))
T
['Luton Town , Notts County and West Ham United were the three teams relegated from the old first division at the end of the 1991–92 season , and did not take part in the inaugural Premier League season']
[]
['Luton Town , Notts County and West Ham United were the three teams relegated from the old first division at the end of the 1991–92 season , and did not take part in the inaugural Premier League season .']
[]
[]
20,668
Greek populations have not traditionally exhibited high rates of growth; nonetheless, the population of Greece has shown regular increase since the country's first census in 1828.
(ROOT (S (S (NP (JJ Greek) (NNS populations)) (VP (VBP have) (RB not) (ADVP (RB traditionally)) (VP (VBN exhibited) (NP (NP (JJ high) (NNS rates)) (PP (IN of) (NP (NN growth))))))) (: ;) (S (ADVP (RB nonetheless)) (, ,) (NP (NP (DT the) (NN population)) (PP (IN of) (NP (NNP Greece)))) (VP (VBZ has) (VP (VBN shown) (NP (JJ regular) (NN increase)) (PP (IN since) (NP (NP (NP (DT the) (NN country) (POS 's)) (JJ first) (NN census)) (PP (IN in) (NP (CD 1828)))))))) (. .)))
10
{ "ADJ": [ "Greek", "high", "regular", "first" ], "ADP": [ "of", "of", "in" ], "ADV": [ "traditionally", "nonetheless" ], "AUX": [ "have", "has" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "populations", "rates", "growth", "population", "increase", "country", "census" ], "NUM": [ "1828" ], "PART": [ "not", "'s" ], "PRON": [], "PROPN": [ "Greece" ], "PUNCT": [ ";", ",", "." ], "SCONJ": [ "since" ], "SPACE": [], "SYM": [], "VERB": [ "exhibited", "shown" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-ADVP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
Greek/amod/populations populations/nsubj/exhibited have/aux/exhibited not/neg/exhibited traditionally/advmod/exhibited exhibited/ccomp/shown high/amod/rates rates/dobj/exhibited of/prep/rates growth/pobj/of ;/punct/shown nonetheless/advmod/shown ,/punct/shown the/det/population population/nsubj/shown of/prep/population Greece/pobj/of has/aux/shown shown/ROOT/shown regular/amod/increase increase/dobj/shown since/prep/shown the/det/country country/poss/census 's/case/country first/amod/census census/pobj/since in/prep/census 1828/pobj/in ./punct/shown
(S (S (NP (JJ Greek) (NNS populations)) (VP (VBP have) (RB not) (ADVP (RB traditionally)) (VP (VBN exhibited) (NP (NP (JJ high) (NNS rates)) (PP (IN of) (NP (NN growth))))))) (: ;) (S (ADVP (RB nonetheless)) (, ,) (NP (NP (DT the) (NN population)) (PP (IN of) (NP (NNP Greece)))) (VP (VBZ has) (VP (VBN shown) (NP (JJ regular) (NN increase)) (PP (IN since) (NP (NP (NP (DT the) (NN country) (POS 's)) (JJ first) (NN census)) (PP (IN in) (NP (CD 1828)))))))) (. .))
T
['Greek populations have not traditionally exhibited high rates of growth', "nonetheless , the population of Greece has shown regular increase since the country 's first census in 1828"]
[]
["Greek populations have not traditionally exhibited high rates of growth ; nonetheless , the population of Greece has shown regular increase since the country 's first census in 1828 ."]
[]
[]
17,995
The antiquity of this form of writing extends before the invention of paper around the year 100 in China.
(ROOT (S (NP (NP (DT The) (NN antiquity)) (PP (IN of) (NP (NP (DT this) (NN form)) (PP (IN of) (NP (NN writing)))))) (VP (VBZ extends) (PP (IN before) (NP (NP (DT the) (NN invention)) (PP (IN of) (NP (NN paper))))) (PP (IN around) (NP (DT the) (NN year) (CD 100))) (PP (IN in) (NP (NNP China)))) (. .)))
8
{ "ADJ": [], "ADP": [ "of", "of", "before", "of", "around", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "The", "this", "the", "the" ], "INTJ": [], "NOUN": [ "antiquity", "form", "writing", "invention", "paper", "year" ], "NUM": [ "100" ], "PART": [], "PRON": [], "PROPN": [ "China" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "extends" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-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", "O" ]
The/det/antiquity antiquity/nsubj/extends of/prep/antiquity this/det/form form/pobj/of of/prep/form writing/pobj/of extends/ROOT/extends before/prep/extends the/det/invention invention/pobj/before of/prep/invention paper/pobj/of around/prep/invention the/det/year year/pobj/around 100/nummod/year in/prep/invention China/pobj/in ./punct/extends
(S (NP (NP (DT The) (NN antiquity)) (PP (IN of) (NP (NP (DT this) (NN form)) (PP (IN of) (NP (NN writing)))))) (VP (VBZ extends) (PP (IN before) (NP (NP (DT the) (NN invention)) (PP (IN of) (NP (NN paper))))) (PP (IN around) (NP (DT the) (NN year) (CD 100))) (PP (IN in) (NP (NNP China)))) (. .))
T
['The antiquity of this form of writing extends before the invention of paper around the year 100 in China']
[]
['The antiquity of this form of writing extends before the invention of paper around the year 100 in China .']
[]
[]
52,835
Political advantage is an attribute of which state policies?
(ROOT (S (NP (JJ Political) (NN advantage)) (VP (VBZ is) (NP (NP (DT an) (NN attribute)) (PP (IN of) (WHNP (WHNP (WDT which)) (NN state) (NNS policies))))) (. ?)))
8
{ "ADJ": [ "Political" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "an", "which" ], "INTJ": [], "NOUN": [ "advantage", "attribute", "state", "policies" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "O", "O", "O", "O" ]
Political/amod/advantage advantage/nsubj/is is/ROOT/is an/det/attribute attribute/attr/is of/prep/attribute which/det/policies state/compound/policies policies/pobj/of ?/punct/is
(S (NP (JJ Political) (NN advantage)) (VP (VBZ is) (NP (NP (DT an) (NN attribute)) (PP (IN of) (WHNP (WHNP (WDT which)) (NN state) (NNS policies))))) (. ?))
T
['Political advantage is an attribute of which state policies']
[]
['Political advantage is an attribute of which state policies ?']
[]
[]
3,815
The show reached its peak in season five with numbers averaging 30.6 million per episode, and season five remains the highest-rated season of the series.
(ROOT (S (S (NP (DT The) (NN show)) (VP (VBD reached) (NP (NP (PRP$ its) (NN peak)) (PP (IN in) (NP (NN season) (CD five)))) (PP (IN with) (NP (NP (NNS numbers)) (VP (VBG averaging) (NP (NP (QP (CD 30.6) (CD million))) (PP (IN per) (NP (NN episode))))))))) (, ,) (CC and) (S (NP (NN season) (CD five)) (VP (VBZ remains) (NP (NP (DT the) (ADJP (RBS highest) (HYPH -) (VBN rated)) (NN season)) (PP (IN of) (NP (DT the) (NN series)))))) (. .)))
11
{ "ADJ": [], "ADP": [ "in", "with", "per", "of" ], "ADV": [ "highest" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "show", "peak", "season", "numbers", "episode", "season", "season", "series" ], "NUM": [ "five", "30.6", "million", "five" ], "PART": [], "PRON": [ "its" ], "PROPN": [], "PUNCT": [ ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "reached", "averaging", "remains", "rated" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "O", "O", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/show show/nsubj/reached reached/ROOT/reached its/poss/peak peak/dobj/reached in/prep/reached season/pobj/in five/nummod/season with/prep/reached numbers/pobj/with averaging/acl/numbers 30.6/compound/million million/dobj/averaging per/prep/million episode/pobj/per ,/punct/reached and/cc/reached season/nsubj/remains five/nummod/season remains/conj/reached the/det/season highest/advmod/rated -/punct/rated rated/amod/season season/attr/remains of/prep/season the/det/series series/pobj/of ./punct/remains
(S (S (NP (DT The) (NN show)) (VP (VBD reached) (NP (NP (PRP$ its) (NN peak)) (PP (IN in) (NP (NN season) (CD five)))) (PP (IN with) (NP (NP (NNS numbers)) (VP (VBG averaging) (NP (NP (QP (CD 30.6) (CD million))) (PP (IN per) (NP (NN episode))))))))) (, ,) (CC and) (S (NP (NN season) (CD five)) (VP (VBZ remains) (NP (NP (DT the) (ADJP (RBS highest) (HYPH -) (VBN rated)) (NN season)) (PP (IN of) (NP (DT the) (NN series)))))) (. .))
T
['The show reached its peak in season five with numbers averaging 30.6 million per episode', 'season five remains the highest - rated season of the series']
[]
['The show reached its peak in season five with numbers averaging 30.6 million per episode , and season five remains the highest - rated season of the series .']
[]
[]
29,555
Cryptophytes, or cryptomonads are a group of algae that contain a red-algal derived chloroplast.
(ROOT (S (NP (NP (NNS Cryptophytes)) (, ,) (CC or) (NNS cryptomonads)) (VP (VBP are) (NP (NP (DT a) (NN group)) (PP (IN of) (NP (NP (NNS algae)) (SBAR (WHNP (WDT that)) (S (VP (VBP contain) (NP (DT a) (NML (JJ red) (HYPH -) (NN algal)) (VBN derived) (NN chloroplast))))))))) (. .)))
12
{ "ADJ": [ "red", "algal" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "or" ], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "Cryptophytes", "cryptomonads", "group", "algae", "chloroplast" ], "NUM": [], "PART": [], "PRON": [ "that" ], "PROPN": [], "PUNCT": [ ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "contain", "derived" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-VP", "B-NP", "O", "O", "O", "B-NP", "I-NP", "O" ]
Cryptophytes/nsubj/are ,/punct/Cryptophytes or/cc/Cryptophytes cryptomonads/conj/Cryptophytes are/ROOT/are a/det/group group/attr/are of/prep/group algae/pobj/of that/nsubj/contain contain/relcl/group a/det/algal red/amod/algal -/punct/algal algal/dobj/contain derived/advcl/are chloroplast/dobj/derived ./punct/are
(S (NP (NP (NNS Cryptophytes)) (, ,) (CC or) (NNS cryptomonads)) (VP (VBP are) (NP (NP (DT a) (NN group)) (PP (IN of) (NP (NP (NNS algae)) (SBAR (WHNP (WDT that)) (S (VP (VBP contain) (NP (DT a) (NML (JJ red) (HYPH -) (NN algal)) (VBN derived) (NN chloroplast))))))))) (. .))
CT
['Cryptophytes , or cryptomonads are a group of algae that contain a red - algal derived chloroplast']
['that contain a red - algal derived chloroplast']
[]
['Cryptophytes , or cryptomonads are a group of algae that contain a red - algal derived chloroplast .']
[]
71,637
The analysis (conducted on behalf of 23 investment and commercial banks, including 7 "too big to fail" banks) additionally showed that 28% of the sampled loans did not meet the minimal standards of any issuer.
(ROOT (S (NP (NP (DT The) (NN analysis)) (-LRB- -LRB-) (VP (VBN conducted) (PP (IN on) (NP (NP (NN behalf)) (PP (IN of) (NP (NP (CD 23) (UCP (NN investment) (CC and) (JJ commercial)) (NNS banks)) (, ,) (PP (VBG including) (NP (CD 7) (`` ") (ADJP (RB too) (JJ big) (S (VP (TO to) (VP (VB fail))))) ('' ") (NNS banks)))))))) (-RRB- -RRB-)) (ADVP (RB additionally)) (VP (VBD showed) (SBAR (IN that) (S (NP (NP (CD 28) (NN %)) (PP (IN of) (NP (DT the) (VBN sampled) (NNS loans)))) (VP (VBD did) (RB not) (VP (VB meet) (NP (NP (DT the) (JJ minimal) (NNS standards)) (PP (IN of) (NP (DT any) (NN issuer))))))))) (. .)))
15
{ "ADJ": [ "commercial", "big", "sampled", "minimal" ], "ADP": [ "on", "of", "of", "of" ], "ADV": [ "too", "additionally" ], "AUX": [ "did" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "the", "any" ], "INTJ": [], "NOUN": [ "analysis", "behalf", "investment", "banks", "banks", "%", "loans", "standards", "issuer" ], "NUM": [ "23", "7", "28" ], "PART": [ "to", "not" ], "PRON": [], "PROPN": [], "PUNCT": [ "(", ",", "\"", "\"", ")", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "conducted", "including", "fail", "showed", "meet" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-ADJP", "I-ADJP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B...
The/det/analysis analysis/nsubj/showed (/punct/analysis conducted/acl/analysis on/prep/conducted behalf/pobj/on of/prep/behalf 23/nummod/investment investment/nmod/banks and/cc/investment commercial/conj/investment banks/pobj/of ,/punct/banks including/prep/banks 7/pobj/including "/punct/big too/advmod/big big/amod/7 to/aux/fail fail/xcomp/big "/punct/banks banks/dobj/fail )/punct/banks additionally/advmod/showed showed/ROOT/showed that/mark/meet 28/nummod/% %/nsubj/meet of/prep/% the/det/loans sampled/amod/loans loans/pobj/of did/aux/meet not/neg/meet meet/ccomp/showed the/det/standards minimal/amod/standards standards/dobj/meet of/prep/standards any/det/issuer issuer/pobj/of ./punct/showed
(S (NP (NP (DT The) (NN analysis)) (-LRB- -LRB-) (VP (VBN conducted) (PP (IN on) (NP (NP (NN behalf)) (PP (IN of) (NP (NP (CD 23) (UCP (NN investment) (CC and) (JJ commercial)) (NNS banks)) (, ,) (PP (VBG including) (NP (CD 7) (`` ") (ADJP (RB too) (JJ big) (S (VP (TO to) (VP (VB fail))))) ('' ") (NNS banks)))))))) (-RRB- -RRB-)) (ADVP (RB additionally)) (VP (VBD showed) (SBAR (IN that) (S (NP (NP (CD 28) (NN %)) (PP (IN of) (NP (DT the) (VBN sampled) (NNS loans)))) (VP (VBD did) (RB not) (VP (VB meet) (NP (NP (DT the) (JJ minimal) (NNS standards)) (PP (IN of) (NP (DT any) (NN issuer))))))))) (. .))
CT
['The analysis -LRB- conducted on behalf of 23 investment and commercial banks , including 7 " too big to fail " banks -RRB- showed']
['that 28 % of the sampled loans did not meet the minimal standards of any issuer']
[]
['The analysis -LRB- conducted on behalf of 23 investment and commercial banks , including 7 " too big to fail " banks -RRB- additionally showed that 28 % of the sampled loans did not meet the minimal standards of any issuer .']
[]
21,489
These are, in alphabetical order: Adventist, Anglican, Baptist, Calvinist (Reformed), Lutheran, Methodist and Pentecostal.
(ROOT (S (NP (DT These)) (VP (VBP are) (, ,) (PP (IN in) (NP (JJ alphabetical) (NN order))) (: :) (NP (NNP Adventist) (, ,) (NNP Anglican) (, ,) (NNP Baptist) (, ,) (NP (NNP Calvinist)) (-LRB- -LRB-) (VP (VBN Reformed)) (-RRB- -RRB-) (, ,) (NNP Lutheran) (, ,) (NNP Methodist) (CC and) (NNP Pentecostal))) (. .)))
6
{ "ADJ": [ "alphabetical" ], "ADP": [ "in" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "order" ], "NUM": [], "PART": [], "PRON": [ "These" ], "PROPN": [ "Adventist", "Anglican", "Baptist", "Calvinist", "Reformed", "Lutheran", "Methodist", "Pentecostal" ], "PUNCT": [ ",", ":", ",", ",", ",", "(", ")", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
These/nsubj/are are/ROOT/are ,/punct/are in/prep/are alphabetical/amod/order order/pobj/in :/punct/are Adventist/attr/are ,/punct/Adventist Anglican/conj/Adventist ,/punct/Anglican Baptist/conj/Anglican ,/punct/Baptist Calvinist/conj/Baptist (/punct/Reformed Reformed/appos/Calvinist )/punct/Calvinist ,/punct/Calvinist Lutheran/conj/Calvinist ,/punct/Lutheran Methodist/conj/Lutheran and/cc/Methodist Pentecostal/conj/Methodist ./punct/are
(S (NP (DT These)) (VP (VBP are) (, ,) (PP (IN in) (NP (JJ alphabetical) (NN order))) (: :) (NP (NNP Adventist) (, ,) (NNP Anglican) (, ,) (NNP Baptist) (, ,) (NP (NNP Calvinist)) (-LRB- -LRB-) (VP (VBN Reformed)) (-RRB- -RRB-) (, ,) (NNP Lutheran) (, ,) (NNP Methodist) (CC and) (NNP Pentecostal))) (. .))
T
['These are , in alphabetical order : Adventist , Anglican , Baptist , Calvinist -LRB- Reformed -RRB- , Lutheran , Methodist and Pentecostal']
[]
['These are , in alphabetical order : Adventist , Anglican , Baptist , Calvinist -LRB- Reformed -RRB- , Lutheran , Methodist and Pentecostal .']
[]
[]
45,664
The Roman soldiers did not break Jesus' legs, as they did to the other two men crucified (breaking the legs hastened the crucifixion process), as Jesus was dead already.
(ROOT (S (NP (DT The) (JJ Roman) (NNS soldiers)) (VP (VBD did) (RB not) (VP (VB break) (NP (NP (NNP Jesus) (POS ')) (NNS legs)) (, ,) (SBAR (SBAR (IN as) (S (NP (PRP they)) (VP (VBD did) (PP (IN to) (NP (NP (DT the) (JJ other) (CD two) (NNS men)) (VP (VBN crucified))))))) (PRN (PRN (-LRB- -LRB-) (S (S (VP (VBG breaking) (NP (DT the) (NNS legs)))) (VP (VBD hastened) (NP (DT the) (NN crucifixion) (NN process)))) (-RRB- -RRB-)) (, ,)) (SBAR (IN as) (S (NP (NNP Jesus)) (VP (VBD was) (ADJP (JJ dead)) (ADVP (RB already)))))))) (. .)))
12
{ "ADJ": [ "Roman", "other", "dead" ], "ADP": [ "to" ], "ADV": [ "already" ], "AUX": [ "did", "did", "was" ], "CCONJ": [], "DET": [ "The", "the", "the", "the" ], "INTJ": [], "NOUN": [ "soldiers", "legs", "men", "legs", "crucifixion", "process" ], "NUM": [ "two" ], "PART": [ "not", "'" ], "PRON": [ "they" ], "PROPN": [ "Jesus", "Jesus" ], "PUNCT": [ ",", "(", ")", ",", "." ], "SCONJ": [ "as", "as" ], "SPACE": [], "SYM": [], "VERB": [ "break", "crucified", "breaking", "hastened" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-VP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "O", "B-VP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "B-VP", "B-ADJP", ...
The/det/soldiers Roman/amod/soldiers soldiers/nsubj/break did/aux/break not/neg/break break/ROOT/break Jesus/poss/legs '/case/Jesus legs/dobj/break ,/punct/break as/mark/did they/nsubj/did did/aux/crucified to/prep/did the/det/men other/amod/men two/nummod/men men/pobj/to crucified/advcl/break (/punct/crucified breaking/advcl/crucified the/det/legs legs/dobj/breaking hastened/conj/break the/det/process crucifixion/compound/process process/dobj/hastened )/punct/break ,/punct/break as/mark/was Jesus/nsubj/was was/advcl/break dead/acomp/was already/advmod/was ./punct/break
(S (NP (DT The) (JJ Roman) (NNS soldiers)) (VP (VBD did) (RB not) (VP (VB break) (NP (NP (NNP Jesus) (POS ')) (NNS legs)) (, ,) (SBAR (SBAR (IN as) (S (NP (PRP they)) (VP (VBD did) (PP (IN to) (NP (NP (DT the) (JJ other) (CD two) (NNS men)) (VP (VBN crucified))))))) (PRN (PRN (-LRB- -LRB-) (S (S (VP (VBG breaking) (NP (DT the) (NNS legs)))) (VP (VBD hastened) (NP (DT the) (NN crucifixion) (NN process)))) (-RRB- -RRB-)) (, ,)) (SBAR (IN as) (S (NP (NNP Jesus)) (VP (VBD was) (ADJP (JJ dead)) (ADVP (RB already)))))))) (. .))
CT
["The Roman soldiers did not break Jesus ' legs ,"]
['as they did to the other two men crucified -LRB- breaking the legs hastened the crucifixion process -RRB- , as Jesus was dead already', 'as they did to the other two men crucified', 'as Jesus was dead already']
[]
["The Roman soldiers did not break Jesus ' legs , as they did to the other two men crucified -LRB- breaking the legs hastened the crucifixion process -RRB- , as Jesus was dead already ."]
[]
22,957
The Imperial measurement production drawings the British had developed were supplied to the Americans who produced their own (unlicensed) copy of the 40 mm at the start of the war, moving to licensed production in mid-1941.
(ROOT (S (NP (NP (DT The) (JJ Imperial) (NML (NN measurement) (NN production)) (NNS drawings)) (SBAR (S (NP (DT the) (NNPS British)) (VP (VBD had) (VP (VBN developed)))))) (VP (VBD were) (VP (VBN supplied) (PP (IN to) (NP (NP (DT the) (NNPS Americans)) (SBAR (WHNP (WP who)) (S (VP (VBD produced) (NP (NP (PRP$ their) (JJ own) (-LRB- -LRB-) (JJ unlicensed) (-RRB- -RRB-) (NN copy)) (PP (IN of) (NP (DT the) (CD 40) (NNS mm)))) (PP (IN at) (NP (NP (DT the) (NN start)) (PP (IN of) (NP (DT the) (NN war))))) (, ,) (S (VP (VBG moving) (PP (IN to) (NP (JJ licensed) (NN production))) (PP (IN in) (NP (CD mid-1941)))))))))))) (. .)))
14
{ "ADJ": [ "Imperial", "own", "unlicensed", "licensed" ], "ADP": [ "to", "of", "at", "of", "to", "in" ], "ADV": [], "AUX": [ "had", "were" ], "CCONJ": [], "DET": [ "The", "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "measurement", "production", "drawings", "copy", "mm", "start", "war", "production", "mid-1941" ], "NUM": [ "40" ], "PART": [], "PRON": [ "who", "their" ], "PROPN": [ "British", "Americans" ], "PUNCT": [ "(", ")", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "developed", "supplied", "produced", "moving" ], "X": [] }
[ "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "I-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", "B-VP...
The/det/drawings Imperial/amod/drawings measurement/compound/production production/compound/drawings drawings/nsubjpass/supplied the/det/British British/nsubj/developed had/aux/developed developed/relcl/drawings were/auxpass/supplied supplied/ROOT/supplied to/prep/supplied the/det/Americans Americans/pobj/to who/nsubj/produced produced/relcl/Americans their/poss/copy own/amod/copy (/punct/copy unlicensed/amod/copy )/punct/copy copy/dobj/produced of/prep/copy the/det/mm 40/nummod/mm mm/pobj/of at/prep/produced the/det/start start/pobj/at of/prep/start the/det/war war/pobj/of ,/punct/supplied moving/advcl/supplied to/prep/moving licensed/pcomp/to production/dobj/licensed in/prep/moving mid-1941/pobj/in ./punct/supplied
(S (NP (NP (DT The) (JJ Imperial) (NML (NN measurement) (NN production)) (NNS drawings)) (SBAR (S (NP (DT the) (NNPS British)) (VP (VBD had) (VP (VBN developed)))))) (VP (VBD were) (VP (VBN supplied) (PP (IN to) (NP (NP (DT the) (NNPS Americans)) (SBAR (WHNP (WP who)) (S (VP (VBD produced) (NP (NP (PRP$ their) (JJ own) (-LRB- -LRB-) (JJ unlicensed) (-RRB- -RRB-) (NN copy)) (PP (IN of) (NP (DT the) (CD 40) (NNS mm)))) (PP (IN at) (NP (NP (DT the) (NN start)) (PP (IN of) (NP (DT the) (NN war))))) (, ,) (S (VP (VBG moving) (PP (IN to) (NP (JJ licensed) (NN production))) (PP (IN in) (NP (CD mid-1941)))))))))))) (. .))
CT
['The Imperial measurement production drawings the British had developed were supplied to the Americans who produced their own -LRB- unlicensed -RRB- copy of the 40 mm at the start of the war , moving to licensed production in mid-1941']
['the British had developed', 'who produced their own -LRB- unlicensed -RRB- copy of the 40 mm at the start of the war , moving to licensed production in mid-1941']
[]
['The Imperial measurement production drawings the British had developed were supplied to the Americans who produced their own -LRB- unlicensed -RRB- copy of the 40 mm at the start of the war , moving to licensed production in mid-1941 .']
[]
60,035
A variety of other publications also serve the university community, ranging from in-house academic journals to glossy alumni magazines to WUnderground, campus' student-run satirical newspaper.
(ROOT (S (NP (NP (DT A) (NN variety)) (PP (IN of) (NP (JJ other) (NNS publications)))) (ADVP (RB also)) (VP (VBP serve) (NP (DT the) (NN university) (NN community)) (, ,) (S (VP (VBG ranging) (PP (PP (IN from) (NP (NML (PP (IN in) (HYPH -) (NP (NN house)))) (JJ academic) (NNS journals))) (PP (PP (IN to) (NP (JJ glossy) (NNS alumni) (NNS magazines))) (PP (IN to) (NP (NP (NNP WUnderground)) (, ,) (NP (NP (NN campus) (POS ')) (ADJP (NN student) (HYPH -) (VBN run)) (JJ satirical) (NN newspaper))))))))) (. .)))
12
{ "ADJ": [ "other", "academic", "glossy", "satirical" ], "ADP": [ "of", "from", "in", "to", "to" ], "ADV": [ "also" ], "AUX": [], "CCONJ": [], "DET": [ "A", "the" ], "INTJ": [], "NOUN": [ "variety", "publications", "university", "community", "house", "journals", "alumni", "magazines", "campus", "student", "newspaper" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "WUnderground" ], "PUNCT": [ ",", "-", ",", "'", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "serve", "ranging", "run" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "I-PP", "I-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", ...
A/det/variety variety/nsubj/serve of/prep/variety other/amod/publications publications/pobj/of also/advmod/serve serve/ROOT/serve the/det/community university/compound/community community/dobj/serve ,/punct/serve ranging/advcl/serve from/prep/ranging in/nmod/journals -/punct/in house/pobj/in academic/amod/journals journals/pobj/from to/prep/ranging glossy/amod/magazines alumni/compound/magazines magazines/pobj/to to/prep/ranging WUnderground/amod/newspaper ,/punct/newspaper campus/nmod/newspaper '/punct/newspaper student/npadvmod/run -/punct/run run/amod/newspaper satirical/amod/newspaper newspaper/pobj/to ./punct/serve
(S (NP (NP (DT A) (NN variety)) (PP (IN of) (NP (JJ other) (NNS publications)))) (ADVP (RB also)) (VP (VBP serve) (NP (DT the) (NN university) (NN community)) (, ,) (S (VP (VBG ranging) (PP (PP (IN from) (NP (NML (PP (IN in) (HYPH -) (NP (NN house)))) (JJ academic) (NNS journals))) (PP (PP (IN to) (NP (JJ glossy) (NNS alumni) (NNS magazines))) (PP (IN to) (NP (NP (NNP WUnderground)) (, ,) (NP (NP (NN campus) (POS ')) (ADJP (NN student) (HYPH -) (VBN run)) (JJ satirical) (NN newspaper))))))))) (. .))
T
["A variety of other publications serve the university community , ranging from in - house academic journals to glossy alumni magazines to WUnderground , campus ' student - run satirical newspaper"]
[]
["A variety of other publications also serve the university community , ranging from in - house academic journals to glossy alumni magazines to WUnderground , campus ' student - run satirical newspaper ."]
[]
[]
1,200
The plans were to establish a six-team league that would play a 10-week schedule that was slated to start in October 2014.
(ROOT (S (NP (DT The) (NNS plans)) (VP (VBD were) (S (VP (TO to) (VP (VB establish) (NP (NP (DT a) (NML (CD six) (HYPH -) (NN team)) (NN league)) (SBAR (WHNP (WDT that)) (S (VP (MD would) (VP (VB play) (NP (NP (DT a) (NML (CD 10) (HYPH -) (NN week)) (NN schedule)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN slated) (S (VP (TO to) (VP (VB start) (PP (IN in) (NP (NNP October) (CD 2014)))))))))))))))))))) (. .)))
22
{ "ADJ": [], "ADP": [ "in" ], "ADV": [], "AUX": [ "were", "would", "was" ], "CCONJ": [], "DET": [ "The", "a", "a" ], "INTJ": [], "NOUN": [ "plans", "team", "league", "week", "schedule" ], "NUM": [ "six", "10", "2014" ], "PART": [ "to", "to" ], "PRON": [ "that", "that" ], "PROPN": [ "October" ], "PUNCT": [ "-", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "establish", "play", "slated", "start" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "O", "O", "O", "B-NP", "O", "B-VP", "I-VP", "B-NP", "O", "O", "O", "B-NP", "O", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/plans plans/nsubj/were were/ROOT/were to/aux/establish establish/xcomp/were a/det/league six/nummod/team -/punct/team team/compound/league league/dobj/establish that/nsubj/play would/aux/play play/relcl/league a/det/schedule 10/nummod/week -/punct/week week/compound/schedule schedule/dobj/play that/nsubjpass/slated was/auxpass/slated slated/relcl/schedule to/aux/start start/xcomp/slated in/prep/start October/pobj/in 2014/nummod/October ./punct/were
(S (NP (DT The) (NNS plans)) (VP (VBD were) (S (VP (TO to) (VP (VB establish) (NP (NP (DT a) (NML (CD six) (HYPH -) (NN team)) (NN league)) (SBAR (WHNP (WDT that)) (S (VP (MD would) (VP (VB play) (NP (NP (DT a) (NML (CD 10) (HYPH -) (NN week)) (NN schedule)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN slated) (S (VP (TO to) (VP (VB start) (PP (IN in) (NP (NNP October) (CD 2014)))))))))))))))))))) (. .))
CT
['The plans were to establish a six - team league that would play a 10 - week schedule that was slated to start in October 2014']
['that would play a 10 - week schedule that was slated to start in October 2014', 'that was slated to start in October 2014']
[]
['The plans were to establish a six - team league that would play a 10 - week schedule that was slated to start in October 2014 .']
[]
10,284
A historic 2–6 victory against Real Madrid followed three days later and ensured that Barcelona became La Liga champions for the 2008–09 season.
(ROOT (S (NP (NP (DT A) (JJ historic) (CD 2–6) (NN victory)) (PP (IN against) (NP (NNP Real) (NNP Madrid)))) (VP (VP (VBD followed) (ADVP (NP (CD three) (NNS days)) (RB later))) (CC and) (VP (VBD ensured) (SBAR (IN that) (S (NP (NNP Barcelona)) (VP (VBD became) (NP (NP (NML (NNP La) (NNP Liga)) (NNS champions)) (PP (IN for) (NP (DT the) (CD 2008–09) (NN season))))))))) (. .)))
11
{ "ADJ": [ "historic" ], "ADP": [ "against", "for" ], "ADV": [ "later" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "A", "the" ], "INTJ": [], "NOUN": [ "victory", "days", "champions", "season" ], "NUM": [ "2–6", "three", "2008–09" ], "PART": [], "PRON": [], "PROPN": [ "Real", "Madrid", "Barcelona", "La", "Liga" ], "PUNCT": [ "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "followed", "ensured", "became" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-ADVP", "B-VP", "I-VP", "O", "B-NP", "B-VP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
A/det/victory historic/amod/2–6 2–6/nummod/victory victory/nsubj/followed against/prep/victory Real/compound/Madrid Madrid/pobj/against followed/ROOT/followed three/nummod/days days/npadvmod/later later/advmod/followed and/cc/followed ensured/conj/followed that/mark/became Barcelona/nsubj/became became/ccomp/ensured La/compound/champions Liga/compound/champions champions/attr/became for/prep/became the/det/season 2008–09/nummod/season season/pobj/for ./punct/followed
(S (NP (NP (DT A) (JJ historic) (CD 2–6) (NN victory)) (PP (IN against) (NP (NNP Real) (NNP Madrid)))) (VP (VP (VBD followed) (ADVP (NP (CD three) (NNS days)) (RB later))) (CC and) (VP (VBD ensured) (SBAR (IN that) (S (NP (NNP Barcelona)) (VP (VBD became) (NP (NP (NML (NNP La) (NNP Liga)) (NNS champions)) (PP (IN for) (NP (DT the) (CD 2008–09) (NN season))))))))) (. .))
CT
['A historic 2–6 victory against Real Madrid followed three days later and ensured']
['that Barcelona became La Liga champions for the 2008–09 season']
[]
['A historic 2–6 victory against Real Madrid followed three days later and ensured that Barcelona became La Liga champions for the 2008–09 season .']
[]
11,518
These were bequeathed with over 18,000 books to the museum in 1876 by John Forster.
(ROOT (S (NP (DT These)) (VP (VBD were) (VP (VBN bequeathed) (PP (IN with) (NP (QP (IN over) (CD 18,000)) (NNS books))) (IN to) (NP (DT the) (NN museum)) (PP (IN in) (NP (CD 1876))) (PP (IN by) (NP (NNP John) (NNP Forster))))) (. .)))
8
{ "ADJ": [], "ADP": [ "with", "over", "to", "in", "by" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "books", "museum" ], "NUM": [ "18,000", "1876" ], "PART": [], "PRON": [ "These" ], "PROPN": [ "John", "Forster" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "bequeathed" ], "X": [] }
[ "B-NP", "B-VP", "I-VP", "B-PP", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
These/nsubjpass/bequeathed were/auxpass/bequeathed bequeathed/ROOT/bequeathed with/prep/bequeathed over/quantmod/18,000 18,000/nummod/books books/pobj/with to/prep/bequeathed the/det/museum museum/pobj/to in/prep/bequeathed 1876/pobj/in by/agent/bequeathed John/compound/Forster Forster/pobj/by ./punct/bequeathed
(S (NP (DT These)) (VP (VBD were) (VP (VBN bequeathed) (PP (IN with) (NP (QP (IN over) (CD 18,000)) (NNS books))) (IN to) (NP (DT the) (NN museum)) (PP (IN in) (NP (CD 1876))) (PP (IN by) (NP (NNP John) (NNP Forster))))) (. .))
T
['These were bequeathed with over 18,000 books to the museum in 1876 by John Forster']
[]
['These were bequeathed with over 18,000 books to the museum in 1876 by John Forster .']
[]
[]
67,603
(formerly STOIC (Student Television of Imperial College)) is Imperial College Union's TV station, founded in 1969 and operated from a small TV studio in the Electrical Engineering block.
(ROOT (S (NP (-LRB- -LRB-) (ADVP (RB formerly)) (NP (NP (NNP STOIC)) (-LRB- -LRB-) (NP (NP (NNP Student) (NNP Television)) (PP (IN of) (NP (NNP Imperial) (NNP College)))) (-RRB- -RRB-)) (-RRB- -RRB-)) (VP (VBZ is) (NP (NP (NP (NNP Imperial) (NNP College) (NNP Union) (POS 's)) (NN TV) (NN station)) (, ,) (VP (VP (VBN founded) (PP (IN in) (NP (CD 1969)))) (CC and) (VP (VBN operated) (PP (IN from) (NP (NP (DT a) (JJ small) (NN TV) (NN studio)) (PP (IN in) (NP (DT the) (NML (NNP Electrical) (NNP Engineering)) (NN block))))))))) (. .)))
12
{ "ADJ": [ "small" ], "ADP": [ "of", "in", "from", "in" ], "ADV": [ "formerly" ], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "STOIC", "TV", "station", "TV", "studio", "block" ], "NUM": [ "1969" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "Student", "Television", "Imperial", "College", "Imperial", "College", "Union", "Electrical", "Engineering" ], "PUNCT": [ "(", "(", ")", ")", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "founded", "operated" ], "X": [] }
[ "B-NP", "B-ADVP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O",...
(/punct/is formerly/advmod/STOIC STOIC/nsubj/is (/punct/Television Student/compound/Television Television/appos/STOIC of/prep/Television Imperial/compound/College College/pobj/of )/punct/Television )/punct/is is/ROOT/is Imperial/compound/Union College/compound/Union Union/poss/station 's/case/Union TV/compound/station station/attr/is ,/punct/station founded/acl/station in/prep/founded 1969/pobj/in and/cc/founded operated/conj/founded from/prep/operated a/det/studio small/amod/studio TV/compound/studio studio/pobj/from in/prep/studio the/det/block Electrical/compound/Engineering Engineering/compound/block block/pobj/in ./punct/is
(S (NP (-LRB- -LRB-) (ADVP (RB formerly)) (NP (NP (NNP STOIC)) (-LRB- -LRB-) (NP (NP (NNP Student) (NNP Television)) (PP (IN of) (NP (NNP Imperial) (NNP College)))) (-RRB- -RRB-)) (-RRB- -RRB-)) (VP (VBZ is) (NP (NP (NP (NNP Imperial) (NNP College) (NNP Union) (POS 's)) (NN TV) (NN station)) (, ,) (VP (VP (VBN founded) (PP (IN in) (NP (CD 1969)))) (CC and) (VP (VBN operated) (PP (IN from) (NP (NP (DT a) (JJ small) (NN TV) (NN studio)) (PP (IN in) (NP (DT the) (NML (NNP Electrical) (NNP Engineering)) (NN block))))))))) (. .))
T
["-LRB- formerly STOIC -LRB- Student Television of Imperial College -RRB- -RRB- is Imperial College Union 's TV station , founded in 1969 and operated from a small TV studio in the Electrical Engineering block"]
[]
["-LRB- formerly STOIC -LRB- Student Television of Imperial College -RRB- -RRB- is Imperial College Union 's TV station , founded in 1969 and operated from a small TV studio in the Electrical Engineering block ."]
[]
[]
46,315
Galicia also suffered occasional slave raids by Barbary pirates, but not as frequently as the Mediterranean coastal areas.
(ROOT (S (NP (NNP Galicia)) (ADVP (RB also)) (VP (VBD suffered) (NP (NP (NP (JJ occasional) (NN slave) (NNS raids)) (PP (IN by) (NP (JJ Barbary) (NNS pirates)))) (, ,) (CC but) (ADVP (ADVP (RB not) (RB as) (RB frequently)) (PP (IN as) (NP (DT the) (NNP Mediterranean) (JJ coastal) (NNS areas)))))) (. .)))
8
{ "ADJ": [ "occasional", "Mediterranean", "coastal" ], "ADP": [ "by", "as" ], "ADV": [ "also", "as", "frequently" ], "AUX": [], "CCONJ": [ "but" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "slave", "raids", "pirates", "areas" ], "NUM": [], "PART": [ "not" ], "PRON": [], "PROPN": [ "Galicia", "Barbary" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "suffered" ], "X": [] }
[ "B-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "I-ADVP", "I-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
Galicia/nsubj/suffered also/advmod/suffered suffered/ROOT/suffered occasional/amod/raids slave/compound/raids raids/dobj/suffered by/prep/raids Barbary/amod/pirates pirates/pobj/by ,/punct/suffered but/cc/suffered not/neg/frequently as/advmod/frequently frequently/advmod/as as/prep/suffered the/det/areas Mediterranean/amod/areas coastal/amod/areas areas/pobj/as ./punct/suffered
(S (NP (NNP Galicia)) (ADVP (RB also)) (VP (VBD suffered) (NP (NP (NP (JJ occasional) (NN slave) (NNS raids)) (PP (IN by) (NP (JJ Barbary) (NNS pirates)))) (, ,) (CC but) (ADVP (ADVP (RB not) (RB as) (RB frequently)) (PP (IN as) (NP (DT the) (NNP Mediterranean) (JJ coastal) (NNS areas)))))) (. .))
T
['Galicia suffered occasional slave raids by Barbary pirates , but not as frequently as the Mediterranean coastal areas']
[]
['Galicia also suffered occasional slave raids by Barbary pirates , but not as frequently as the Mediterranean coastal areas .']
[]
[]
50,548
Electric recording which developed during the time that early radio was becoming popular (1925) benefited from the microphones and amplifiers used in radio studios.
(ROOT (S (NP (NP (JJ Electric) (NN recording)) (SBAR (WHNP (WDT which)) (S (VP (VBD developed) (PP (IN during) (NP (NP (DT the) (NN time)) (SBAR (IN that) (S (NP (JJ early) (NN radio)) (VP (VP (VBD was) (VP (VBG becoming) (ADJP (JJ popular)))) (-LRB- -LRB-) (NP (CD 1925)) (-RRB- -RRB-)))))))))) (VP (VBD benefited) (PP (IN from) (NP (NP (DT the) (NNS microphones) (CC and) (NNS amplifiers)) (VP (VBN used) (PP (IN in) (NP (NN radio) (NNS studios))))))) (. .)))
15
{ "ADJ": [ "Electric", "early", "popular" ], "ADP": [ "during", "from", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "recording", "time", "radio", "microphones", "amplifiers", "radio", "studios" ], "NUM": [ "1925" ], "PART": [], "PRON": [ "which", "that" ], "PROPN": [], "PUNCT": [ "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "developed", "becoming", "benefited", "used" ], "X": [] }
[ "B-NP", "I-NP", "O", "B-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADJP", "B-VP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O" ]
Electric/amod/recording recording/nsubj/benefited which/nsubj/developed developed/relcl/recording during/prep/developed the/det/time time/pobj/during that/advmod/becoming early/amod/radio radio/nsubj/becoming was/aux/becoming becoming/relcl/time popular/acomp/becoming (/punct/popular 1925/npadvmod/popular )/punct/recording benefited/ROOT/benefited from/prep/benefited the/det/microphones microphones/pobj/from and/cc/microphones amplifiers/conj/microphones used/acl/microphones in/prep/used radio/compound/studios studios/pobj/in ./punct/benefited
(S (NP (NP (JJ Electric) (NN recording)) (SBAR (WHNP (WDT which)) (S (VP (VBD developed) (PP (IN during) (NP (NP (DT the) (NN time)) (SBAR (IN that) (S (NP (JJ early) (NN radio)) (VP (VP (VBD was) (VP (VBG becoming) (ADJP (JJ popular)))) (-LRB- -LRB-) (NP (CD 1925)) (-RRB- -RRB-)))))))))) (VP (VBD benefited) (PP (IN from) (NP (NP (DT the) (NNS microphones) (CC and) (NNS amplifiers)) (VP (VBN used) (PP (IN in) (NP (NN radio) (NNS studios))))))) (. .))
CT
['Electric recording which developed during the time that early radio was becoming popular -LRB- 1925 -RRB- benefited from the microphones and amplifiers used in radio studios']
['which developed during the time that early radio was becoming popular -LRB- 1925 -RRB-', 'that early radio was becoming popular -LRB- 1925 -RRB-']
[]
['Electric recording which developed during the time that early radio was becoming popular -LRB- 1925 -RRB- benefited from the microphones and amplifiers used in radio studios .']
[]
21,267
It remains the highest-rated season in the show's run so far.
(ROOT (S (NP (PRP It)) (VP (VBZ remains) (NP (NP (DT the) (ADJP (RBS highest) (HYPH -) (VBN rated)) (NN season)) (PP (IN in) (NP (NP (DT the) (NN show) (POS 's)) (NN run))) (ADVP (RB so) (RB far)))) (. .)))
8
{ "ADJ": [], "ADP": [ "in" ], "ADV": [ "highest", "so", "far" ], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "season", "show", "run" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "It" ], "PROPN": [], "PUNCT": [ "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "remains", "rated" ], "X": [] }
[ "B-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "I-ADVP", "O" ]
It/nsubj/remains remains/ROOT/remains the/det/season highest/advmod/rated -/punct/rated rated/amod/season season/attr/remains in/prep/season the/det/show show/poss/run 's/case/show run/pobj/in so/advmod/far far/advmod/remains ./punct/remains
(S (NP (PRP It)) (VP (VBZ remains) (NP (NP (DT the) (ADJP (RBS highest) (HYPH -) (VBN rated)) (NN season)) (PP (IN in) (NP (NP (DT the) (NN show) (POS 's)) (NN run))) (ADVP (RB so) (RB far)))) (. .))
T
["It remains the highest - rated season in the show 's run so far"]
[]
["It remains the highest - rated season in the show 's run so far ."]
[]
[]
32,072
Beyonce had an all-female tour band whose name was what?
(ROOT (S (NP (NNP Beyonce)) (VP (VBD had) (NP (NP (DT an) (ADJP (RB all) (HYPH -) (JJ female)) (NN tour) (NN band)) (SBAR (WHNP (WP$ whose) (NN name)) (S (VP (VBD was) (NP (WP what))))))) (. ?)))
9
{ "ADJ": [ "female" ], "ADP": [], "ADV": [ "all" ], "AUX": [ "was" ], "CCONJ": [], "DET": [ "an", "whose" ], "INTJ": [], "NOUN": [ "tour", "band", "name" ], "NUM": [], "PART": [], "PRON": [ "what" ], "PROPN": [ "Beyonce" ], "PUNCT": [ "-", "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "had" ], "X": [] }
[ "B-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "O", "O", "B-VP", "B-NP", "O" ]
Beyonce/nsubj/had had/ROOT/had an/det/band all/advmod/female -/punct/female female/amod/band tour/compound/band band/dobj/had whose/poss/name name/nsubj/was was/relcl/band what/attr/was ?/punct/had
(S (NP (NNP Beyonce)) (VP (VBD had) (NP (NP (DT an) (ADJP (RB all) (HYPH -) (JJ female)) (NN tour) (NN band)) (SBAR (WHNP (WP$ whose) (NN name)) (S (VP (VBD was) (NP (WP what))))))) (. ?))
CT
['Beyonce had an all - female tour band whose name was what']
['whose name was what']
[]
['Beyonce had an all - female tour band whose name was what ?']
[]
5,667
As an example of the origin of this mechanism, the internal microscopic dipoles contributing to the dielectric constant cannot move instantly, and so as frequency of an applied alternating voltage increases, the dipole response is limited and the dielectric constant diminishes.
(ROOT (S (S (PP (IN As) (NP (NP (DT an) (NN example)) (PP (IN of) (NP (NP (DT the) (NN origin)) (PP (IN of) (NP (DT this) (NN mechanism))))))) (, ,) (NP (NP (DT the) (JJ internal) (JJ microscopic) (NNS dipoles)) (VP (VBG contributing) (PP (IN to) (NP (DT the) (JJ dielectric) (NN constant))))) (VP (MD can) (RB not) (VP (VB move) (ADVP (RB instantly))))) (, ,) (CC and) (RB so) (S (SBAR (IN as) (S (NP (NP (NN frequency)) (PP (IN of) (NP (DT an) (VBN applied) (JJ alternating) (NN voltage)))) (VP (VBZ increases)))) (, ,) (S (NP (DT the) (NN dipole) (NN response)) (VP (VBZ is) (ADJP (VBN limited)))) (CC and) (S (NP (DT the) (JJ dielectric) (NN constant)) (VP (VBZ diminishes)))) (. .)))
10
{ "ADJ": [ "internal", "microscopic", "dielectric", "constant", "limited", "dielectric", "constant" ], "ADP": [ "As", "of", "of", "to", "of" ], "ADV": [ "instantly", "so" ], "AUX": [ "can", "is" ], "CCONJ": [ "and", "and" ], "DET": [ "an", "the", "this", "the", "the", "an", "the", "the" ], "INTJ": [], "NOUN": [ "example", "origin", "mechanism", "dipoles", "frequency", "voltage", "increases", "dipole", "response", "diminishes" ], "NUM": [], "PART": [ "not" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [ "as" ], "SPACE": [], "SYM": [], "VERB": [ "contributing", "move", "applied", "alternating" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-ADVP", "O", "O", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", ...
As/prep/move an/det/example example/pobj/As of/prep/example the/det/origin origin/pobj/of of/prep/origin this/det/mechanism mechanism/pobj/of ,/punct/move the/det/dipoles internal/amod/dipoles microscopic/amod/dipoles dipoles/nsubj/move contributing/acl/dipoles to/prep/contributing the/det/constant dielectric/amod/constant constant/pobj/to can/aux/move not/neg/move move/ROOT/move instantly/advmod/move ,/punct/move and/cc/move so/advmod/limited as/mark/limited frequency/pobj/as of/prep/frequency an/det/increases applied/amod/increases alternating/amod/increases voltage/compound/increases increases/pobj/of ,/punct/is the/det/response dipole/compound/response response/nsubj/is is/auxpass/limited limited/conj/move and/cc/limited the/det/diminishes dielectric/amod/diminishes constant/amod/diminishes diminishes/conj/limited ./punct/move
(S (S (PP (IN As) (NP (NP (DT an) (NN example)) (PP (IN of) (NP (NP (DT the) (NN origin)) (PP (IN of) (NP (DT this) (NN mechanism))))))) (, ,) (NP (NP (DT the) (JJ internal) (JJ microscopic) (NNS dipoles)) (VP (VBG contributing) (PP (IN to) (NP (DT the) (JJ dielectric) (NN constant))))) (VP (MD can) (RB not) (VP (VB move) (ADVP (RB instantly))))) (, ,) (CC and) (RB so) (S (SBAR (IN as) (S (NP (NP (NN frequency)) (PP (IN of) (NP (DT an) (VBN applied) (JJ alternating) (NN voltage)))) (VP (VBZ increases)))) (, ,) (S (NP (DT the) (NN dipole) (NN response)) (VP (VBZ is) (ADJP (VBN limited)))) (CC and) (S (NP (DT the) (JJ dielectric) (NN constant)) (VP (VBZ diminishes)))) (. .))
CT
['As an example of the origin of this mechanism , the internal microscopic dipoles contributing to the dielectric constant can not move instantly', ', the dipole response is limited and the dielectric constant diminishes']
['as frequency of an applied alternating voltage increases']
[]
['As an example of the origin of this mechanism , the internal microscopic dipoles contributing to the dielectric constant can not move instantly , and so as frequency of an applied alternating voltage increases , the dipole response is limited and the dielectric constant diminishes .']
[]
69,395
Since these ministers most often maintain the support of parliament and are the ones who obtain the passage of bills, it is highly improbable that they would advise the sovereign to withhold assent.
(ROOT (S (SBAR (IN Since) (S (NP (DT these) (NNS ministers)) (ADVP (RBS most) (RB often)) (VP (VP (VBP maintain) (NP (NP (DT the) (NN support)) (PP (IN of) (NP (NN parliament))))) (CC and) (VP (VBP are) (NP (NP (DT the) (NNS ones)) (SBAR (WHNP (WP who)) (S (VP (VBP obtain) (NP (NP (DT the) (NN passage)) (PP (IN of) (NP (NNS bills)))))))))))) (, ,) (NP (NP (PRP it))) (VP (VBZ is) (ADJP (RB highly) (JJ improbable)) (SBAR (IN that) (S (NP (PRP they)) (VP (MD would) (VP (VB advise) (NP (DT the) (NN sovereign)) (S (VP (TO to) (VP (VB withhold) (NP (NN assent)))))))))) (. .)))
14
{ "ADJ": [ "improbable" ], "ADP": [ "of", "of" ], "ADV": [ "most", "often", "highly" ], "AUX": [ "are", "is", "would" ], "CCONJ": [ "and" ], "DET": [ "these", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "ministers", "support", "parliament", "ones", "passage", "bills", "sovereign", "assent" ], "NUM": [], "PART": [ "to" ], "PRON": [ "who", "it", "they" ], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [ "Since", "that" ], "SPACE": [], "SYM": [], "VERB": [ "maintain", "obtain", "advise", "withhold" ], "X": [] }
[ "O", "B-NP", "I-NP", "B-ADVP", "I-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-ADJP", "I-ADJP", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", ...
Since/mark/maintain these/det/ministers ministers/nsubj/maintain most/advmod/maintain often/advmod/maintain maintain/advcl/is the/det/support support/dobj/maintain of/prep/support parliament/pobj/of and/cc/maintain are/conj/maintain the/det/ones ones/attr/are who/nsubj/obtain obtain/relcl/ones the/det/passage passage/dobj/obtain of/prep/passage bills/pobj/of ,/punct/is it/nsubj/is is/ROOT/is highly/advmod/improbable improbable/acomp/is that/mark/advise they/nsubj/advise would/aux/advise advise/ccomp/is the/det/sovereign sovereign/dobj/advise to/aux/withhold withhold/xcomp/advise assent/dobj/withhold ./punct/is
(S (SBAR (IN Since) (S (NP (DT these) (NNS ministers)) (ADVP (RBS most) (RB often)) (VP (VP (VBP maintain) (NP (NP (DT the) (NN support)) (PP (IN of) (NP (NN parliament))))) (CC and) (VP (VBP are) (NP (NP (DT the) (NNS ones)) (SBAR (WHNP (WP who)) (S (VP (VBP obtain) (NP (NP (DT the) (NN passage)) (PP (IN of) (NP (NNS bills)))))))))))) (, ,) (NP (NP (PRP it))) (VP (VBZ is) (ADJP (RB highly) (JJ improbable)) (SBAR (IN that) (S (NP (PRP they)) (VP (MD would) (VP (VB advise) (NP (DT the) (NN sovereign)) (S (VP (TO to) (VP (VB withhold) (NP (NN assent)))))))))) (. .))
CT
['it is highly improbable']
['Since these ministers most often maintain the support of parliament and are the ones who obtain the passage of bills', 'who obtain the passage of bills', 'that they would advise the sovereign to withhold assent']
[]
['Since these ministers most often maintain the support of parliament and are the ones who obtain the passage of bills , it is highly improbable that they would advise the sovereign to withhold assent .']
[]
31,330
Roncalli was initially reluctant about a mission to Bulgaria, but he would soon relent.
(ROOT (S (S (NP (NNP Roncalli)) (VP (VBD was) (ADVP (RB initially)) (ADJP (JJ reluctant) (PP (IN about) (NP (NP (DT a) (NN mission)) (PP (IN to) (NP (NNP Bulgaria)))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (MD would) (ADVP (RB soon)) (VP (VB relent)))) (. .)))
10
{ "ADJ": [ "reluctant" ], "ADP": [ "about", "to" ], "ADV": [ "initially", "soon" ], "AUX": [ "was", "would" ], "CCONJ": [ "but" ], "DET": [ "a" ], "INTJ": [], "NOUN": [ "mission" ], "NUM": [], "PART": [], "PRON": [ "he" ], "PROPN": [ "Roncalli", "Bulgaria" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "relent" ], "X": [] }
[ "B-NP", "B-VP", "B-ADVP", "B-ADJP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "O", "B-NP", "B-VP", "B-ADVP", "B-VP", "O" ]
Roncalli/nsubj/was was/ROOT/was initially/advmod/was reluctant/acomp/was about/prep/reluctant a/det/mission mission/pobj/about to/prep/mission Bulgaria/pobj/to ,/punct/was but/cc/was he/nsubj/relent would/aux/relent soon/advmod/relent relent/conj/was ./punct/relent
(S (S (NP (NNP Roncalli)) (VP (VBD was) (ADVP (RB initially)) (ADJP (JJ reluctant) (PP (IN about) (NP (NP (DT a) (NN mission)) (PP (IN to) (NP (NNP Bulgaria)))))))) (, ,) (CC but) (S (NP (PRP he)) (VP (MD would) (ADVP (RB soon)) (VP (VB relent)))) (. .))
T
['Roncalli was initially reluctant about a mission to Bulgaria', 'he would soon relent']
[]
['Roncalli was initially reluctant about a mission to Bulgaria , but he would soon relent .']
[]
[]
72,179
Tugh Temür supported Zhu Xi's Neo-Confucianism and also devoted himself in Buddhism.
(ROOT (S (NP (NNP Tugh) (NNP Temür)) (VP (VP (VBD supported) (NP (NP (NNP Zhu) (NNP Xi) (POS 's)) (JJ Neo) (HYPH -) (NNP Confucianism))) (CC and) (ADVP (RB also)) (VP (VBD devoted) (NP (PRP himself)) (PP (IN in) (NP (NNP Buddhism))))) (. .)))
7
{ "ADJ": [], "ADP": [ "in" ], "ADV": [ "also" ], "AUX": [], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [], "NUM": [], "PART": [ "'s" ], "PRON": [ "himself" ], "PROPN": [ "Tugh", "Temür", "Zhu", "Xi", "Neo", "Confucianism", "Buddhism" ], "PUNCT": [ "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "supported", "devoted" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "B-PP", "B-NP", "O" ]
Tugh/compound/Temür Temür/nsubj/supported supported/ROOT/supported Zhu/compound/Xi Xi/poss/Confucianism 's/case/Xi Neo/compound/Confucianism -/punct/Confucianism Confucianism/dobj/supported and/cc/supported also/advmod/devoted devoted/conj/supported himself/dobj/devoted in/prep/devoted Buddhism/pobj/in ./punct/supported
(S (NP (NNP Tugh) (NNP Temür)) (VP (VP (VBD supported) (NP (NP (NNP Zhu) (NNP Xi) (POS 's)) (JJ Neo) (HYPH -) (NNP Confucianism))) (CC and) (ADVP (RB also)) (VP (VBD devoted) (NP (PRP himself)) (PP (IN in) (NP (NNP Buddhism))))) (. .))
T
["Tugh Temür supported Zhu Xi 's Neo - Confucianism and also devoted himself in Buddhism"]
[]
["Tugh Temür supported Zhu Xi 's Neo - Confucianism and also devoted himself in Buddhism ."]
[]
[]
72,446
The highest rank, of full marquess, came with a state pension and a territorial fiefdom.
(ROOT (S (NP (NP (DT The) (JJS highest) (NN rank)) (, ,) (PP (IN of) (NP (JJ full) (NNS marquess))) (, ,)) (VP (VBD came) (PP (IN with) (NP (NP (DT a) (NN state) (NN pension)) (CC and) (NP (DT a) (JJ territorial) (NN fiefdom))))) (. .)))
7
{ "ADJ": [ "highest", "full", "territorial" ], "ADP": [ "of", "with" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "a", "a" ], "INTJ": [], "NOUN": [ "rank", "marquess", "state", "pension", "fiefdom" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "came" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/rank highest/amod/rank rank/nsubj/came ,/punct/rank of/prep/rank full/amod/marquess marquess/pobj/of ,/punct/rank came/ROOT/came with/prep/came a/det/pension state/compound/pension pension/pobj/with and/cc/pension a/det/fiefdom territorial/amod/fiefdom fiefdom/conj/pension ./punct/came
(S (NP (NP (DT The) (JJS highest) (NN rank)) (, ,) (PP (IN of) (NP (JJ full) (NNS marquess))) (, ,)) (VP (VBD came) (PP (IN with) (NP (NP (DT a) (NN state) (NN pension)) (CC and) (NP (DT a) (JJ territorial) (NN fiefdom))))) (. .))
T
['The highest rank , of full marquess , came with a state pension and a territorial fiefdom']
[]
['The highest rank , of full marquess , came with a state pension and a territorial fiefdom .']
[]
[]
33,470
What gives regulations imposed by federal agencies the right to enforce their regulations?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBZ gives) (NP (NP (NNS regulations)) (VP (VBN imposed) (PP (IN by) (NP (JJ federal) (NNS agencies))))) (NP (DT the) (NN right) (S (VP (TO to) (VP (VB enforce) (NP (PRP$ their) (NNS regulations)))))))) (. ?)))
10
{ "ADJ": [ "federal" ], "ADP": [ "by" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "regulations", "agencies", "right", "regulations" ], "NUM": [], "PART": [ "to" ], "PRON": [ "What", "their" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "gives", "imposed", "enforce" ], "X": [] }
[ "O", "B-VP", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O" ]
What/nsubj/gives gives/ROOT/gives regulations/dobj/gives imposed/acl/regulations by/agent/imposed federal/amod/agencies agencies/pobj/by the/det/right right/dobj/imposed to/aux/enforce enforce/acl/right their/poss/regulations regulations/dobj/enforce ?/punct/gives
(SBARQ (WHNP (WP What)) (SQ (VP (VBZ gives) (NP (NP (NNS regulations)) (VP (VBN imposed) (PP (IN by) (NP (JJ federal) (NNS agencies))))) (NP (DT the) (NN right) (S (VP (TO to) (VP (VB enforce) (NP (PRP$ their) (NNS regulations)))))))) (. ?))
FC
[]
[]
[]
[]
['What gives regulations imposed by federal agencies the right to enforce their regulations ?']
60,540
Usually, electrostatic motors are the dual of conventional coil-based motors.
(ROOT (S (ADVP (RB Usually)) (, ,) (NP (JJ electrostatic) (NNS motors)) (VP (VBP are) (NP (NP (DT the) (JJ dual)) (PP (IN of) (NP (JJ conventional) (ADJP (NN coil) (HYPH -) (VBN based)) (NNS motors))))) (. .)))
8
{ "ADJ": [ "electrostatic", "conventional" ], "ADP": [ "of" ], "ADV": [ "Usually" ], "AUX": [ "are" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "motors", "dual", "coil", "motors" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "based" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "O" ]
Usually/advmod/are ,/punct/are electrostatic/amod/motors motors/nsubj/are are/ROOT/are the/det/dual dual/attr/are of/prep/dual conventional/amod/motors coil/npadvmod/based -/punct/based based/amod/motors motors/pobj/of ./punct/are
(S (ADVP (RB Usually)) (, ,) (NP (JJ electrostatic) (NNS motors)) (VP (VBP are) (NP (NP (DT the) (JJ dual)) (PP (IN of) (NP (JJ conventional) (ADJP (NN coil) (HYPH -) (VBN based)) (NNS motors))))) (. .))
T
['electrostatic motors are the dual of conventional coil - based motors']
[]
['Usually , electrostatic motors are the dual of conventional coil - based motors .']
[]
[]
23,957
The mountains themselves can receive over 100 inches (2,500 mm), for example the Grinnell Glacier in Glacier National Park gets 105 inches (2,700 mm).
(ROOT (S (S (NP (NP (DT The) (NNS mountains)) (NP (PRP themselves))) (VP (MD can) (VP (VB receive) (NP (NP (QP (IN over) (CD 100)) (NNS inches)) (-LRB- -LRB-) (NP (CD 2,500) (NNS mm)) (-RRB- -RRB-))))) (, ,) (PP (IN for) (NP (NN example))) (NP (NP (DT the) (NNP Grinnell) (NNP Glacier)) (PP (IN in) (NP (NNP Glacier) (NNP National) (NNP Park)))) (VP (VBZ gets) (NP (NP (CD 105) (NNS inches)) (-LRB- -LRB-) (NP (CD 2,700) (NNS mm)) (-RRB- -RRB-))) (. .)))
9
{ "ADJ": [], "ADP": [ "over", "for", "in" ], "ADV": [], "AUX": [ "can" ], "CCONJ": [], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [ "mountains", "inches", "mm", "example", "inches" ], "NUM": [ "100", "2,500", "105", "2,700", "mm" ], "PART": [], "PRON": [ "themselves" ], "PROPN": [ "Grinnell", "Glacier", "Glacier", "National", "Park" ], "PUNCT": [ "(", ")", ",", "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "receive", "gets" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/mountains mountains/nsubj/receive themselves/appos/mountains can/aux/receive receive/ROOT/receive over/quantmod/100 100/nummod/inches inches/dobj/receive (/punct/inches 2,500/nummod/mm mm/appos/inches )/punct/inches ,/punct/receive for/prep/gets example/pobj/for the/det/Glacier Grinnell/compound/Glacier Glacier/nsubj/gets in/prep/Glacier Glacier/compound/Park National/compound/Park Park/pobj/in gets/advcl/receive 105/nummod/inches inches/dobj/gets (/punct/inches 2,700/nummod/mm mm/appos/inches )/punct/inches ./punct/receive
(S (S (NP (NP (DT The) (NNS mountains)) (NP (PRP themselves))) (VP (MD can) (VP (VB receive) (NP (NP (QP (IN over) (CD 100)) (NNS inches)) (-LRB- -LRB-) (NP (CD 2,500) (NNS mm)) (-RRB- -RRB-))))) (, ,) (PP (IN for) (NP (NN example))) (NP (NP (DT the) (NNP Grinnell) (NNP Glacier)) (PP (IN in) (NP (NNP Glacier) (NNP National) (NNP Park)))) (VP (VBZ gets) (NP (NP (CD 105) (NNS inches)) (-LRB- -LRB-) (NP (CD 2,700) (NNS mm)) (-RRB- -RRB-))) (. .))
T
['The mountains themselves can receive over 100 inches -LRB- 2,500 mm -RRB-']
[]
['The mountains themselves can receive over 100 inches -LRB- 2,500 mm -RRB- , for example the Grinnell Glacier in Glacier National Park gets 105 inches -LRB- 2,700 mm -RRB- .']
[]
[]
56,822
Nevertheless, Hellenistic culture continued to thrive in Egypt well after the Muslim conquest.
(ROOT (S (ADVP (RB Nevertheless)) (, ,) (NP (JJ Hellenistic) (NN culture)) (VP (VBD continued) (S (VP (TO to) (VP (VB thrive) (PP (IN in) (NP (NNP Egypt)))))) (PP (ADVP (RB well)) (IN after) (NP (DT the) (JJ Muslim) (NN conquest)))) (. .)))
9
{ "ADJ": [ "Hellenistic", "Muslim" ], "ADP": [ "in", "after" ], "ADV": [ "Nevertheless", "well" ], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "culture", "conquest" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [ "Egypt" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "continued", "thrive" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Nevertheless/advmod/continued ,/punct/continued Hellenistic/amod/culture culture/nsubj/continued continued/ROOT/continued to/aux/thrive thrive/xcomp/continued in/prep/thrive Egypt/pobj/in well/advmod/after after/prep/thrive the/det/conquest Muslim/amod/conquest conquest/pobj/after ./punct/continued
(S (ADVP (RB Nevertheless)) (, ,) (NP (JJ Hellenistic) (NN culture)) (VP (VBD continued) (S (VP (TO to) (VP (VB thrive) (PP (IN in) (NP (NNP Egypt)))))) (PP (ADVP (RB well)) (IN after) (NP (DT the) (JJ Muslim) (NN conquest)))) (. .))
T
['Hellenistic culture continued to thrive in Egypt well after the Muslim conquest']
[]
['Nevertheless , Hellenistic culture continued to thrive in Egypt well after the Muslim conquest .']
[]
[]
3,499
Immediately adjacent is the Children's Museum of Richmond, and two blocks away, the Virginia Center for Architecture.
(ROOT (SINV (ADJP (RB Immediately) (JJ adjacent)) (VP (VBZ is)) (NP (NP (NP (NP (DT the) (NNPS Children) (POS 's)) (NNP Museum)) (PP (IN of) (NP (NNP Richmond)))) (, ,) (CC and) (NP (ADVP (NP (CD two) (NNS blocks)) (RB away)) (, ,) (NP (NP (DT the) (NNP Virginia) (NNP Center)) (PP (IN for) (NP (NNP Architecture)))))) (. .)))
8
{ "ADJ": [ "adjacent" ], "ADP": [ "of", "for" ], "ADV": [ "Immediately", "away" ], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "blocks" ], "NUM": [ "two" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "Children", "Museum", "Richmond", "Virginia", "Center", "Architecture" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-ADJP", "I-ADJP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
Immediately/advmod/adjacent adjacent/acomp/is is/ROOT/is the/det/Children Children/poss/Museum 's/case/Children Museum/nsubj/is of/prep/Museum Richmond/pobj/of ,/punct/Museum and/cc/Museum two/nummod/blocks blocks/npadvmod/away away/advmod/Museum ,/punct/Museum the/det/Center Virginia/compound/Center Center/appos/Museum for/prep/Center Architecture/pobj/for ./punct/is
(SINV (ADJP (RB Immediately) (JJ adjacent)) (VP (VBZ is)) (NP (NP (NP (NP (DT the) (NNPS Children) (POS 's)) (NNP Museum)) (PP (IN of) (NP (NNP Richmond)))) (, ,) (CC and) (NP (ADVP (NP (CD two) (NNS blocks)) (RB away)) (, ,) (NP (NP (DT the) (NNP Virginia) (NNP Center)) (PP (IN for) (NP (NNP Architecture)))))) (. .))
T
["the Children 's Museum of Richmond , and two blocks away , the Virginia Center for Architecture is"]
[]
["Immediately adjacent is the Children 's Museum of Richmond , and two blocks away , the Virginia Center for Architecture ."]
[]
[]
58,315
The "orange peel" effect on vinyl records is caused by worn molds.
(ROOT (S (NP (NP (DT The) (`` ") (NML (JJ orange) (NN peel)) ('' ") (NN effect)) (PP (IN on) (NP (NN vinyl) (NNS records)))) (VP (VBZ is) (VP (VBN caused) (PP (IN by) (NP (VBN worn) (NNS molds))))) (. .)))
7
{ "ADJ": [], "ADP": [ "on", "by" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The" ], "INTJ": [], "NOUN": [ "peel", "effect", "vinyl", "records", "molds" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "orange" ], "PUNCT": [ "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "caused", "worn" ], "X": [] }
[ "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/effect "/punct/effect orange/nmod/peel peel/nmod/effect "/punct/effect effect/nsubjpass/caused on/prep/effect vinyl/compound/records records/pobj/on is/auxpass/caused caused/ROOT/caused by/agent/caused worn/amod/molds molds/pobj/by ./punct/caused
(S (NP (NP (DT The) (`` ") (NML (JJ orange) (NN peel)) ('' ") (NN effect)) (PP (IN on) (NP (NN vinyl) (NNS records)))) (VP (VBZ is) (VP (VBN caused) (PP (IN by) (NP (VBN worn) (NNS molds))))) (. .))
T
['The " orange peel " effect on vinyl records is caused by worn molds']
[]
['The " orange peel " effect on vinyl records is caused by worn molds .']
[]
[]
32,783
What percentage of all African-Americans identify with Baptist denominations?
(ROOT (SBARQ (WHNP (WHNP (WP What) (NN percentage)) (PP (IN of) (NP (DT all) (JJ African) (HYPH -) (NNPS Americans)))) (VP (VBP identify) (PP (IN with) (NP (NNP Baptist) (NNS denominations)))) (. ?)))
6
{ "ADJ": [], "ADP": [ "of", "with" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "What", "all" ], "INTJ": [], "NOUN": [ "percentage", "denominations" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "African", "Americans", "Baptist" ], "PUNCT": [ "-", "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "identify" ], "X": [] }
[ "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O" ]
What/det/percentage percentage/nsubj/identify of/prep/percentage all/det/Americans African/compound/Americans -/punct/Americans Americans/pobj/of identify/ROOT/identify with/prep/identify Baptist/compound/denominations denominations/pobj/with ?/punct/identify
(SBARQ (WHNP (WHNP (WP What) (NN percentage)) (PP (IN of) (NP (DT all) (JJ African) (HYPH -) (NNPS Americans)))) (VP (VBP identify) (PP (IN with) (NP (NNP Baptist) (NNS denominations)))) (. ?))
FC
[]
[]
[]
[]
['What percentage of all African - Americans identify with Baptist denominations ?']
56,499
The British Isles lie at the juncture of several regions with past episodes of tectonic mountain building.
(ROOT (S (NP (DT The) (NNP British) (NNPS Isles)) (VP (VBP lie) (PP (IN at) (NP (NP (DT the) (NN juncture)) (PP (IN of) (NP (JJ several) (NNS regions))))) (PP (IN with) (NP (NP (JJ past) (NNS episodes)) (PP (IN of) (NP (JJ tectonic) (NN mountain) (NN building)))))) (. .)))
8
{ "ADJ": [ "British", "several", "past", "tectonic" ], "ADP": [ "at", "of", "with", "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [ "juncture", "regions", "episodes", "mountain", "building" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Isles" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "lie" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/Isles British/compound/Isles Isles/nsubj/lie lie/ROOT/lie at/prep/lie the/det/juncture juncture/pobj/at of/prep/juncture several/amod/regions regions/pobj/of with/prep/juncture past/amod/episodes episodes/pobj/with of/prep/episodes tectonic/amod/building mountain/compound/building building/pobj/of ./punct/lie
(S (NP (DT The) (NNP British) (NNPS Isles)) (VP (VBP lie) (PP (IN at) (NP (NP (DT the) (NN juncture)) (PP (IN of) (NP (JJ several) (NNS regions))))) (PP (IN with) (NP (NP (JJ past) (NNS episodes)) (PP (IN of) (NP (JJ tectonic) (NN mountain) (NN building)))))) (. .))
T
['The British Isles lie at the juncture of several regions with past episodes of tectonic mountain building']
[]
['The British Isles lie at the juncture of several regions with past episodes of tectonic mountain building .']
[]
[]
12,994
Since the recognition of Trampoline and Acrobatic Gymnastics as FIG disciplines in 1999, official Tumbling competitions are only allowed as an event in Trampoline gymnastics meets.
(ROOT (S (PP (IN Since) (NP (NP (DT the) (NN recognition)) (PP (IN of) (NP (NNP Trampoline) (CC and) (NNP Acrobatic) (NNPS Gymnastics))) (PP (IN as) (NP (NNP FIG) (NNS disciplines))) (PP (IN in) (NP (CD 1999))))) (, ,) (NP (JJ official) (NNP Tumbling) (NNS competitions)) (VP (VBP are) (ADVP (RB only)) (VP (VBN allowed) (SBAR (IN as) (S (NP (NP (DT an) (NN event)) (PP (IN in) (NP (NNP Trampoline) (NNS gymnastics)))) (VP (VBZ meets)))))) (. .)))
10
{ "ADJ": [ "official" ], "ADP": [ "of", "as", "in", "in" ], "ADV": [ "only" ], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the", "an" ], "INTJ": [], "NOUN": [ "recognition", "disciplines", "Tumbling", "competitions", "event", "gymnastics" ], "NUM": [ "1999" ], "PART": [], "PRON": [], "PROPN": [ "Trampoline", "Acrobatic", "Gymnastics", "FIG", "Trampoline" ], "PUNCT": [ ",", "." ], "SCONJ": [ "Since", "as" ], "SPACE": [], "SYM": [], "VERB": [ "allowed", "meets" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "O" ]
Since/prep/allowed the/det/recognition recognition/pobj/Since of/prep/recognition Trampoline/pobj/of and/cc/Trampoline Acrobatic/compound/Gymnastics Gymnastics/conj/Trampoline as/prep/recognition FIG/compound/disciplines disciplines/pobj/as in/prep/disciplines 1999/pobj/in ,/punct/allowed official/amod/competitions Tumbling/compound/competitions competitions/nsubjpass/allowed are/auxpass/allowed only/advmod/allowed allowed/ROOT/allowed as/mark/meets an/det/event event/nsubj/meets in/prep/event Trampoline/compound/gymnastics gymnastics/pobj/in meets/ccomp/allowed ./punct/allowed
(S (PP (IN Since) (NP (NP (DT the) (NN recognition)) (PP (IN of) (NP (NNP Trampoline) (CC and) (NNP Acrobatic) (NNPS Gymnastics))) (PP (IN as) (NP (NNP FIG) (NNS disciplines))) (PP (IN in) (NP (CD 1999))))) (, ,) (NP (JJ official) (NNP Tumbling) (NNS competitions)) (VP (VBP are) (ADVP (RB only)) (VP (VBN allowed) (SBAR (IN as) (S (NP (NP (DT an) (NN event)) (PP (IN in) (NP (NNP Trampoline) (NNS gymnastics)))) (VP (VBZ meets)))))) (. .))
CT
['official Tumbling competitions are only allowed']
['as an event in Trampoline gymnastics meets']
[]
['Since the recognition of Trampoline and Acrobatic Gymnastics as FIG disciplines in 1999 , official Tumbling competitions are only allowed as an event in Trampoline gymnastics meets .']
[]
65,290
The deal was worth £1 billion a year domestically as of 2013–14, with BSkyB and BT Group securing the domestic rights to broadcast 116 and 38 games respectively.
(ROOT (S (NP (DT The) (NN deal)) (VP (VBD was) (ADJP (ADJP (JJ worth) (NP (NP (QP ($ £) (CD 1) (CD billion))) (NP (DT a) (NN year)))) (ADVP (RB domestically))) (PP (IN as) (PP (IN of) (NP (CD 2013–14)))) (, ,) (PP (IN with) (S (NP (NP (NNP BSkyB)) (CC and) (NP (NNP BT) (NNP Group))) (VP (VBG securing) (NP (DT the) (JJ domestic) (NNS rights) (S (VP (TO to) (VP (VB broadcast) (NP (NP (QP (CD 116) (CC and) (CD 38)) (NNS games)) (ADVP (RB respectively))))))))))) (. .)))
14
{ "ADJ": [ "worth", "domestic" ], "ADP": [ "as", "of", "with" ], "ADV": [ "domestically", "respectively" ], "AUX": [ "was" ], "CCONJ": [ "and", "and" ], "DET": [ "The", "a", "the" ], "INTJ": [], "NOUN": [ "deal", "year", "rights", "games" ], "NUM": [ "1", "billion", "2013–14", "116", "38" ], "PART": [ "to" ], "PRON": [], "PROPN": [ "BSkyB", "BT", "Group" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [ "£" ], "VERB": [ "securing", "broadcast" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-ADJP", "O", "O", "O", "B-NP", "I-NP", "B-ADVP", "B-PP", "I-PP", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "O", "O", "O", "B-NP", "B-ADVP", "O" ]
The/det/deal deal/nsubj/was was/ROOT/was worth/acomp/was £/quantmod/billion 1/compound/billion billion/npadvmod/worth a/det/year year/npadvmod/billion domestically/advmod/as as/prep/worth of/prep/as 2013–14/pobj/of ,/punct/was with/prep/was BSkyB/nsubj/securing and/cc/BSkyB BT/compound/Group Group/conj/BSkyB securing/pcomp/with the/det/rights domestic/amod/rights rights/dobj/securing to/aux/broadcast broadcast/advcl/securing 116/nummod/games and/cc/116 38/conj/116 games/dobj/broadcast respectively/advmod/broadcast ./punct/was
(S (NP (DT The) (NN deal)) (VP (VBD was) (ADJP (ADJP (JJ worth) (NP (NP (QP ($ £) (CD 1) (CD billion))) (NP (DT a) (NN year)))) (ADVP (RB domestically))) (PP (IN as) (PP (IN of) (NP (CD 2013–14)))) (, ,) (PP (IN with) (S (NP (NP (NNP BSkyB)) (CC and) (NP (NNP BT) (NNP Group))) (VP (VBG securing) (NP (DT the) (JJ domestic) (NNS rights) (S (VP (TO to) (VP (VB broadcast) (NP (NP (QP (CD 116) (CC and) (CD 38)) (NNS games)) (ADVP (RB respectively))))))))))) (. .))
T
['The deal was worth £ 1 billion a year domestically as of 2013–14 , with BSkyB and BT Group securing the domestic rights to broadcast 116 and 38 games respectively']
[]
['The deal was worth £ 1 billion a year domestically as of 2013–14 , with BSkyB and BT Group securing the domestic rights to broadcast 116 and 38 games respectively .']
[]
[]
46,466
Patterns of tone and intonation often rise and fall, with the overall tone tending to be more high-pitched than other Irish accents.
(ROOT (S (NP (NP (NNS Patterns)) (PP (IN of) (NP (NN tone) (CC and) (NN intonation)))) (ADVP (RB often)) (VP (VBP rise) (CC and) (VBP fall) (, ,) (PP (IN with) (S (NP (DT the) (JJ overall) (NN tone)) (VP (VBG tending) (S (VP (TO to) (VP (VB be) (ADJP (ADJP (RBR more) (RB high) (HYPH -) (VBN pitched)) (PP (IN than) (NP (JJ other) (JJ Irish) (NNS accents))))))))))) (. .)))
13
{ "ADJ": [ "overall", "high", "other", "Irish" ], "ADP": [ "of", "with", "than" ], "ADV": [ "often", "more" ], "AUX": [ "be" ], "CCONJ": [ "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "Patterns", "tone", "intonation", "tone", "accents" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "rise", "fall", "tending", "pitched" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Patterns/nsubj/rise of/prep/Patterns tone/pobj/of and/cc/tone intonation/conj/tone often/advmod/rise rise/ROOT/rise and/cc/rise fall/conj/rise ,/punct/rise with/prep/rise the/det/tone overall/amod/tone tone/pobj/with tending/acl/tone to/aux/be be/xcomp/tending more/advmod/pitched high/amod/pitched -/punct/pitched pitched/acomp/be than/prep/pitched other/amod/accents Irish/amod/accents accents/pobj/than ./punct/rise
(S (NP (NP (NNS Patterns)) (PP (IN of) (NP (NN tone) (CC and) (NN intonation)))) (ADVP (RB often)) (VP (VBP rise) (CC and) (VBP fall) (, ,) (PP (IN with) (S (NP (DT the) (JJ overall) (NN tone)) (VP (VBG tending) (S (VP (TO to) (VP (VB be) (ADJP (ADJP (RBR more) (RB high) (HYPH -) (VBN pitched)) (PP (IN than) (NP (JJ other) (JJ Irish) (NNS accents))))))))))) (. .))
T
['Patterns of tone and intonation rise and fall , with the overall tone tending to be more high - pitched than other Irish accents']
[]
['Patterns of tone and intonation often rise and fall , with the overall tone tending to be more high - pitched than other Irish accents .']
[]
[]
55,541
During the Three Kingdoms period of ancient China, there was constant warfare occurring in the Central Plain of China.
(ROOT (S (PP (IN During) (NP (NP (DT the) (NML (CD Three) (NNPS Kingdoms)) (NN period)) (PP (IN of) (NP (JJ ancient) (NNP China))))) (, ,) (NP (EX there)) (VP (VBD was) (NP (NP (JJ constant) (NN warfare)) (VP (VBG occurring) (PP (IN in) (NP (NP (DT the) (NNP Central) (NNP Plain)) (PP (IN of) (NP (NNP China)))))))) (. .)))
10
{ "ADJ": [ "ancient", "constant" ], "ADP": [ "During", "of", "in", "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "period", "warfare" ], "NUM": [], "PART": [], "PRON": [ "there" ], "PROPN": [ "Three", "Kingdoms", "China", "Central", "Plain", "China" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "was", "occurring" ], "X": [] }
[ "B-PP", "B-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
During/prep/was the/det/period Three/compound/Kingdoms Kingdoms/compound/period period/pobj/During of/prep/period ancient/amod/China China/pobj/of ,/punct/was there/expl/was was/ROOT/was constant/amod/warfare warfare/attr/was occurring/acl/warfare in/prep/occurring the/det/Plain Central/compound/Plain Plain/pobj/in of/prep/Plain China/pobj/of ./punct/was
(S (PP (IN During) (NP (NP (DT the) (NML (CD Three) (NNPS Kingdoms)) (NN period)) (PP (IN of) (NP (JJ ancient) (NNP China))))) (, ,) (NP (EX there)) (VP (VBD was) (NP (NP (JJ constant) (NN warfare)) (VP (VBG occurring) (PP (IN in) (NP (NP (DT the) (NNP Central) (NNP Plain)) (PP (IN of) (NP (NNP China)))))))) (. .))
T
['there was constant warfare occurring in the Central Plain of China']
[]
['During the Three Kingdoms period of ancient China , there was constant warfare occurring in the Central Plain of China .']
[]
[]
67,971
Another effective way to decrease the transmission rate of infectious diseases is to recognize the effects of small-world networks.
(ROOT (S (NP (NP (DT Another) (JJ effective) (NN way)) (SBAR (S (VP (TO to) (VP (VB decrease) (NP (NP (DT the) (NN transmission) (NN rate)) (PP (IN of) (NP (JJ infectious) (NNS diseases))))))))) (VP (VBZ is) (S (VP (TO to) (VP (VB recognize) (NP (NP (DT the) (NNS effects)) (PP (IN of) (NP (NML (JJ small) (HYPH -) (NN world)) (NNS networks)))))))) (. .)))
11
{ "ADJ": [ "effective", "infectious", "small" ], "ADP": [ "of", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "Another", "the", "the" ], "INTJ": [], "NOUN": [ "way", "transmission", "rate", "diseases", "effects", "world", "networks" ], "NUM": [], "PART": [ "to", "to" ], "PRON": [], "PROPN": [], "PUNCT": [ "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "decrease", "recognize" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "O", "O", "O", "B-NP", "O" ]
Another/det/way effective/amod/way way/nsubj/is to/aux/decrease decrease/relcl/way the/det/rate transmission/compound/rate rate/dobj/decrease of/prep/rate infectious/amod/diseases diseases/pobj/of is/ROOT/is to/aux/recognize recognize/xcomp/is the/det/effects effects/dobj/recognize of/prep/effects small/amod/world -/punct/world world/compound/networks networks/pobj/of ./punct/is
(S (NP (NP (DT Another) (JJ effective) (NN way)) (SBAR (S (VP (TO to) (VP (VB decrease) (NP (NP (DT the) (NN transmission) (NN rate)) (PP (IN of) (NP (JJ infectious) (NNS diseases))))))))) (VP (VBZ is) (S (VP (TO to) (VP (VB recognize) (NP (NP (DT the) (NNS effects)) (PP (IN of) (NP (NML (JJ small) (HYPH -) (NN world)) (NNS networks)))))))) (. .))
CT
['Another effective way to decrease the transmission rate of infectious diseases is to recognize the effects of small - world networks']
['to decrease the transmission rate of infectious diseases']
[]
['Another effective way to decrease the transmission rate of infectious diseases is to recognize the effects of small - world networks .']
[]
27,040
A bus service network covers the entire city.
(ROOT (S (NP (DT A) (NML (NN bus) (NN service)) (NN network)) (VP (VBZ covers) (NP (DT the) (JJ entire) (NN city))) (. .)))
5
{ "ADJ": [ "entire" ], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "A", "the" ], "INTJ": [], "NOUN": [ "bus", "service", "network", "city" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "covers" ], "X": [] }
[ "B-NP", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O" ]
A/det/network bus/compound/service service/compound/network network/nsubj/covers covers/ROOT/covers the/det/city entire/amod/city city/dobj/covers ./punct/covers
(S (NP (DT A) (NML (NN bus) (NN service)) (NN network)) (VP (VBZ covers) (NP (DT the) (JJ entire) (NN city))) (. .))
T
['A bus service network covers the entire city']
[]
['A bus service network covers the entire city .']
[]
[]
37,583
Shōen holders had access to manpower and, as they obtained improved military technology (such as new training methods, more powerful bows, armor, horses, and superior swords) and faced worsening local conditions in the ninth century, military service became part of shōen life.
(ROOT (S (S (NP (NNP Shōen) (NNS holders)) (VP (VBD had) (NP (NP (NN access)) (PP (IN to) (NP (NN manpower)))))) (CC and) (, ,) (S (SBAR (IN as) (S (NP (PRP they)) (VP (VP (VBD obtained) (NP (NP (JJ improved) (JJ military) (NN technology)) (-LRB- -LRB-) (PP (JJ such) (IN as) (NP (NP (JJ new) (NN training) (NNS methods)) (, ,) (NP (ADJP (RBR more) (JJ powerful)) (NNS bows)) (, ,) (NP (NN armor)) (, ,) (NP (NNS horses)) (, ,) (CC and) (NP (JJ superior) (NNS swords)))) (-RRB- -RRB-))) (CC and) (VP (VBD faced) (NP (VBG worsening) (JJ local) (NNS conditions)) (PP (IN in) (NP (DT the) (JJ ninth) (NN century))))))) (, ,) (NP (JJ military) (NN service)) (VP (VBD became) (NP (NP (NN part)) (PP (IN of) (NP (NN shōen) (NN life)))))) (. .)))
13
{ "ADJ": [ "improved", "military", "such", "new", "powerful", "superior", "local", "ninth", "military" ], "ADP": [ "to", "as", "in", "of" ], "ADV": [ "more" ], "AUX": [], "CCONJ": [ "and", "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "Shōen", "holders", "access", "manpower", "technology", "training", "methods", "bows", "armor", "horses", "swords", "conditions", "century", "service", "part", "shōen", "life" ], "NUM": [], "PART": [], "PRON": [ "they" ], "PROPN": [], "PUNCT": [ ",", "(", ",", ",", ",", ",", ")", ",", "." ], "SCONJ": [ "as" ], "SPACE": [], "SYM": [], "VERB": [ "had", "obtained", "faced", "worsening", "became" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "O", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "...
Shōen/compound/holders holders/nsubj/had had/ROOT/had access/dobj/had to/prep/access manpower/pobj/to and/cc/had ,/punct/had as/mark/obtained they/nsubj/obtained obtained/advcl/had improved/amod/technology military/amod/technology technology/dobj/obtained (/punct/technology such/amod/as as/prep/technology new/amod/methods training/compound/methods methods/pobj/as ,/punct/methods more/advmod/powerful powerful/amod/bows bows/conj/methods ,/punct/bows armor/conj/bows ,/punct/armor horses/conj/armor ,/punct/horses and/cc/horses superior/amod/swords swords/conj/horses )/punct/had and/cc/had faced/conj/had worsening/xcomp/faced local/amod/conditions conditions/dobj/worsening in/prep/worsening the/det/century ninth/amod/century century/pobj/in ,/punct/became military/amod/service service/nsubj/became became/conj/had part/attr/became of/prep/part shōen/compound/life life/pobj/of ./punct/became
(S (S (NP (NNP Shōen) (NNS holders)) (VP (VBD had) (NP (NP (NN access)) (PP (IN to) (NP (NN manpower)))))) (CC and) (, ,) (S (SBAR (IN as) (S (NP (PRP they)) (VP (VP (VBD obtained) (NP (NP (JJ improved) (JJ military) (NN technology)) (-LRB- -LRB-) (PP (JJ such) (IN as) (NP (NP (JJ new) (NN training) (NNS methods)) (, ,) (NP (ADJP (RBR more) (JJ powerful)) (NNS bows)) (, ,) (NP (NN armor)) (, ,) (NP (NNS horses)) (, ,) (CC and) (NP (JJ superior) (NNS swords)))) (-RRB- -RRB-))) (CC and) (VP (VBD faced) (NP (VBG worsening) (JJ local) (NNS conditions)) (PP (IN in) (NP (DT the) (JJ ninth) (NN century))))))) (, ,) (NP (JJ military) (NN service)) (VP (VBD became) (NP (NP (NN part)) (PP (IN of) (NP (NN shōen) (NN life)))))) (. .))
CT
['Shōen holders had access to manpower', ', military service became part of shōen life']
['as they obtained improved military technology -LRB- such as new training methods , more powerful bows , armor , horses , and superior swords -RRB- and faced worsening local conditions in the ninth century']
[]
['Shōen holders had access to manpower and , as they obtained improved military technology -LRB- such as new training methods , more powerful bows , armor , horses , and superior swords -RRB- and faced worsening local conditions in the ninth century , military service became part of shōen life .']
[]
10,279
He concluded that this outcome was unlikely to have occurred by chance, and that therefore, the method was tending to produce bipartite stemmas regardless of the actual history of the witnesses.
(ROOT (S (NP (PRP He)) (VP (VBD concluded) (SBAR (SBAR (IN that) (S (NP (DT this) (NN outcome)) (VP (VBD was) (ADJP (JJ unlikely) (S (VP (TO to) (VP (VB have) (VP (VBN occurred) (PP (IN by) (NP (NN chance))))))))))) (, ,) (CC and) (SBAR (IN that) (S (ADVP (RB therefore)) (, ,) (S (NP (DT the) (NN method)) (VP (VBD was) (VP (VBG tending) (S (VP (TO to) (VP (VB produce) (NP (JJ bipartite) (NNS stemmas)) (ADVP (RB regardless) (PP (IN of) (NP (NP (DT the) (JJ actual) (NN history)) (PP (IN of) (NP (DT the) (NNS witnesses)))))))))))))))) (. .)))
18
{ "ADJ": [ "unlikely", "bipartite", "actual" ], "ADP": [ "by", "of", "of" ], "ADV": [ "therefore", "regardless" ], "AUX": [ "was", "have", "was" ], "CCONJ": [ "and" ], "DET": [ "this", "the", "the", "the" ], "INTJ": [], "NOUN": [ "outcome", "chance", "method", "history", "witnesses" ], "NUM": [], "PART": [ "to", "to" ], "PRON": [ "He" ], "PROPN": [ "stemmas" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "that", "that" ], "SPACE": [], "SYM": [], "VERB": [ "concluded", "occurred", "tending", "produce" ], "X": [] }
[ "B-NP", "B-VP", "O", "B-NP", "I-NP", "B-VP", "B-ADJP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "O", "O", "O", "B-ADVP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP...
He/nsubj/concluded concluded/ROOT/concluded that/mark/was this/det/outcome outcome/nsubj/was was/ccomp/concluded unlikely/acomp/was to/aux/occurred have/aux/occurred occurred/xcomp/unlikely by/prep/occurred chance/pobj/by ,/punct/was and/cc/was that/mark/tending therefore/advmod/tending ,/punct/tending the/det/method method/nsubj/tending was/aux/tending tending/conj/was to/aux/produce produce/xcomp/tending bipartite/amod/stemmas stemmas/dobj/produce regardless/advmod/produce of/prep/regardless the/det/history actual/amod/history history/pobj/of of/prep/history the/det/witnesses witnesses/pobj/of ./punct/concluded
(S (NP (PRP He)) (VP (VBD concluded) (SBAR (SBAR (IN that) (S (NP (DT this) (NN outcome)) (VP (VBD was) (ADJP (JJ unlikely) (S (VP (TO to) (VP (VB have) (VP (VBN occurred) (PP (IN by) (NP (NN chance))))))))))) (, ,) (CC and) (SBAR (IN that) (S (ADVP (RB therefore)) (, ,) (S (NP (DT the) (NN method)) (VP (VBD was) (VP (VBG tending) (S (VP (TO to) (VP (VB produce) (NP (JJ bipartite) (NNS stemmas)) (ADVP (RB regardless) (PP (IN of) (NP (NP (DT the) (JJ actual) (NN history)) (PP (IN of) (NP (DT the) (NNS witnesses)))))))))))))))) (. .))
CT
['He concluded']
['that this outcome was unlikely to have occurred by chance , and that therefore , the method was tending to produce bipartite stemmas regardless of the actual history of the witnesses', 'that this outcome was unlikely to have occurred by chance', 'that therefore , the method was tending to produce bipartite stemmas regardless of the actual history of the witnesses']
[]
['He concluded that this outcome was unlikely to have occurred by chance , and that therefore , the method was tending to produce bipartite stemmas regardless of the actual history of the witnesses .']
[]
64,299
To President Truman, MacArthur speculated there was little risk of Chinese intervention in Korea, and that the PRC's opportunity for aiding the KPA had lapsed.
(ROOT (S (PP (IN To) (NP (NNP President) (NNP Truman))) (, ,) (NP (NNP MacArthur)) (VP (VBD speculated) (SBAR (SBAR (S (NP (EX there)) (VP (VBD was) (NP (NP (JJ little) (NN risk)) (PP (IN of) (NP (NP (JJ Chinese) (NN intervention)) (PP (IN in) (NP (NNP Korea))))))))) (, ,) (CC and) (SBAR (IN that) (S (NP (NP (NP (DT the) (NNP PRC) (POS 's)) (NN opportunity)) (PP (IN for) (S (VP (VBG aiding) (NP (DT the) (NNP KPA)))))) (VP (VBD had) (VP (VBN lapsed))))))) (. .)))
13
{ "ADJ": [ "little", "Chinese" ], "ADP": [ "To", "of", "in", "for" ], "ADV": [], "AUX": [ "had" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "risk", "intervention", "opportunity" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "there" ], "PROPN": [ "President", "Truman", "MacArthur", "Korea", "PRC", "KPA" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "speculated", "was", "aiding", "lapsed" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "O" ]
To/prep/speculated President/compound/Truman Truman/pobj/To ,/punct/speculated MacArthur/nsubj/speculated speculated/ROOT/speculated there/expl/was was/ccomp/speculated little/amod/risk risk/attr/was of/prep/risk Chinese/amod/intervention intervention/pobj/of in/prep/intervention Korea/pobj/in ,/punct/was and/cc/was that/mark/lapsed the/det/PRC PRC/poss/opportunity 's/case/PRC opportunity/nsubj/lapsed for/prep/opportunity aiding/pcomp/for the/det/KPA KPA/dobj/aiding had/aux/lapsed lapsed/conj/was ./punct/speculated
(S (PP (IN To) (NP (NNP President) (NNP Truman))) (, ,) (NP (NNP MacArthur)) (VP (VBD speculated) (SBAR (SBAR (S (NP (EX there)) (VP (VBD was) (NP (NP (JJ little) (NN risk)) (PP (IN of) (NP (NP (JJ Chinese) (NN intervention)) (PP (IN in) (NP (NNP Korea))))))))) (, ,) (CC and) (SBAR (IN that) (S (NP (NP (NP (DT the) (NNP PRC) (POS 's)) (NN opportunity)) (PP (IN for) (S (VP (VBG aiding) (NP (DT the) (NNP KPA)))))) (VP (VBD had) (VP (VBN lapsed))))))) (. .))
CT
['MacArthur speculated']
["there was little risk of Chinese intervention in Korea , and that the PRC 's opportunity for aiding the KPA had lapsed", 'there was little risk of Chinese intervention in Korea', "that the PRC 's opportunity for aiding the KPA had lapsed"]
[]
["To President Truman , MacArthur speculated there was little risk of Chinese intervention in Korea , and that the PRC 's opportunity for aiding the KPA had lapsed ."]
[]
49,415
In the Balearic Islands, IEC's standard is used but adapted for the Balearic dialect by the University of the Balearic Islands's philological section.
(ROOT (S (PP (IN In) (NP (DT the) (NNP Balearic) (NNPS Islands))) (, ,) (NP (NP (NNP IEC) (POS 's)) (NN standard)) (VP (VBZ is) (VP (VP (VBN used)) (CC but) (VBN adapted) (PP (IN for) (NP (DT the) (JJ Balearic) (NN dialect))) (PP (IN by) (NP (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (DT the) (NNP Balearic) (NNPS Islands))) (POS 's)) (JJ philological) (NN section))))) (. .)))
10
{ "ADJ": [ "philological" ], "ADP": [ "In", "for", "by", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [ "but" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "standard", "dialect", "section" ], "NUM": [], "PART": [ "'s", "'s" ], "PRON": [], "PROPN": [ "Balearic", "Islands", "IEC", "Balearic", "University", "Balearic", "Islands" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "used", "adapted" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-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", "O" ]
In/prep/used the/det/Islands Balearic/compound/Islands Islands/pobj/In ,/punct/used IEC/poss/standard 's/case/IEC standard/nsubjpass/used is/auxpass/used used/ROOT/used but/cc/used adapted/conj/used for/prep/adapted the/det/dialect Balearic/compound/dialect dialect/pobj/for by/agent/adapted the/det/University University/pobj/by of/prep/University the/det/Islands Balearic/compound/Islands Islands/poss/section 's/case/Islands philological/amod/section section/pobj/of ./punct/used
(S (PP (IN In) (NP (DT the) (NNP Balearic) (NNPS Islands))) (, ,) (NP (NP (NNP IEC) (POS 's)) (NN standard)) (VP (VBZ is) (VP (VP (VBN used)) (CC but) (VBN adapted) (PP (IN for) (NP (DT the) (JJ Balearic) (NN dialect))) (PP (IN by) (NP (NP (NP (DT the) (NNP University)) (PP (IN of) (NP (DT the) (NNP Balearic) (NNPS Islands))) (POS 's)) (JJ philological) (NN section))))) (. .))
T
["IEC 's standard is used but adapted for the Balearic dialect by the University of the Balearic Islands 's philological section"]
[]
["In the Balearic Islands , IEC 's standard is used but adapted for the Balearic dialect by the University of the Balearic Islands 's philological section ."]
[]
[]
38,958
The new cellular resident quickly became an advantage, providing food for the eukaryotic host, which allowed it to live within it.
(ROOT (S (NP (DT The) (JJ new) (JJ cellular) (NN resident)) (ADVP (RB quickly)) (VP (VBD became) (NP (DT an) (NN advantage)) (, ,) (S (VP (VBG providing) (NP (NN food)) (PP (IN for) (NP (NP (DT the) (JJ eukaryotic) (NN host)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD allowed) (S (NP (PRP it)) (VP (TO to) (VP (VB live) (PP (IN within) (NP (PRP it)))))))))))))) (. .)))
16
{ "ADJ": [ "new", "cellular", "eukaryotic" ], "ADP": [ "for", "within" ], "ADV": [ "quickly" ], "AUX": [], "CCONJ": [], "DET": [ "The", "an", "the" ], "INTJ": [], "NOUN": [ "resident", "advantage", "food", "host" ], "NUM": [], "PART": [ "to" ], "PRON": [ "which", "it", "it" ], "PROPN": [], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "became", "providing", "allowed", "live" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "O" ]
The/det/resident new/amod/resident cellular/amod/resident resident/nsubj/became quickly/advmod/became became/ROOT/became an/det/advantage advantage/attr/became ,/punct/became providing/advcl/became food/dobj/providing for/prep/providing the/det/host eukaryotic/amod/host host/pobj/for ,/punct/host which/nsubj/allowed allowed/relcl/host it/nsubj/live to/aux/live live/ccomp/allowed within/prep/live it/pobj/within ./punct/became
(S (NP (DT The) (JJ new) (JJ cellular) (NN resident)) (ADVP (RB quickly)) (VP (VBD became) (NP (DT an) (NN advantage)) (, ,) (S (VP (VBG providing) (NP (NN food)) (PP (IN for) (NP (NP (DT the) (JJ eukaryotic) (NN host)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD allowed) (S (NP (PRP it)) (VP (TO to) (VP (VB live) (PP (IN within) (NP (PRP it)))))))))))))) (. .))
CT
['The new cellular resident became an advantage , providing food for the eukaryotic host , which allowed it to live within it']
['which allowed it to live within it']
[]
['The new cellular resident quickly became an advantage , providing food for the eukaryotic host , which allowed it to live within it .']
[]
24,672
The cost of a gallon of gas in urban Alaska today is usually 30–60¢ higher than the national average; prices in rural areas are generally significantly higher but vary widely depending on transportation costs, seasonal usage peaks, nearby petroleum development infrastructure and many other factors.
(ROOT (S (S (NP (NP (DT The) (NN cost)) (PP (IN of) (NP (NP (DT a) (NN gallon)) (PP (IN of) (NP (NN gas))))) (PP (IN in) (NP (JJ urban) (NNP Alaska))) (NP (NN today))) (VP (VBZ is) (ADVP (RB usually)) (ADJP (ADJP (NP (CD 30–60¢)) (JJR higher)) (PP (IN than) (NP (DT the) (JJ national) (NN average)))))) (: ;) (S (NP (NP (NNS prices)) (PP (IN in) (NP (JJ rural) (NNS areas)))) (VP (VP (VBP are) (ADVP (RB generally)) (ADJP (RB significantly) (JJR higher))) (CC but) (VP (VBP vary) (ADVP (RB widely)) (PP (VBG depending) (PP (IN on) (NP (NP (NN transportation) (NNS costs)) (, ,) (NP (JJ seasonal) (NN usage) (NNS peaks)) (, ,) (NP (JJ nearby) (NML (NN petroleum) (NN development)) (NN infrastructure)) (CC and) (NP (JJ many) (JJ other) (NNS factors)))))))) (. .)))
11
{ "ADJ": [ "urban", "30–60¢", "higher", "national", "rural", "higher", "seasonal", "nearby", "many", "other" ], "ADP": [ "of", "of", "in", "than", "in", "on" ], "ADV": [ "usually", "generally", "significantly", "widely" ], "AUX": [ "is", "are" ], "CCONJ": [ "but", "and" ], "DET": [ "The", "a", "the" ], "INTJ": [], "NOUN": [ "cost", "gallon", "gas", "today", "average", "prices", "areas", "transportation", "costs", "usage", "peaks", "petroleum", "development", "infrastructure", "factors" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Alaska" ], "PUNCT": [ ";", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "vary", "depending" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-NP", "B-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-ADJP", "I-ADJP", "B-VP", "I-VP", "B-ADVP",...
The/det/cost cost/nsubj/is of/prep/cost a/det/gallon gallon/pobj/of of/prep/gallon gas/pobj/of in/prep/cost urban/amod/Alaska Alaska/pobj/in today/npadvmod/cost is/ccomp/are usually/advmod/is 30–60¢/npadvmod/higher higher/acomp/is than/prep/higher the/det/average national/amod/average average/pobj/than ;/punct/are prices/nsubj/are in/prep/prices rural/amod/areas areas/pobj/in are/ROOT/are generally/advmod/are significantly/advmod/higher higher/acomp/are but/cc/are vary/conj/are widely/advmod/depending depending/prep/vary on/prep/depending transportation/compound/costs costs/pobj/on ,/punct/costs seasonal/amod/peaks usage/compound/peaks peaks/conj/costs ,/punct/peaks nearby/amod/infrastructure petroleum/compound/development development/compound/infrastructure infrastructure/conj/peaks and/cc/infrastructure many/amod/factors other/amod/factors factors/conj/infrastructure ./punct/are
(S (S (NP (NP (DT The) (NN cost)) (PP (IN of) (NP (NP (DT a) (NN gallon)) (PP (IN of) (NP (NN gas))))) (PP (IN in) (NP (JJ urban) (NNP Alaska))) (NP (NN today))) (VP (VBZ is) (ADVP (RB usually)) (ADJP (ADJP (NP (CD 30–60¢)) (JJR higher)) (PP (IN than) (NP (DT the) (JJ national) (NN average)))))) (: ;) (S (NP (NP (NNS prices)) (PP (IN in) (NP (JJ rural) (NNS areas)))) (VP (VP (VBP are) (ADVP (RB generally)) (ADJP (RB significantly) (JJR higher))) (CC but) (VP (VBP vary) (ADVP (RB widely)) (PP (VBG depending) (PP (IN on) (NP (NP (NN transportation) (NNS costs)) (, ,) (NP (JJ seasonal) (NN usage) (NNS peaks)) (, ,) (NP (JJ nearby) (NML (NN petroleum) (NN development)) (NN infrastructure)) (CC and) (NP (JJ many) (JJ other) (NNS factors)))))))) (. .))
T
['The cost of a gallon of gas in urban Alaska today is usually 30–60¢ higher than the national average', 'prices in rural areas are generally significantly higher but vary widely depending on transportation costs , seasonal usage peaks , nearby petroleum development infrastructure and many other factors']
[]
['The cost of a gallon of gas in urban Alaska today is usually 30–60¢ higher than the national average ; prices in rural areas are generally significantly higher but vary widely depending on transportation costs , seasonal usage peaks , nearby petroleum development infrastructure and many other factors .']
[]
[]
20,770
Her Golden and Diamond Jubilees were times of public celebration.
(ROOT (S (NP (PRP$ Her) (ADJP (JJ Golden) (CC and) (JJ Diamond)) (NNS Jubilees)) (VP (VBD were) (NP (NP (NNS times)) (PP (IN of) (NP (JJ public) (NN celebration))))) (. .)))
7
{ "ADJ": [ "public" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "times", "celebration" ], "NUM": [], "PART": [], "PRON": [ "Her" ], "PROPN": [ "Golden", "Diamond", "Jubilees" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
Her/poss/Jubilees Golden/nmod/Jubilees and/cc/Golden Diamond/compound/Jubilees Jubilees/nsubj/were were/ROOT/were times/attr/were of/prep/times public/amod/celebration celebration/pobj/of ./punct/were
(S (NP (PRP$ Her) (ADJP (JJ Golden) (CC and) (JJ Diamond)) (NNS Jubilees)) (VP (VBD were) (NP (NP (NNS times)) (PP (IN of) (NP (JJ public) (NN celebration))))) (. .))
T
['Her Golden and Diamond Jubilees were times of public celebration']
[]
['Her Golden and Diamond Jubilees were times of public celebration .']
[]
[]
29,173
Conversely, the city receives some of the lowest precipitation amounts of any large city from June to September.
(ROOT (S (ADVP (RB Conversely)) (, ,) (NP (DT the) (NN city)) (VP (VBZ receives) (NP (NP (DT some)) (PP (IN of) (NP (DT the) (JJS lowest) (NN precipitation) (NNS amounts)) (PP (IN of) (NP (DT any) (JJ large) (NN city))))) (PP (PP (IN from) (NP (NNP June))) (PP (IN to) (NP (NNP September))))) (. .)))
8
{ "ADJ": [ "lowest", "large" ], "ADP": [ "of", "of", "from", "to" ], "ADV": [ "Conversely" ], "AUX": [], "CCONJ": [], "DET": [ "the", "the", "any" ], "INTJ": [], "NOUN": [ "city", "precipitation", "amounts", "city" ], "NUM": [], "PART": [], "PRON": [ "some" ], "PROPN": [ "June", "September" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "receives" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
Conversely/advmod/receives ,/punct/receives the/det/city city/nsubj/receives receives/ROOT/receives some/dobj/receives of/prep/some the/det/amounts lowest/amod/precipitation precipitation/compound/amounts amounts/pobj/of of/prep/amounts any/det/city large/amod/city city/pobj/of from/prep/amounts June/pobj/from to/prep/from September/pobj/to ./punct/receives
(S (ADVP (RB Conversely)) (, ,) (NP (DT the) (NN city)) (VP (VBZ receives) (NP (NP (DT some)) (PP (IN of) (NP (DT the) (JJS lowest) (NN precipitation) (NNS amounts)) (PP (IN of) (NP (DT any) (JJ large) (NN city))))) (PP (PP (IN from) (NP (NNP June))) (PP (IN to) (NP (NNP September))))) (. .))
T
['the city receives some of the lowest precipitation amounts of any large city from June to September']
[]
['Conversely , the city receives some of the lowest precipitation amounts of any large city from June to September .']
[]
[]
48,656
This is possibly the earliest extant exemplar of the Quran, but as the tests allow a range of possible dates, it cannot be said with certainty which of the existing versions is the oldest.
(ROOT (S (S (NP (DT This)) (VP (VBZ is) (ADVP (RB possibly)) (NP (NP (DT the) (JJS earliest) (JJ extant) (NN exemplar)) (PP (IN of) (NP (DT the) (NNP Quran)))))) (, ,) (CC but) (S (SBAR (IN as) (S (NP (DT the) (NNS tests)) (VP (VBP allow) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (JJ possible) (NNS dates))))))) (, ,) (NP (NP (PRP it))) (VP (MD can) (RB not) (VP (VB be) (VP (VBN said) (PP (IN with) (NP (NN certainty))) (SBAR (WHNP (WHNP (WDT which)) (PP (IN of) (NP (DT the) (VBG existing) (NNS versions)))) (S (VP (VBZ is) (NP (DT the) (JJS oldest))))))))) (. .)))
11
{ "ADJ": [ "earliest", "extant", "possible", "oldest" ], "ADP": [ "of", "of", "with", "of" ], "ADV": [ "possibly" ], "AUX": [ "is", "can", "be", "is" ], "CCONJ": [ "but" ], "DET": [ "the", "the", "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "exemplar", "tests", "range", "dates", "certainty", "versions" ], "NUM": [], "PART": [ "not" ], "PRON": [ "This", "it", "which" ], "PROPN": [ "Quran" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "as" ], "SPACE": [], "SYM": [], "VERB": [ "allow", "said", "existing" ], "X": [] }
[ "B-NP", "B-VP", "B-ADVP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "O", "B-PP", "B-NP", "I-NP", ...
This/nsubj/is is/ROOT/is possibly/advmod/is the/det/exemplar earliest/amod/exemplar extant/amod/exemplar exemplar/attr/is of/prep/exemplar the/det/Quran Quran/pobj/of ,/punct/is but/cc/is as/mark/allow the/det/tests tests/nsubj/allow allow/advcl/said a/det/range range/dobj/allow of/prep/range possible/amod/dates dates/pobj/of ,/punct/said it/nsubjpass/said can/aux/said not/neg/said be/auxpass/said said/conj/is with/prep/said certainty/pobj/with which/nsubj/is of/prep/which the/det/versions existing/amod/versions versions/pobj/of is/relcl/it the/det/oldest oldest/attr/is ./punct/is
(S (S (NP (DT This)) (VP (VBZ is) (ADVP (RB possibly)) (NP (NP (DT the) (JJS earliest) (JJ extant) (NN exemplar)) (PP (IN of) (NP (DT the) (NNP Quran)))))) (, ,) (CC but) (S (SBAR (IN as) (S (NP (DT the) (NNS tests)) (VP (VBP allow) (NP (NP (DT a) (NN range)) (PP (IN of) (NP (JJ possible) (NNS dates))))))) (, ,) (NP (NP (PRP it))) (VP (MD can) (RB not) (VP (VB be) (VP (VBN said) (PP (IN with) (NP (NN certainty))) (SBAR (WHNP (WHNP (WDT which)) (PP (IN of) (NP (DT the) (VBG existing) (NNS versions)))) (S (VP (VBZ is) (NP (DT the) (JJS oldest))))))))) (. .))
CT
['This is possibly the earliest extant exemplar of the Quran', ', it can not be said with certainty']
['as the tests allow a range of possible dates', 'which of the existing versions is the oldest']
[]
['This is possibly the earliest extant exemplar of the Quran , but as the tests allow a range of possible dates , it can not be said with certainty which of the existing versions is the oldest .']
[]
29,081
What is the name of the riot in Detroit in 1967?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN name)) (PP (IN of) (NP (NP (DT the) (NN riot)) (PP (IN in) (NP (NNP Detroit))) (PP (IN in) (NP (CD 1967))))))) (. ?)))
9
{ "ADJ": [], "ADP": [ "of", "in", "in" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "name", "riot" ], "NUM": [ "1967" ], "PART": [], "PRON": [ "What" ], "PROPN": [ "Detroit" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
What/attr/is is/ROOT/is the/det/name name/nsubj/is of/prep/name the/det/riot riot/pobj/of in/prep/name Detroit/pobj/in in/prep/is 1967/pobj/in ?/punct/is
(SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (NP (DT the) (NN name)) (PP (IN of) (NP (NP (DT the) (NN riot)) (PP (IN in) (NP (NNP Detroit))) (PP (IN in) (NP (CD 1967))))))) (. ?))
FC
[]
[]
[]
[]
['What is the name of the riot in Detroit in 1967 ?']
66,087
As a result, this practice was the empirical beginning of using pre-emphasis above 1,000 Hz in 78 rpm and 33 1⁄3 rpm records.
(ROOT (S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (DT this) (NN practice)) (VP (VBD was) (NP (NP (DT the) (JJ empirical) (NN beginning)) (PP (IN of) (S (VP (VBG using) (NP (NP (JJ pre) (HYPH -) (NN emphasis)) (PP (IN above) (NP (CD 1,000) (NNS Hz)))) (PP (IN in) (NP (NML (NP (CD 78) (NN rpm)) (CC and) (NML (QP (CD 33) (CD 1⁄3)) (NN rpm))) (NNS records)))))))) (. .)))
13
{ "ADJ": [ "empirical" ], "ADP": [ "As", "of", "above", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "a", "this", "the" ], "INTJ": [], "NOUN": [ "result", "practice", "beginning", "pre", "-", "emphasis", "rpm", "rpm", "records" ], "NUM": [ "1,000", "78", "33", "1⁄3" ], "PART": [], "PRON": [], "PROPN": [ "Hz" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "using" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "O", "B-NP", "O" ]
As/prep/was a/det/result result/pobj/As ,/punct/was this/det/practice practice/nsubj/was was/ROOT/was the/det/beginning empirical/amod/beginning beginning/attr/was of/prep/beginning using/pcomp/of pre/dobj/using -/dobj/using emphasis/dobj/using above/prep/using 1,000/nummod/Hz Hz/pobj/above in/prep/Hz 78/nummod/rpm rpm/pobj/in and/cc/Hz 33/compound/1⁄3 1⁄3/nummod/rpm rpm/compound/records records/conj/Hz ./punct/was
(S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (DT this) (NN practice)) (VP (VBD was) (NP (NP (DT the) (JJ empirical) (NN beginning)) (PP (IN of) (S (VP (VBG using) (NP (NP (JJ pre) (HYPH -) (NN emphasis)) (PP (IN above) (NP (CD 1,000) (NNS Hz)))) (PP (IN in) (NP (NML (NP (CD 78) (NN rpm)) (CC and) (NML (QP (CD 33) (CD 1⁄3)) (NN rpm))) (NNS records)))))))) (. .))
T
['this practice was the empirical beginning of using pre - emphasis above 1,000 Hz in 78 rpm and 33 1⁄3 rpm records']
[]
['As a result , this practice was the empirical beginning of using pre - emphasis above 1,000 Hz in 78 rpm and 33 1⁄3 rpm records .']
[]
[]
74,289
Stairs from the riverside to higher parts of the city centre and the extant Castle Keep, originally recorded in the 14th century, remain intact in places.
(ROOT (S (NP (NP (NP (NP (NNS Stairs)) (PP (PP (IN from) (NP (DT the) (NN riverside))) (PP (IN to) (NP (NP (JJR higher) (NNS parts)) (PP (IN of) (NP (DT the) (NN city) (NN centre))))))) (CC and) (NP (DT the) (JJ extant) (NNP Castle) (NNP Keep))) (, ,) (VP (ADVP (RB originally)) (VBN recorded) (PP (IN in) (NP (DT the) (JJ 14th) (NN century)))) (, ,)) (VP (VBP remain) (ADJP (JJ intact)) (PP (IN in) (NP (NNS places)))) (. .)))
11
{ "ADJ": [ "higher", "extant", "14th", "intact" ], "ADP": [ "from", "to", "of", "in", "in" ], "ADV": [ "originally" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "Stairs", "riverside", "parts", "city", "centre", "century", "places" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Castle", "Keep" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "recorded", "remain" ], "X": [] }
[ "B-NP", "B-PP", "B-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", "I-NP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADJP", "B-PP", "B-NP", "O" ]
Stairs/nsubj/remain from/prep/Stairs the/det/riverside riverside/pobj/from to/prep/Stairs higher/amod/parts parts/pobj/to of/prep/parts the/det/centre city/compound/centre centre/pobj/of and/cc/parts the/det/Keep extant/amod/Keep Castle/compound/Keep Keep/conj/parts ,/punct/Keep originally/advmod/recorded recorded/acl/Keep in/prep/recorded the/det/century 14th/amod/century century/pobj/in ,/punct/Keep remain/ROOT/remain intact/acomp/remain in/prep/remain places/pobj/in ./punct/remain
(S (NP (NP (NP (NP (NNS Stairs)) (PP (PP (IN from) (NP (DT the) (NN riverside))) (PP (IN to) (NP (NP (JJR higher) (NNS parts)) (PP (IN of) (NP (DT the) (NN city) (NN centre))))))) (CC and) (NP (DT the) (JJ extant) (NNP Castle) (NNP Keep))) (, ,) (VP (ADVP (RB originally)) (VBN recorded) (PP (IN in) (NP (DT the) (JJ 14th) (NN century)))) (, ,)) (VP (VBP remain) (ADJP (JJ intact)) (PP (IN in) (NP (NNS places)))) (. .))
T
['Stairs from the riverside to higher parts of the city centre and the extant Castle Keep , originally recorded in the 14th century , remain intact in places']
[]
['Stairs from the riverside to higher parts of the city centre and the extant Castle Keep , originally recorded in the 14th century , remain intact in places .']
[]
[]
34,745
For the first time, the Super Bowl 50 Host Committee and the NFL have openly sought disabled veteran and lesbian, gay, bisexual and transgender-owned businesses in Business Connect, the Super Bowl program that provides local companies with contracting opportunities in and around the Super Bowl.
(ROOT (S (PP (IN For) (NP (DT the) (JJ first) (NN time))) (, ,) (NP (NP (DT the) (NML (NML (NNP Super) (NNP Bowl)) (CD 50)) (NNP Host) (NNP Committee)) (CC and) (NP (DT the) (NNP NFL))) (VP (VBP have) (ADVP (RB openly)) (VP (VBN sought) (NP (NML (JJ disabled) (NN veteran)) (CC and) (NP (ADJP (ADJP (JJ lesbian) (, ,) (JJ gay) (, ,) (JJ bisexual) (CC and) (JJ transgender)) (HYPH -) (VBN owned)) (NNS businesses))) (PP (IN in) (NP (NP (NNP Business) (NNP Connect)) (, ,) (NP (NP (DT the) (NML (NNP Super) (NNP Bowl)) (NN program)) (SBAR (WHNP (WDT that)) (S (VP (VBZ provides) (NP (JJ local) (NNS companies)) (PP (IN with) (NP (NP (NN contracting) (NNS opportunities)) (PP (IN in) (CC and) (IN around) (NP (DT the) (NNP Super) (NNP Bowl))))))))))))) (. .)))
15
{ "ADJ": [ "first", "disabled", "lesbian", "gay", "bisexual", "local" ], "ADP": [ "For", "in", "with", "in", "around" ], "ADV": [ "openly" ], "AUX": [ "have" ], "CCONJ": [ "and", "and", "and", "and" ], "DET": [ "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "time", "veteran", "transgender", "businesses", "program", "companies", "contracting", "opportunities" ], "NUM": [ "50" ], "PART": [], "PRON": [ "that" ], "PROPN": [ "Super", "Bowl", "Host", "Committee", "NFL", "Business", "Connect", "Super", "Bowl", "Super", "Bowl" ], "PUNCT": [ ",", ",", ",", "-", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "sought", "owned", "provides" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O", "O", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-PP", "B-N...
For/prep/sought the/det/time first/amod/time time/pobj/For ,/punct/sought the/det/Committee Super/nmod/Bowl Bowl/nmod/Committee 50/nummod/Bowl Host/compound/Committee Committee/nsubj/sought and/cc/Committee the/det/NFL NFL/conj/Committee have/aux/sought openly/advmod/sought sought/ROOT/sought disabled/amod/veteran veteran/dobj/sought and/cc/veteran lesbian/conj/veteran ,/punct/lesbian gay/conj/lesbian ,/punct/gay bisexual/conj/gay and/cc/bisexual transgender/npadvmod/owned -/punct/owned owned/conj/bisexual businesses/dobj/sought in/prep/businesses Business/compound/Connect Connect/pobj/in ,/punct/Connect the/det/program Super/compound/Bowl Bowl/compound/program program/appos/Connect that/nsubj/provides provides/relcl/program local/amod/companies companies/dobj/provides with/prep/provides contracting/compound/opportunities opportunities/pobj/with in/prep/opportunities and/cc/in around/conj/in the/det/Bowl Super/compound/Bowl Bowl/pobj/around ./punct/sought
(S (PP (IN For) (NP (DT the) (JJ first) (NN time))) (, ,) (NP (NP (DT the) (NML (NML (NNP Super) (NNP Bowl)) (CD 50)) (NNP Host) (NNP Committee)) (CC and) (NP (DT the) (NNP NFL))) (VP (VBP have) (ADVP (RB openly)) (VP (VBN sought) (NP (NML (JJ disabled) (NN veteran)) (CC and) (NP (ADJP (ADJP (JJ lesbian) (, ,) (JJ gay) (, ,) (JJ bisexual) (CC and) (JJ transgender)) (HYPH -) (VBN owned)) (NNS businesses))) (PP (IN in) (NP (NP (NNP Business) (NNP Connect)) (, ,) (NP (NP (DT the) (NML (NNP Super) (NNP Bowl)) (NN program)) (SBAR (WHNP (WDT that)) (S (VP (VBZ provides) (NP (JJ local) (NNS companies)) (PP (IN with) (NP (NP (NN contracting) (NNS opportunities)) (PP (IN in) (CC and) (IN around) (NP (DT the) (NNP Super) (NNP Bowl))))))))))))) (. .))
CT
['the Super Bowl 50 Host Committee and the NFL have openly sought disabled veteran and lesbian , gay , bisexual and transgender - owned businesses in Business Connect , the Super Bowl program that provides local companies with contracting opportunities in and around the Super Bowl']
['that provides local companies with contracting opportunities in and around the Super Bowl']
[]
['For the first time , the Super Bowl 50 Host Committee and the NFL have openly sought disabled veteran and lesbian , gay , bisexual and transgender - owned businesses in Business Connect , the Super Bowl program that provides local companies with contracting opportunities in and around the Super Bowl .']
[]
43,323
Four of the sororities are members of the National Panhellenic Conference, and ten of the fraternities form the University of Chicago Interfraternity Council.
(ROOT (S (S (NP (NP (CD Four)) (PP (IN of) (NP (DT the) (NNS sororities)))) (VP (VBP are) (NP (NP (NNS members)) (PP (IN of) (NP (DT the) (NNP National) (NNP Panhellenic) (NNP Conference)))))) (, ,) (CC and) (S (NP (NP (CD ten)) (PP (IN of) (NP (DT the) (NNS fraternities)))) (VP (VBP form) (NP (DT the) (NML (NML (NNP University)) (PP (IN of) (NP (NNP Chicago)))) (NNP Interfraternity) (NNP Council)))) (. .)))
9
{ "ADJ": [], "ADP": [ "of", "of", "of", "of" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "sororities", "members", "fraternities" ], "NUM": [ "Four", "ten" ], "PART": [], "PRON": [], "PROPN": [ "National", "Panhellenic", "Conference", "University", "Chicago", "Interfraternity", "Council" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "form" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "O", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Four/nsubj/are of/prep/Four the/det/sororities sororities/pobj/of are/ROOT/are members/attr/are of/prep/members the/det/Conference National/compound/Panhellenic Panhellenic/compound/Conference Conference/pobj/of ,/punct/are and/cc/are ten/nsubj/form of/prep/ten the/det/fraternities fraternities/pobj/of form/conj/are the/det/University University/dobj/form of/prep/University Chicago/pobj/of Interfraternity/compound/Council Council/pobj/of ./punct/form
(S (S (NP (NP (CD Four)) (PP (IN of) (NP (DT the) (NNS sororities)))) (VP (VBP are) (NP (NP (NNS members)) (PP (IN of) (NP (DT the) (NNP National) (NNP Panhellenic) (NNP Conference)))))) (, ,) (CC and) (S (NP (NP (CD ten)) (PP (IN of) (NP (DT the) (NNS fraternities)))) (VP (VBP form) (NP (DT the) (NML (NML (NNP University)) (PP (IN of) (NP (NNP Chicago)))) (NNP Interfraternity) (NNP Council)))) (. .))
T
['Four of the sororities are members of the National Panhellenic Conference', 'ten of the fraternities form the University of Chicago Interfraternity Council']
[]
['Four of the sororities are members of the National Panhellenic Conference , and ten of the fraternities form the University of Chicago Interfraternity Council .']
[]
[]
30,578
After pressure from Ireland and South Africa, the 1926 Imperial Conference issued the Balfour Declaration, declaring the Dominions to be "autonomous Communities within the British Empire, equal in status, in no way subordinate one to another" within a "British Commonwealth of Nations".
(ROOT (S (PP (IN After) (NP (NP (NN pressure)) (PP (IN from) (NP (NP (NNP Ireland)) (CC and) (NP (NNP South) (NNP Africa)))))) (, ,) (NP (DT the) (CD 1926) (NNP Imperial) (NNP Conference)) (VP (VP (VBD issued) (NP (DT the) (NNP Balfour) (NNP Declaration)) (, ,) (S (VP (VBG declaring) (NP (DT the) (NNPS Dominions)) (S (VP (TO to) (VP (VB be) (`` ") (NP (NP (JJ autonomous) (NNS Communities)) (PP (IN within) (NP (DT the) (NNP British) (NNP Empire)))) (, ,) (ADJP (ADJP (JJ equal) (PP (IN in) (NP (NN status)))) (, ,) (VP (PP (IN in) (NP (DT no) (NN way))) (VP (VB subordinate) (NP (CD one)) (PP (IN to) (NP (DT another)))))) ('' ") (PP (IN within) (NP (NP (DT a) (`` ") (NNP British) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))))))) (. ")) (. .)))
15
{ "ADJ": [ "autonomous", "equal", "subordinate" ], "ADP": [ "After", "from", "within", "in", "in", "to", "within", "of" ], "ADV": [], "AUX": [ "be" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the", "no", "a" ], "INTJ": [], "NOUN": [ "pressure", "Communities", "status", "way" ], "NUM": [ "1926", "one" ], "PART": [ "to" ], "PRON": [ "another" ], "PROPN": [ "Ireland", "South", "Africa", "Imperial", "Conference", "Balfour", "Declaration", "Dominions", "British", "Empire", "British", "Commonwealth", "Nations" ], "PUNCT": [ ",", ",", "\"", ",", ",", "\"", "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "issued", "declaring" ], "X": [] }
[ "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADJP", "B-PP",...
After/prep/issued pressure/pobj/After from/prep/pressure Ireland/pobj/from and/cc/Ireland South/compound/Africa Africa/conj/Ireland ,/punct/issued the/det/Conference 1926/nummod/Conference Imperial/compound/Conference Conference/nsubj/issued issued/ROOT/issued the/det/Declaration Balfour/compound/Declaration Declaration/dobj/issued ,/punct/issued declaring/advcl/issued the/det/Dominions Dominions/nsubj/be to/aux/be be/ccomp/declaring "/punct/Communities autonomous/amod/Communities Communities/attr/be within/prep/Communities the/det/Empire British/compound/Empire Empire/pobj/within ,/punct/Communities equal/amod/Communities in/prep/equal status/pobj/in ,/punct/be in/prep/one no/det/way way/pobj/in subordinate/amod/one one/attr/be to/prep/one another/pobj/to "/punct/be within/prep/be a/det/Commonwealth "/punct/Commonwealth British/amod/Commonwealth Commonwealth/pobj/within of/prep/Commonwealth Nations/pobj/of "/punct/issued ./punct/issued
(S (PP (IN After) (NP (NP (NN pressure)) (PP (IN from) (NP (NP (NNP Ireland)) (CC and) (NP (NNP South) (NNP Africa)))))) (, ,) (NP (DT the) (CD 1926) (NNP Imperial) (NNP Conference)) (VP (VP (VBD issued) (NP (DT the) (NNP Balfour) (NNP Declaration)) (, ,) (S (VP (VBG declaring) (NP (DT the) (NNPS Dominions)) (S (VP (TO to) (VP (VB be) (`` ") (NP (NP (JJ autonomous) (NNS Communities)) (PP (IN within) (NP (DT the) (NNP British) (NNP Empire)))) (, ,) (ADJP (ADJP (JJ equal) (PP (IN in) (NP (NN status)))) (, ,) (VP (PP (IN in) (NP (DT no) (NN way))) (VP (VB subordinate) (NP (CD one)) (PP (IN to) (NP (DT another)))))) ('' ") (PP (IN within) (NP (NP (DT a) (`` ") (NNP British) (NNP Commonwealth)) (PP (IN of) (NP (NNPS Nations))))))))))) (. ")) (. .))
T
['the 1926 Imperial Conference issued the Balfour Declaration , declaring the Dominions to be " autonomous Communities within the British Empire , equal in status , in no way subordinate one to another " within a " British Commonwealth of Nations "']
[]
['After pressure from Ireland and South Africa , the 1926 Imperial Conference issued the Balfour Declaration , declaring the Dominions to be " autonomous Communities within the British Empire , equal in status , in no way subordinate one to another " within a " British Commonwealth of Nations " .']
[]
[]
40,044
Two methods, the Gram stain and the acid-fast stain, are the standard approaches used to classify bacteria and to diagnosis of disease.
(ROOT (S (NP (NP (CD Two) (NNS methods)) (, ,) (NP (NP (DT the) (NNP Gram) (NN stain)) (CC and) (NP (DT the) (ADJP (NN acid) (HYPH -) (JJ fast)) (NN stain))) (, ,)) (VP (VBP are) (NP (NP (DT the) (JJ standard) (NNS approaches)) (VP (VBN used) (S (VP (VP (TO to) (VP (VB classify) (NP (NNS bacteria)))) (CC and) (PP (IN to) (NP (NP (NN diagnosis)) (PP (IN of) (NP (NN disease)))))))))) (. .)))
12
{ "ADJ": [ "standard" ], "ADP": [ "to", "of" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "methods", "stain", "acid", "fast", "stain", "approaches", "bacteria", "diagnosis", "disease" ], "NUM": [ "Two" ], "PART": [ "to" ], "PRON": [], "PROPN": [ "Gram" ], "PUNCT": [ ",", "-", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "used", "classify" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
Two/nummod/methods methods/nsubj/are ,/punct/methods the/det/stain Gram/compound/stain stain/conj/methods and/cc/stain the/det/stain acid/amod/fast -/punct/fast fast/amod/stain stain/conj/stain ,/punct/methods are/ROOT/are the/det/approaches standard/amod/approaches approaches/attr/are used/acl/approaches to/aux/classify classify/xcomp/used bacteria/dobj/classify and/cc/classify to/conj/classify diagnosis/pobj/to of/prep/diagnosis disease/pobj/of ./punct/are
(S (NP (NP (CD Two) (NNS methods)) (, ,) (NP (NP (DT the) (NNP Gram) (NN stain)) (CC and) (NP (DT the) (ADJP (NN acid) (HYPH -) (JJ fast)) (NN stain))) (, ,)) (VP (VBP are) (NP (NP (DT the) (JJ standard) (NNS approaches)) (VP (VBN used) (S (VP (VP (TO to) (VP (VB classify) (NP (NNS bacteria)))) (CC and) (PP (IN to) (NP (NP (NN diagnosis)) (PP (IN of) (NP (NN disease)))))))))) (. .))
T
['Two methods , the Gram stain and the acid - fast stain , are the standard approaches used to classify bacteria and to diagnosis of disease']
[]
['Two methods , the Gram stain and the acid - fast stain , are the standard approaches used to classify bacteria and to diagnosis of disease .']
[]
[]
32,507
However, the anarchist definition of federalism tends to differ from the definition of federalism assumed by pro-state political scientists.
(ROOT (S (ADVP (RB However)) (, ,) (NP (NP (DT the) (JJ anarchist) (NN definition)) (PP (IN of) (NP (NN federalism)))) (VP (VBZ tends) (S (VP (TO to) (VP (VB differ) (PP (IN from) (NP (NP (NP (DT the) (NN definition)) (PP (IN of) (NP (NN federalism)))) (VP (VBN assumed) (PP (IN by) (NP (ADJP (JJ pro) (HYPH -) (JJ state)) (JJ political) (NNS scientists)))))))))) (. .)))
13
{ "ADJ": [ "anarchist", "pro", "-", "state", "political" ], "ADP": [ "of", "from", "of", "by" ], "ADV": [ "However" ], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "definition", "federalism", "definition", "federalism", "scientists" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "tends", "differ", "assumed" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-PP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "O" ]
However/advmod/tends ,/punct/tends the/det/definition anarchist/amod/definition definition/nsubj/tends of/prep/definition federalism/pobj/of tends/ROOT/tends to/aux/differ differ/xcomp/tends from/prep/differ the/det/definition definition/pobj/from of/prep/definition federalism/pobj/of assumed/acl/federalism by/agent/assumed pro/amod/scientists -/amod/scientists state/amod/scientists political/amod/scientists scientists/pobj/by ./punct/tends
(S (ADVP (RB However)) (, ,) (NP (NP (DT the) (JJ anarchist) (NN definition)) (PP (IN of) (NP (NN federalism)))) (VP (VBZ tends) (S (VP (TO to) (VP (VB differ) (PP (IN from) (NP (NP (NP (DT the) (NN definition)) (PP (IN of) (NP (NN federalism)))) (VP (VBN assumed) (PP (IN by) (NP (ADJP (JJ pro) (HYPH -) (JJ state)) (JJ political) (NNS scientists)))))))))) (. .))
T
['the anarchist definition of federalism tends to differ from the definition of federalism assumed by pro - state political scientists']
[]
['However , the anarchist definition of federalism tends to differ from the definition of federalism assumed by pro - state political scientists .']
[]
[]
16,570
College sports are also popular in North Carolina, with 18 schools competing at the Division I level.
(ROOT (S (NP (NN College) (NNS sports)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ popular)) (PP (IN in) (NP (NNP North) (NNP Carolina))) (, ,) (PP (IN with) (S (NP (CD 18) (NNS schools)) (VP (VBG competing) (PP (IN at) (NP (DT the) (NML (NNP Division) (CD I)) (NN level))))))) (. .)))
10
{ "ADJ": [ "popular" ], "ADP": [ "in", "with", "at" ], "ADV": [ "also" ], "AUX": [ "are" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "College", "sports", "schools" ], "NUM": [ "18" ], "PART": [], "PRON": [ "I" ], "PROPN": [ "North", "Carolina", "Division" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "competing", "level" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-ADVP", "B-ADJP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "O", "O", "B-NP", "O" ]
College/compound/sports sports/nsubj/are are/ccomp/level also/advmod/are popular/acomp/are in/prep/are North/compound/Carolina Carolina/pobj/in ,/punct/are with/prep/are 18/nummod/schools schools/nsubj/competing competing/pcomp/with at/prep/competing the/det/Division Division/pobj/at I/nsubj/level level/ROOT/level ./punct/level
(S (NP (NN College) (NNS sports)) (VP (VBP are) (ADVP (RB also)) (ADJP (JJ popular)) (PP (IN in) (NP (NNP North) (NNP Carolina))) (, ,) (PP (IN with) (S (NP (CD 18) (NNS schools)) (VP (VBG competing) (PP (IN at) (NP (DT the) (NML (NNP Division) (CD I)) (NN level))))))) (. .))
T
['College sports are also popular in North Carolina , with 18 schools competing at the Division I level']
[]
['College sports are also popular in North Carolina , with 18 schools competing at the Division I level .']
[]
[]
55,007
In the undecided Battle of Tornow on 25 September, a Swedish army repulsed six assaults by a Prussian army but did not push on Berlin following the Battle of Fehrbellin.
(ROOT (S (PP (IN In) (NP (NP (DT the) (JJ undecided) (NNP Battle)) (PP (IN of) (NP (NNP Tornow))) (PP (IN on) (NP (CD 25) (NNP September))))) (, ,) (NP (DT a) (JJ Swedish) (NN army)) (VP (VP (VBD repulsed) (NP (NP (CD six) (NNS assaults)) (PP (IN by) (NP (DT a) (JJ Prussian) (NN army))))) (CC but) (VP (VBD did) (RB not) (VP (VB push) (PP (IN on) (NP (NNP Berlin))) (PP (VBG following) (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Fehrbellin)))))))) (. .)))
10
{ "ADJ": [ "undecided", "Swedish", "Prussian" ], "ADP": [ "In", "of", "on", "by", "on", "of" ], "ADV": [], "AUX": [ "did" ], "CCONJ": [ "but" ], "DET": [ "the", "a", "a", "the" ], "INTJ": [], "NOUN": [ "army", "assaults", "army" ], "NUM": [ "25", "six" ], "PART": [ "not" ], "PRON": [], "PROPN": [ "Battle", "Tornow", "September", "Berlin", "Battle", "Fehrbellin" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "repulsed", "push", "following" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O" ]
In/prep/repulsed the/det/Battle undecided/amod/Battle Battle/pobj/In of/prep/Battle Tornow/pobj/of on/prep/Battle 25/nummod/September September/pobj/on ,/punct/repulsed a/det/army Swedish/amod/army army/nsubj/repulsed repulsed/ROOT/repulsed six/nummod/assaults assaults/dobj/repulsed by/prep/repulsed a/det/army Prussian/amod/army army/pobj/by but/cc/repulsed did/aux/push not/neg/push push/conj/repulsed on/prep/push Berlin/pobj/on following/prep/push the/det/Battle Battle/pobj/following of/prep/Battle Fehrbellin/pobj/of ./punct/repulsed
(S (PP (IN In) (NP (NP (DT the) (JJ undecided) (NNP Battle)) (PP (IN of) (NP (NNP Tornow))) (PP (IN on) (NP (CD 25) (NNP September))))) (, ,) (NP (DT a) (JJ Swedish) (NN army)) (VP (VP (VBD repulsed) (NP (NP (CD six) (NNS assaults)) (PP (IN by) (NP (DT a) (JJ Prussian) (NN army))))) (CC but) (VP (VBD did) (RB not) (VP (VB push) (PP (IN on) (NP (NNP Berlin))) (PP (VBG following) (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Fehrbellin)))))))) (. .))
T
['a Swedish army repulsed six assaults by a Prussian army but did not push on Berlin following the Battle of Fehrbellin']
[]
['In the undecided Battle of Tornow on 25 September , a Swedish army repulsed six assaults by a Prussian army but did not push on Berlin following the Battle of Fehrbellin .']
[]
[]
75,417
What language does the term "prehensio" come from?
(ROOT (SBARQ (WHNP (WP What) (NN language)) (SQ (VBZ does) (NP (DT the) (NN term) (`` ") (NN prehensio) ('' ")) (VP (VB come) (PP (IN from)))) (. ?)))
6
{ "ADJ": [], "ADP": [ "from" ], "ADV": [], "AUX": [ "does" ], "CCONJ": [], "DET": [ "What", "the" ], "INTJ": [], "NOUN": [ "language", "term" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "prehensio" ], "PUNCT": [ "\"", "\"", "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "come" ], "X": [] }
[ "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "O" ]
What/det/language language/pobj/from does/aux/come the/det/term term/nsubj/come "/punct/prehensio prehensio/appos/term "/punct/prehensio come/ROOT/come from/prep/come ?/punct/come
(SBARQ (WHNP (WP What) (NN language)) (SQ (VBZ does) (NP (DT the) (NN term) (`` ") (NN prehensio) ('' ")) (VP (VB come) (PP (IN from)))) (. ?))
FC
[]
[]
[]
[]
['What language does the term " prehensio " come from ?']
40,946
The term Nasara rose to prominence in July 2014, after the Fall of Mosul to the terrorist organization Islamic State of Iraq and the Levant.
(ROOT (S (NP (DT The) (NN term) (NNP Nasara)) (VP (VBD rose) (PP (IN to) (NP (NN prominence))) (PP (IN in) (NP (NNP July) (CD 2014))) (, ,) (PP (IN after) (NP (NP (DT the) (NNP Fall)) (PP (IN of) (NP (NNP Mosul))) (PP (IN to) (NP (NP (NP (DT the) (JJ terrorist) (NN organization)) (NP (NP (NNP Islamic) (NNP State)) (PP (IN of) (NP (NNP Iraq))))) (CC and) (NP (DT the) (NNP Levant))))))) (. .)))
12
{ "ADJ": [ "terrorist" ], "ADP": [ "to", "in", "after", "of", "to", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "the", "the", "the" ], "INTJ": [], "NOUN": [ "term", "prominence", "Fall", "organization" ], "NUM": [ "2014" ], "PART": [], "PRON": [], "PROPN": [ "Nasara", "July", "Mosul", "Islamic", "State", "Iraq", "Levant" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "rose" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/term term/nsubj/rose Nasara/appos/term rose/ROOT/rose to/prep/rose prominence/pobj/to in/prep/rose July/pobj/in 2014/nummod/July ,/punct/rose after/prep/rose the/det/Fall Fall/pobj/after of/prep/Fall Mosul/pobj/of to/prep/Fall the/det/organization terrorist/amod/organization organization/pobj/to Islamic/compound/State State/appos/organization of/prep/State Iraq/pobj/of and/cc/State the/det/Levant Levant/conj/State ./punct/rose
(S (NP (DT The) (NN term) (NNP Nasara)) (VP (VBD rose) (PP (IN to) (NP (NN prominence))) (PP (IN in) (NP (NNP July) (CD 2014))) (, ,) (PP (IN after) (NP (NP (DT the) (NNP Fall)) (PP (IN of) (NP (NNP Mosul))) (PP (IN to) (NP (NP (NP (DT the) (JJ terrorist) (NN organization)) (NP (NP (NNP Islamic) (NNP State)) (PP (IN of) (NP (NNP Iraq))))) (CC and) (NP (DT the) (NNP Levant))))))) (. .))
T
['The term Nasara rose to prominence in July 2014 , after the Fall of Mosul to the terrorist organization Islamic State of Iraq and the Levant']
[]
['The term Nasara rose to prominence in July 2014 , after the Fall of Mosul to the terrorist organization Islamic State of Iraq and the Levant .']
[]
[]
45,552
The Spanish introduced Christianity, cattle, horses, sheep, the Spanish language, and more to Florida.[full citation needed]
(ROOT (S (NP (DT The) (NNPS Spanish)) (VP (VBD introduced) (NP (NP (NNP Christianity)) (, ,) (NP (NNS cattle)) (, ,) (NP (NNS horses)) (, ,) (NP (NNS sheep)) (, ,) (NP (DT the) (JJ Spanish) (NN language)) (, ,) (CC and) (NP (JJR more))) (PP (IN to) (NP (NP (JJ Florida.-LSB-full) (NN citation)) (VP (VBN needed))))) (-RRB- -RSB-)))
7
{ "ADJ": [ "Spanish", "more", "Florida.[full" ], "ADP": [ "to" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [ "cattle", "horses", "sheep", "language", "citation" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Spanish", "Christianity" ], "PUNCT": [ ",", ",", ",", ",", ",", "]" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "introduced", "needed" ], "X": [] }
[ "B-NP", "I-NP", "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", "B-PP", "B-NP", "I-NP", "B-VP", "O" ]
The/det/Spanish Spanish/nsubj/introduced introduced/ROOT/introduced Christianity/dobj/introduced ,/punct/Christianity cattle/conj/Christianity ,/punct/cattle horses/conj/cattle ,/punct/horses sheep/conj/horses ,/punct/sheep the/det/language Spanish/amod/language language/conj/sheep ,/punct/language and/cc/language more/advmod/needed to/prep/more Florida.[full/amod/citation citation/pobj/to needed/conj/language ]/punct/needed
(S (NP (DT The) (NNPS Spanish)) (VP (VBD introduced) (NP (NP (NNP Christianity)) (, ,) (NP (NNS cattle)) (, ,) (NP (NNS horses)) (, ,) (NP (NNS sheep)) (, ,) (NP (DT the) (JJ Spanish) (NN language)) (, ,) (CC and) (NP (JJR more))) (PP (IN to) (NP (NP (JJ Florida.-LSB-full) (NN citation)) (VP (VBN needed))))) (-RRB- -RSB-))
T
['The Spanish introduced Christianity , cattle , horses , sheep , the Spanish language , and more to Florida.-LSB-full citation needed']
[]
['The Spanish introduced Christianity , cattle , horses , sheep , the Spanish language , and more to Florida.-LSB-full citation needed -RSB-']
[]
[]
50,960