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
In 2013, the northern atolls of the Marshall Islands experienced drought.
(ROOT (S (PP (IN In) (NP (CD 2013))) (, ,) (NP (NP (DT the) (JJ northern) (NNS atolls)) (PP (IN of) (NP (DT the) (NNP Marshall) (NNPS Islands)))) (VP (VBD experienced) (NP (NN drought))) (. .)))
6
{ "ADJ": [ "northern" ], "ADP": [ "In", "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "atolls", "drought" ], "NUM": [ "2013" ], "PART": [], "PRON": [], "PROPN": [ "Marshall", "Islands" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "experienced" ], "X": [] }
[ "B-PP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "O" ]
In/prep/experienced 2013/pobj/In ,/punct/experienced the/det/atolls northern/amod/atolls atolls/nsubj/experienced of/prep/atolls the/det/Islands Marshall/compound/Islands Islands/pobj/of experienced/ROOT/experienced drought/dobj/experienced ./punct/experienced
(S (PP (IN In) (NP (CD 2013))) (, ,) (NP (NP (DT the) (JJ northern) (NNS atolls)) (PP (IN of) (NP (DT the) (NNP Marshall) (NNPS Islands)))) (VP (VBD experienced) (NP (NN drought))) (. .))
T
['the northern atolls of the Marshall Islands experienced drought']
[]
['In 2013 , the northern atolls of the Marshall Islands experienced drought .']
[]
[]
54,167
One hub—built into the host controller—is the root hub.
(ROOT (S (NP (NP (CD One) (NN hub)) (: —) (VP (VBN built) (PP (IN into) (NP (DT the) (NN host) (NN controller)))) (: —)) (VP (VBZ is) (NP (DT the) (NN root) (NN hub))) (. .)))
7
{ "ADJ": [], "ADP": [ "into" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "hub", "host", "controller", "root", "hub" ], "NUM": [ "One" ], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "—", "—", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "built" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O" ]
One/nummod/hub hub/nsubj/is —/punct/hub built/acl/hub into/prep/built the/det/controller host/compound/controller controller/pobj/into —/punct/hub is/ROOT/is the/det/hub root/compound/hub hub/attr/is ./punct/is
(S (NP (NP (CD One) (NN hub)) (: —) (VP (VBN built) (PP (IN into) (NP (DT the) (NN host) (NN controller)))) (: —)) (VP (VBZ is) (NP (DT the) (NN root) (NN hub))) (. .))
T
['One hub — built into the host controller — is the root hub']
[]
['One hub — built into the host controller — is the root hub .']
[]
[]
68,478
Who are debates and meetings open to?
(ROOT (SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NNS debates) (CC and) (NNS meetings)) (ADJP (JJ open) (PP (IN to)))) (. ?)))
6
{ "ADJ": [ "open" ], "ADP": [ "to" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "debates", "meetings" ], "NUM": [], "PART": [], "PRON": [ "Who" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "B-NP", "I-NP", "I-NP", "B-ADJP", "B-PP", "O" ]
Who/nsubj/are are/ROOT/are debates/attr/are and/cc/debates meetings/conj/debates open/amod/debates to/prep/open ?/punct/are
(SBARQ (WHNP (WP Who)) (SQ (VBP are) (NP (NNS debates) (CC and) (NNS meetings)) (ADJP (JJ open) (PP (IN to)))) (. ?))
FC
[]
[]
[]
[]
['Who are debates and meetings open to ?']
51,228
It was officially declared a city by Queen Victoria in 1847, after which it became the capital of the newly founded colony of Victoria in 1851.
(ROOT (S (NP (PRP It)) (VP (VBD was) (ADVP (RB officially)) (VP (VBN declared) (S (NP (DT a) (NN city))) (PP (IN by) (NP (NNP Queen) (NNP Victoria))) (PP (IN in) (NP (NP (CD 1847)) (, ,) (SBAR (WHPP (IN after) (WHNP (WDT which))) (S (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (NN capital)) (PP (IN of) (NP (NP (DT the) (ADJP (RB newly) (VBN founded)) (NN colony)) (PP (IN of) (NP (NNP Victoria)))))) (PP (IN in) (NP (CD 1851)))))))))) (. .)))
15
{ "ADJ": [], "ADP": [ "by", "in", "after", "of", "of", "in" ], "ADV": [ "officially", "newly" ], "AUX": [ "was" ], "CCONJ": [], "DET": [ "a", "the", "the" ], "INTJ": [], "NOUN": [ "city", "capital", "colony" ], "NUM": [ "1847", "1851" ], "PART": [], "PRON": [ "It", "which", "it" ], "PROPN": [ "Queen", "Victoria", "Victoria" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "declared", "became", "founded" ], "X": [] }
[ "B-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
It/nsubjpass/declared was/auxpass/declared officially/advmod/declared declared/ROOT/declared a/det/city city/oprd/declared by/prep/city Queen/compound/Victoria Victoria/pobj/by in/prep/declared 1847/pobj/in ,/punct/declared after/prep/became which/pobj/after it/nsubj/became became/advcl/declared the/det/capital capital/attr/became of/prep/capital the/det/colony newly/advmod/founded founded/amod/colony colony/pobj/of of/prep/colony Victoria/pobj/of in/prep/became 1851/pobj/in ./punct/declared
(S (NP (PRP It)) (VP (VBD was) (ADVP (RB officially)) (VP (VBN declared) (S (NP (DT a) (NN city))) (PP (IN by) (NP (NNP Queen) (NNP Victoria))) (PP (IN in) (NP (NP (CD 1847)) (, ,) (SBAR (WHPP (IN after) (WHNP (WDT which))) (S (NP (PRP it)) (VP (VBD became) (NP (NP (DT the) (NN capital)) (PP (IN of) (NP (NP (DT the) (ADJP (RB newly) (VBN founded)) (NN colony)) (PP (IN of) (NP (NNP Victoria)))))) (PP (IN in) (NP (CD 1851)))))))))) (. .))
CT
['It was officially declared a city by Queen Victoria in 1847 , after which it became the capital of the newly founded colony of Victoria in 1851']
['after which it became the capital of the newly founded colony of Victoria in 1851']
[]
['It was officially declared a city by Queen Victoria in 1847 , after which it became the capital of the newly founded colony of Victoria in 1851 .']
[]
44,796
The satellites themselves were based on the Chinese DFH-3 geostationary communications satellite and had a launch weight of 1,000 kilograms (2,200 pounds) each.
(ROOT (S (NP (NP (DT The) (NNS satellites)) (NP (PRP themselves))) (VP (VP (VBD were) (VP (VBN based) (PP (IN on) (NP (DT the) (JJ Chinese) (NML (CD DFH-3)) (NML (JJ geostationary) (NNS communications)) (NN satellite))))) (CC and) (VP (VBD had) (NP (NP (DT a) (NN launch) (NN weight)) (PP (IN of) (NP (NP (NP (CD 1,000) (NNS kilograms)) (-LRB- -LRB-) (NP (CD 2,200) (NNS pounds)) (-RRB- -RRB-)) (NP (DT each))))))) (. .)))
10
{ "ADJ": [ "Chinese" ], "ADP": [ "on", "of" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "a" ], "INTJ": [], "NOUN": [ "satellites", "DFH-3", "communications", "satellite", "launch", "weight", "kilograms", "pounds" ], "NUM": [ "1,000", "2,200" ], "PART": [], "PRON": [ "themselves", "each" ], "PROPN": [ "geostationary" ], "PUNCT": [ "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "based", "had" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/satellites satellites/nsubjpass/based themselves/appos/satellites were/auxpass/based based/ROOT/based on/prep/based the/det/satellite Chinese/amod/DFH-3 DFH-3/compound/satellite geostationary/compound/satellite communications/compound/satellite satellite/pobj/on and/cc/based had/conj/based a/det/weight launch/compound/weight weight/dobj/had of/prep/weight 1,000/nummod/kilograms kilograms/pobj/of (/punct/pounds 2,200/nummod/pounds pounds/appos/kilograms )/punct/kilograms each/appos/kilograms ./punct/based
(S (NP (NP (DT The) (NNS satellites)) (NP (PRP themselves))) (VP (VP (VBD were) (VP (VBN based) (PP (IN on) (NP (DT the) (JJ Chinese) (NML (CD DFH-3)) (NML (JJ geostationary) (NNS communications)) (NN satellite))))) (CC and) (VP (VBD had) (NP (NP (DT a) (NN launch) (NN weight)) (PP (IN of) (NP (NP (NP (CD 1,000) (NNS kilograms)) (-LRB- -LRB-) (NP (CD 2,200) (NNS pounds)) (-RRB- -RRB-)) (NP (DT each))))))) (. .))
T
['The satellites themselves were based on the Chinese DFH-3 geostationary communications satellite and had a launch weight of 1,000 kilograms -LRB- 2,200 pounds -RRB- each']
[]
['The satellites themselves were based on the Chinese DFH-3 geostationary communications satellite and had a launch weight of 1,000 kilograms -LRB- 2,200 pounds -RRB- each .']
[]
[]
26,704
Reconstruction of the station was finished on September 1, 2005.
(ROOT (S (NP (NP (NN Reconstruction)) (PP (IN of) (NP (DT the) (NN station)))) (VP (VBD was) (VP (VBN finished) (PP (IN on) (NP (NNP September) (CD 1) (, ,) (CD 2005))))) (. .)))
7
{ "ADJ": [], "ADP": [ "of", "on" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "Reconstruction", "station" ], "NUM": [ "1", "2005" ], "PART": [], "PRON": [], "PROPN": [ "September" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "finished" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
Reconstruction/nsubjpass/finished of/prep/Reconstruction the/det/station station/pobj/of was/auxpass/finished finished/ROOT/finished on/prep/finished September/pobj/on 1/nummod/September ,/punct/September 2005/nummod/September ./punct/finished
(S (NP (NP (NN Reconstruction)) (PP (IN of) (NP (DT the) (NN station)))) (VP (VBD was) (VP (VBN finished) (PP (IN on) (NP (NNP September) (CD 1) (, ,) (CD 2005))))) (. .))
T
['Reconstruction of the station was finished on September 1 , 2005']
[]
['Reconstruction of the station was finished on September 1 , 2005 .']
[]
[]
14,673
The SEPTA power distribution system uses a 2:1 ratio autotransformer system, with the catenary fed at 12 kV and a return feeder wire fed at 24 kV. The New York, New Haven and Hartford Railroad used an 11 kV system between New York City and New Haven, Connecticut which was converted to 12.5 kV 60 Hz in 1987.
(ROOT (S (NP (DT The) (NNP SEPTA) (NML (NN power) (NN distribution)) (NN system)) (VP (VBZ uses) (NP (NP (DT a) (NML (CD 2:1) (NN ratio)) (NN autotransformer) (NN system)) (, ,) (PP (IN with) (S (NP (DT the) (NN catenary)) (VP (VBN fed) (PP (IN at) (NP (CD 12) (NN kV)))))) (CC and) (NP (NP (NP (DT a) (NML (NN return) (NN feeder)) (NN wire)) (VP (VP (VBN fed) (PP (IN at) (CD 24))) (. kV.)) (NP (DT The) (NML (NML (NNP New) (NNP York)) (, ,) (NML (NNP New) (NNP Haven)) (CC and) (NML (NNP Hartford))) (NNP Railroad))) (VP (VBD used) (NP (NP (NP (DT an) (NML (CD 11) (NN kV)) (NN system)) (PP (IN between) (NP (NP (NML (NNP New) (NNP York)) (NNP City)) (CC and) (NP (NP (NNP New) (NNP Haven)) (, ,) (NP (NNP Connecticut)))))) (SBAR (WHNP (WDT which)) (S (VP (VBD was) (VP (VBN converted) (PP (IN to) (NP (NML (CD 12.5) (NN kV)) (CD 60) (NNS Hz))) (PP (IN in) (NP (CD 1987)))))))))))) (. .)))
15
{ "ADJ": [], "ADP": [ "with", "at", "at", "between", "to", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "The", "a", "the", "a", "The", "an" ], "INTJ": [], "NOUN": [ "power", "distribution", "system", "ratio", "autotransformer", "system", "catenary", "kV", "return", "feeder", "wire", "kV.", "system" ], "NUM": [ "2:1", "12", "24", "11", "kV", "12.5", "kV", "60", "1987" ], "PART": [], "PRON": [ "which" ], "PROPN": [ "SEPTA", "fed", "New", "York", "New", "Haven", "Hartford", "Railroad", "New", "York", "City", "New", "Haven", "Connecticut", "Hz" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "uses", "fed", "used", "converted" ], "X": [] }
[ "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-NP", "O", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-PP", "I-PP", "B-VP", "B-NP", "O", "O", "O", "O", "O", "O", "O...
The/det/system SEPTA/compound/system power/compound/distribution distribution/compound/system system/nsubj/uses uses/ccomp/used a/det/system 2:1/nummod/system ratio/compound/system autotransformer/compound/system system/dobj/uses ,/punct/uses with/prep/uses the/det/catenary catenary/nsubj/fed fed/pobj/with at/prep/fed 12/nummod/kV kV/pobj/at and/cc/fed a/det/wire return/compound/feeder feeder/compound/wire wire/dobj/uses fed/acl/wire at/prep/fed 24/nummod/kV. kV./pobj/at The/det/York New/compound/York York/pobj/at ,/punct/used New/compound/Haven Haven/nsubj/used and/cc/Haven Hartford/compound/Railroad Railroad/conj/Haven used/ROOT/used an/det/system 11/nummod/kV kV/compound/system system/dobj/used between/prep/system New/compound/York York/compound/City City/pobj/between and/cc/City New/compound/Haven Haven/conj/City ,/punct/Haven Connecticut/appos/City which/nsubjpass/converted was/auxpass/converted converted/relcl/system to/prep/converted 12.5/nummod/kV kV/pobj/to 60/nummod/Hz Hz/pobj/to in/prep/converted 1987/pobj/in ./punct/used
(S (NP (DT The) (NNP SEPTA) (NML (NN power) (NN distribution)) (NN system)) (VP (VBZ uses) (NP (NP (DT a) (NML (CD 2:1) (NN ratio)) (NN autotransformer) (NN system)) (, ,) (PP (IN with) (S (NP (DT the) (NN catenary)) (VP (VBN fed) (PP (IN at) (NP (CD 12) (NN kV)))))) (CC and) (NP (NP (NP (DT a) (NML (NN return) (NN feeder)) (NN wire)) (VP (VP (VBN fed) (PP (IN at) (CD 24))) (. kV.)) (NP (DT The) (NML (NML (NNP New) (NNP York)) (, ,) (NML (NNP New) (NNP Haven)) (CC and) (NML (NNP Hartford))) (NNP Railroad))) (VP (VBD used) (NP (NP (NP (DT an) (NML (CD 11) (NN kV)) (NN system)) (PP (IN between) (NP (NP (NML (NNP New) (NNP York)) (NNP City)) (CC and) (NP (NP (NNP New) (NNP Haven)) (, ,) (NP (NNP Connecticut)))))) (SBAR (WHNP (WDT which)) (S (VP (VBD was) (VP (VBN converted) (PP (IN to) (NP (NML (CD 12.5) (NN kV)) (CD 60) (NNS Hz))) (PP (IN in) (NP (CD 1987)))))))))))) (. .))
CT
['The SEPTA power distribution system uses a 2:1 ratio autotransformer system , with the catenary fed at 12 kV and a return feeder wire fed at 24 kV. The New York , New Haven and Hartford Railroad used an 11 kV system between New York City and New Haven , Connecticut which was converted to 12.5 kV 60 Hz in 1987']
['which was converted to 12.5 kV 60 Hz in 1987']
[]
['The SEPTA power distribution system uses a 2:1 ratio autotransformer system , with the catenary fed at 12 kV and a return feeder wire fed at 24 kV. The New York , New Haven and Hartford Railroad used an 11 kV system between New York City and New Haven , Connecticut which was converted to 12.5 kV 60 Hz in 1987 .']
[]
46,891
Like other historical languages, Old English has been used by scholars and enthusiasts of later periods to create texts either imitating Anglo-Saxon literature or deliberately transferring it to a different cultural context.
(ROOT (S (PP (IN Like) (NP (JJ other) (JJ historical) (NNS languages))) (, ,) (NP (JJ Old) (NNP English)) (VP (VBZ has) (VP (VBN been) (VP (VBN used) (PP (IN by) (NP (NP (NNS scholars) (CC and) (NNS enthusiasts)) (PP (IN of) (NP (JJ later) (NNS periods))))) (S (VP (TO to) (VP (VB create) (NP (NP (NNS texts)) (VP (CC either) (VP (VBG imitating) (NP (ADJP (JJ Anglo) (HYPH -) (JJ Saxon)) (NN literature))) (CC or) (ADVP (RB deliberately)) (VP (VBG transferring) (NP (PRP it)) (PP (IN to) (NP (DT a) (JJ different) (JJ cultural) (NN context)))))))))))) (. .)))
14
{ "ADJ": [ "other", "historical", "later", "Anglo", "Saxon", "different", "cultural" ], "ADP": [ "Like", "by", "of", "to" ], "ADV": [ "deliberately" ], "AUX": [ "has", "been" ], "CCONJ": [ "and", "either", "or" ], "DET": [ "a" ], "INTJ": [], "NOUN": [ "languages", "scholars", "enthusiasts", "periods", "texts", "literature", "context" ], "NUM": [], "PART": [ "to" ], "PRON": [ "it" ], "PROPN": [ "Old", "English" ], "PUNCT": [ ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "used", "create", "imitating", "transferring" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-VP", "I-VP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "B-PP", "...
Like/prep/used other/amod/languages historical/amod/languages languages/pobj/Like ,/punct/used Old/compound/English English/nsubjpass/used has/aux/used been/auxpass/used used/ROOT/used by/agent/used scholars/pobj/by and/cc/scholars enthusiasts/conj/scholars of/prep/scholars later/amod/periods periods/pobj/of to/aux/create create/xcomp/used texts/dobj/create either/preconj/imitating imitating/advcl/create Anglo/amod/Saxon -/punct/Saxon Saxon/compound/literature literature/dobj/imitating or/cc/imitating deliberately/advmod/transferring transferring/conj/imitating it/dobj/transferring to/prep/transferring a/det/context different/amod/context cultural/amod/context context/pobj/to ./punct/used
(S (PP (IN Like) (NP (JJ other) (JJ historical) (NNS languages))) (, ,) (NP (JJ Old) (NNP English)) (VP (VBZ has) (VP (VBN been) (VP (VBN used) (PP (IN by) (NP (NP (NNS scholars) (CC and) (NNS enthusiasts)) (PP (IN of) (NP (JJ later) (NNS periods))))) (S (VP (TO to) (VP (VB create) (NP (NP (NNS texts)) (VP (CC either) (VP (VBG imitating) (NP (ADJP (JJ Anglo) (HYPH -) (JJ Saxon)) (NN literature))) (CC or) (ADVP (RB deliberately)) (VP (VBG transferring) (NP (PRP it)) (PP (IN to) (NP (DT a) (JJ different) (JJ cultural) (NN context)))))))))))) (. .))
T
['Old English has been used by scholars and enthusiasts of later periods to create texts either imitating Anglo - Saxon literature or deliberately transferring it to a different cultural context']
[]
['Like other historical languages , Old English has been used by scholars and enthusiasts of later periods to create texts either imitating Anglo - Saxon literature or deliberately transferring it to a different cultural context .']
[]
[]
6,754
Universal Time (UT) is the modern term for the international telescope-based system, adopted to replace "Greenwich Mean Time" in 1928 by the International Astronomical Union.
(ROOT (S (NP (NP (NNP Universal) (NNP Time)) (-LRB- -LRB-) (NP (NNP UT)) (-RRB- -RRB-)) (VP (VBZ is) (NP (NP (DT the) (JJ modern) (NN term)) (PP (IN for) (NP (NP (DT the) (JJ international) (ADJP (NN telescope) (HYPH -) (VBN based)) (NN system)) (, ,) (VP (VBN adopted) (S (VP (TO to) (VP (VB replace) (`` ") (NP (NNP Greenwich) (NNP Mean) (NNP Time)) ('' ") (PP (IN in) (NP (CD 1928))) (PP (IN by) (NP (DT the) (NNP International) (NNP Astronomical) (NNP Union))))))))))) (. .)))
13
{ "ADJ": [ "modern", "international" ], "ADP": [ "for", "in", "by" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "term", "telescope", "system" ], "NUM": [ "1928" ], "PART": [ "to" ], "PRON": [], "PROPN": [ "Universal", "Time", "UT", "Greenwich", "Mean", "Time", "International", "Astronomical", "Union" ], "PUNCT": [ "(", ")", "-", ",", "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "based", "adopted", "replace" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", ...
Universal/compound/Time Time/nsubj/is (/punct/Time UT/appos/Time )/punct/Time is/ROOT/is the/det/term modern/amod/term term/attr/is for/prep/term the/det/system international/amod/system telescope/npadvmod/based -/punct/based based/amod/system system/pobj/for ,/punct/term adopted/acl/term to/aux/replace replace/advcl/adopted "/punct/replace Greenwich/compound/Time Mean/compound/Time Time/dobj/replace "/punct/replace in/prep/replace 1928/pobj/in by/prep/replace the/det/Union International/compound/Union Astronomical/compound/Union Union/pobj/by ./punct/is
(S (NP (NP (NNP Universal) (NNP Time)) (-LRB- -LRB-) (NP (NNP UT)) (-RRB- -RRB-)) (VP (VBZ is) (NP (NP (DT the) (JJ modern) (NN term)) (PP (IN for) (NP (NP (DT the) (JJ international) (ADJP (NN telescope) (HYPH -) (VBN based)) (NN system)) (, ,) (VP (VBN adopted) (S (VP (TO to) (VP (VB replace) (`` ") (NP (NNP Greenwich) (NNP Mean) (NNP Time)) ('' ") (PP (IN in) (NP (CD 1928))) (PP (IN by) (NP (DT the) (NNP International) (NNP Astronomical) (NNP Union))))))))))) (. .))
T
['Universal Time -LRB- UT -RRB- is the modern term for the international telescope - based system , adopted to replace " Greenwich Mean Time " in 1928 by the International Astronomical Union']
[]
['Universal Time -LRB- UT -RRB- is the modern term for the international telescope - based system , adopted to replace " Greenwich Mean Time " in 1928 by the International Astronomical Union .']
[]
[]
52,135
Owing to the century long Turco-Iranian geo-political rivalry that would last in Western Asia, significant parts of the region were frequently fought over between the two rivalling empires.
(ROOT (S (PP (VBG Owing) (PP (IN to) (NP (NP (DT the) (ADJP (NN century) (JJ long)) (JJ Turco) (HYPH -) (JJ Iranian) (JJ geo) (HYPH -) (JJ political) (NN rivalry)) (SBAR (WHNP (WDT that)) (S (VP (MD would) (VP (VB last) (PP (IN in) (NP (NNP Western) (NNP Asia)))))))))) (, ,) (NP (NP (JJ significant) (NNS parts)) (PP (IN of) (NP (DT the) (NN region)))) (VP (VBD were) (ADVP (RB frequently)) (VP (VBN fought) (PRT (RP over)) (PP (IN between) (NP (DT the) (CD two) (VBG rivalling) (NNS empires))))) (. .)))
12
{ "ADJ": [ "Turco", "Iranian", "political", "significant" ], "ADP": [ "to", "in", "of", "over", "between" ], "ADV": [ "long", "frequently" ], "AUX": [ "would", "were" ], "CCONJ": [], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "century", "geo", "rivalry", "parts", "region", "empires" ], "NUM": [ "two" ], "PART": [], "PRON": [ "that" ], "PROPN": [ "Western", "Asia" ], "PUNCT": [ "-", "-", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "Owing", "last", "fought", "rivalling" ], "X": [] }
[ "B-PP", "I-PP", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O", "B-PP", "B-NP", "I-NP", "I-NP", ...
Owing/advcl/fought to/prep/Owing the/det/century century/pobj/to long/advmod/Owing Turco/amod/Iranian -/punct/Iranian Iranian/amod/rivalry geo/npadvmod/political -/punct/political political/amod/rivalry rivalry/preconj/Owing that/nsubj/last would/aux/last last/relcl/rivalry in/prep/last Western/compound/Asia Asia/pobj/in ,/punct/fought significant/amod/parts parts/nsubjpass/fought of/prep/parts the/det/region region/pobj/of were/auxpass/fought frequently/advmod/fought fought/ROOT/fought over/prt/fought between/prep/fought the/det/empires two/nummod/empires rivalling/amod/empires empires/pobj/between ./punct/fought
(S (PP (VBG Owing) (PP (IN to) (NP (NP (DT the) (ADJP (NN century) (JJ long)) (JJ Turco) (HYPH -) (JJ Iranian) (JJ geo) (HYPH -) (JJ political) (NN rivalry)) (SBAR (WHNP (WDT that)) (S (VP (MD would) (VP (VB last) (PP (IN in) (NP (NNP Western) (NNP Asia)))))))))) (, ,) (NP (NP (JJ significant) (NNS parts)) (PP (IN of) (NP (DT the) (NN region)))) (VP (VBD were) (ADVP (RB frequently)) (VP (VBN fought) (PRT (RP over)) (PP (IN between) (NP (DT the) (CD two) (VBG rivalling) (NNS empires))))) (. .))
CT
['significant parts of the region were frequently fought over between the two rivalling empires']
['that would last in Western Asia']
[]
['Owing to the century long Turco - Iranian geo - political rivalry that would last in Western Asia , significant parts of the region were frequently fought over between the two rivalling empires .']
[]
22,317
Upon their September 2007 releases, Graduation outsold Curtis by a large margin, debuting at number one on the U.S. Billboard 200 chart and selling 957,000 copies in its first week.
(ROOT (S (PP (IN Upon) (NP (PRP$ their) (NML (NNP September) (CD 2007)) (NNS releases))) (, ,) (NP (NNP Graduation)) (VP (VBD outsold) (NP (NNP Curtis)) (PP (IN by) (NP (DT a) (JJ large) (NN margin))) (, ,) (S (VP (VP (VBG debuting) (PP (IN at) (NP (NP (NN number) (CD one)) (PP (IN on) (NP (DT the) (NNP U.S.) (NNP Billboard) (CD 200) (NN chart)))))) (CC and) (VP (VBG selling) (NP (CD 957,000) (NNS copies)) (PP (IN in) (NP (PRP$ its) (JJ first) (NN week))))))) (. .)))
11
{ "ADJ": [ "large", "first" ], "ADP": [ "by", "at", "on", "in" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "releases", "margin", "number", "chart", "copies", "week" ], "NUM": [ "2007", "one", "200", "957,000" ], "PART": [], "PRON": [ "their", "its" ], "PROPN": [ "September", "Graduation", "Curtis", "U.S.", "Billboard" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "Upon" ], "SPACE": [], "SYM": [], "VERB": [ "outsold", "debuting", "selling" ], "X": [] }
[ "B-PP", "B-NP", "O", "O", "B-NP", "O", "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Upon/prep/outsold their/poss/releases September/nmod/releases 2007/nummod/September releases/pobj/Upon ,/punct/outsold Graduation/nsubj/outsold outsold/ROOT/outsold Curtis/dobj/outsold by/prep/outsold a/det/margin large/amod/margin margin/pobj/by ,/punct/outsold debuting/advcl/outsold at/prep/debuting number/pobj/at one/nummod/number on/prep/debuting the/det/Billboard U.S./compound/Billboard Billboard/nmod/chart 200/nummod/chart chart/pobj/on and/cc/debuting selling/conj/debuting 957,000/nummod/copies copies/dobj/selling in/prep/selling its/poss/week first/amod/week week/pobj/in ./punct/outsold
(S (PP (IN Upon) (NP (PRP$ their) (NML (NNP September) (CD 2007)) (NNS releases))) (, ,) (NP (NNP Graduation)) (VP (VBD outsold) (NP (NNP Curtis)) (PP (IN by) (NP (DT a) (JJ large) (NN margin))) (, ,) (S (VP (VP (VBG debuting) (PP (IN at) (NP (NP (NN number) (CD one)) (PP (IN on) (NP (DT the) (NNP U.S.) (NNP Billboard) (CD 200) (NN chart)))))) (CC and) (VP (VBG selling) (NP (CD 957,000) (NNS copies)) (PP (IN in) (NP (PRP$ its) (JJ first) (NN week))))))) (. .))
T
['Graduation outsold Curtis by a large margin , debuting at number one on the U.S. Billboard 200 chart and selling 957,000 copies in its first week']
[]
['Upon their September 2007 releases , Graduation outsold Curtis by a large margin , debuting at number one on the U.S. Billboard 200 chart and selling 957,000 copies in its first week .']
[]
[]
13,561
As a god of archery, Apollo was known as Aphetor (/əˈfiːtər/ ə-FEE-tər; Ἀφήτωρ, Aphētōr, from ἀφίημι, "to let loose") or Aphetorus (/əˈfɛtərəs/ ə-FET-ər-əs; Ἀφητόρος, Aphētoros, of the same origin), Argyrotoxus (/ˌɑːrdʒᵻrəˈtɒksəs/ AR-ji-rə-TOK-səs; Ἀργυρότοξος, Argyrotoxos, literally "with silver bow"), Hecaërgus (/ˌhɛkiˈɜːrɡəs/ HEK-ee-UR-gəs; Ἑκάεργος, Hekaergos, literally "far-shooting"), and Hecebolus (/hᵻˈsɛbələs/ hi-SEB-ə-ləs; Ἑκηβόλος, Hekēbolos, literally "far-shooting").
(ROOT (S (PP (IN As) (NP (NP (DT a) (NN god)) (PP (IN of) (NP (NN archery))))) (, ,) (NP (NNP Apollo)) (VP (VBD was) (VP (VBN known) (PP (IN as) (NP (NP (NP (NNP Aphetor)) (-LRB- -LRB-) ('' /əˈfiːtər/) (-LRB- ə) (HYPH -) (NP (NNP FEE) (HYPH -) (NN tər)) (: ;) (-LRB- Ἀφήτωρ) (, ,) (NP (NNP Aphētōr)) (, ,) (PP (IN from) (NP (NN ἀφίημι))) (, ,) (`` ") (S (VP (TO to) (VP (VB let) (ADJP (JJ loose))))) (-RRB- ") (-RRB- -RRB-)) (CC or) (NP (NP (NP (NNP Aphetorus)) (-LRB- -LRB-) (-LRB- /əˈfɛtərəs/) (-LRB- ə) (HYPH -) (NNP FET) (HYPH -) (NN ər) (HYPH -) (NNP əs) (: ;) (NP (-LRB- Ἀφητόρος) (, ,) (NP (NP (NNP Aphētoros)) (, ,) (PP (IN of) (NP (DT the) (JJ same) (NN origin))))) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Argyrotoxus)) (-LRB- -LRB-) (SYM /ˌɑːrdʒᵻrəˈtɒksəs/) (NP (NML (NP (NNP AR)) (HYPH -) (LS ji) (HYPH -) (-LRB- rə)) (HYPH -) (NP (NN TOK)) (HYPH -) (NN səs))) (: ;) (-LRB- Ἀργυρότοξος) (, ,) (NP (NP (NN Argyrotoxos)) (, ,) (ADVP (ADVP (RB literally)) (`` ") (PP (PP (IN with) (NP (NP (NP (NP (NP (NP (NP (JJ silver) (NN bow)) (-RRB- ")) (-RRB- -RRB-)) (, ,) (NNP Hecaërgus)) (-LRB- -LRB-) (SYM /ˌhɛkiˈɜːrɡəs/) (NP (NP (NP (NML (NP (NP (NP (NNP HEK) (HYPH -) (NP (NN ee) (HYPH -) (NN UR)) (HYPH -) (NNS gəs)) (: ;) (-LRB- Ἑκάεργος)) (, ,) (NP (NNS Hekaergos))) (, ,) (ADVP (RB literally)) (`` ") (NP (RB far) (HYPH -) (NN shooting)) (-RRB- ")) (-RRB- -RRB-)) (, ,) (CC and) (NP (NNP Hecebolus))) (-LRB- -LRB-) (SYM /hᵻˈsɛbələs/) (NP (UH hi) (HYPH -) (NNP SEB) (HYPH -) (-LRB- ə) (HYPH -) (NNS ləs)))) (: ;) (-LRB- Ἑκηβόλος)) (, ,) (NP (NNP Hekēbolos)))) (, ,) (ADVP (RB literally)))) (`` ") (NP (JJ far) (HYPH -) (NN shooting)) ('' ")) (-RRB- -RRB-)))))) (. .)))
23
{ "ADJ": [ "loose", "same", "səs", "silver", "hi" ], "ADP": [ "As", "of", "as", "from", "of", "with" ], "ADV": [ "literally", "literally", "far", "literally", "far" ], "AUX": [ "was" ], "CCONJ": [ "or", "and" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "god", "archery", "FEE", "ər", "origin", "rə", "TOK", "bow", "shooting", "Hecebolus", "shooting" ], "NUM": [ "/əˈfiːtər/" ], "PART": [ "to" ], "PRON": [], "PROPN": [ "Apollo", "Aphetor", "tər", "Ἀφήτωρ", "Aphētōr", "ἀφίημι", "Aphetorus", "/əˈfɛtərəs/", "FET", "əs", "Ἀφητόρος", "Aphētoros", "Argyrotoxus", "/ˌɑːrdʒᵻrəˈtɒksəs/", "AR", "ji", "Ἀργυρότοξος", "Argyrotoxos", "Hecaërgus", "/ˌhɛkiˈɜːrɡəs/", "HEK", "ee", "UR", "gəs", "Ἑκάεργος", "Hekaergos", "SEB", "ə", "ləs", "Ἑκηβόλος", "Hekēbolos" ], "PUNCT": [ ",", "(", "-", "-", ";", ",", ",", ",", "\"", "\"", ")", "(", "-", "-", "-", ";", ",", ",", ")", ",", "(", "-", "-", "-", "-", ";", ",", ",", "\"", "\"", ")", ",", "(", "-", "-", "-", ";", ",", ",", "\"", "-", "\"", ")", ",", "(", "/hᵻˈsɛbələs/", "-", "-", "-", ";", ",", ",", "\"", "-", "\"", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "known", "let" ], "X": [ "ə", "ə" ] }
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "I-VP", "B-PP", "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", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-ADJP", "B-NP", "I-NP",...
As/prep/known a/det/god god/pobj/As of/prep/god archery/pobj/of ,/punct/known Apollo/nsubjpass/known was/auxpass/known known/ROOT/known as/prep/known Aphetor/pobj/as (/punct/Aphetor /əˈfiːtər//compound/ə ə/compound/tər -/punct/tər FEE/compound/tər -/punct/tər tər/appos/Aphetor ;/punct/tər Ἀφήτωρ/conj/tər ,/punct/Ἀφήτωρ Aphētōr/appos/Ἀφήτωρ ,/punct/Ἀφήτωρ from/prep/Ἀφήτωρ ἀφίημι/pobj/from ,/punct/known "/punct/known to/aux/let let/xcomp/known loose/advmod/let "/punct/let )/punct/known or/cc/known Aphetorus/conj/known (/punct/Aphetorus /əˈfɛtərəs//compound/ə ə/appos/Aphetorus -/punct/Aphetorus FET/compound/ər -/punct/ər ər/npadvmod/Aphetorus -/punct/Aphetorus əs/dobj/Aphetorus ;/punct/Aphetorus Ἀφητόρος/conj/Aphetorus ,/punct/Ἀφητόρος Aphētoros/appos/Ἀφητόρος ,/punct/Ἀφητόρος of/prep/Ἀφητόρος the/det/origin same/amod/origin origin/pobj/of )/punct/Ἀφητόρος ,/punct/Aphetorus Argyrotoxus/npadvmod/Aphetorus (/punct/Argyrotoxus /ˌɑːrdʒᵻrəˈtɒksəs//appos/Argyrotoxus AR/nmod/ji -/punct/ji ji/compound/TOK -/punct/TOK rə/compound/TOK -/punct/TOK TOK/amod//ˌɑːrdʒᵻrəˈtɒksəs/ -/punct/səs səs/conj//ˌɑːrdʒᵻrəˈtɒksəs/ ;/punct/Argyrotoxus Ἀργυρότοξος/conj/Argyrotoxus ,/punct/Ἀργυρότοξος Argyrotoxos/appos/Ἀργυρότοξος ,/punct/Ἀργυρότοξος literally/advmod/with "/punct/with with/prep/known silver/amod/bow bow/pobj/with "/punct/with )/punct/known ,/punct/known Hecaërgus/npadvmod/known (/punct/gəs /ˌhɛkiˈɜːrɡəs//punct/gəs HEK/compound/gəs -/punct/gəs ee/compound/gəs -/punct/gəs UR/compound/gəs -/punct/gəs gəs/appos/Hecaërgus ;/punct/gəs Ἑκάεργος/appos/Hecaërgus ,/punct/Ἑκάεργος Hekaergos/appos/Ἑκάεργος ,/punct/Ἑκάεργος literally/advmod/shooting "/punct/shooting far/advmod/shooting -/punct/shooting shooting/appos/Ἑκάεργος "/punct/Ἑκάεργος )/punct/Ἑκάεργος ,/punct/Ἑκάεργος and/cc/Ἑκάεργος Hecebolus/conj/Ἑκάεργος (/punct/Hecebolus /hᵻˈsɛbələs//punct/Ἑκάεργος hi/amod/ləs -/punct/ləs SEB/compound/ləs -/punct/ə ə/compound/ləs -/punct/ləs ləs/appos/Ἑκάεργος ;/punct/Ἑκάεργος Ἑκηβόλος/conj/Ἑκάεργος ,/punct/Ἑκηβόλος Hekēbolos/conj/Ἑκηβόλος ,/punct/Ἑκάεργος literally/advmod/shooting "/punct/shooting far/advmod/shooting -/punct/shooting shooting/appos/Ἑκάεργος "/punct/Ἑκάεργος )/punct/Ἑκάεργος ./punct/known
(S (PP (IN As) (NP (NP (DT a) (NN god)) (PP (IN of) (NP (NN archery))))) (, ,) (NP (NNP Apollo)) (VP (VBD was) (VP (VBN known) (PP (IN as) (NP (NP (NP (NNP Aphetor)) (-LRB- -LRB-) ('' /əˈfiːtər/) (-LRB- ə) (HYPH -) (NP (NNP FEE) (HYPH -) (NN tər)) (: ;) (-LRB- Ἀφήτωρ) (, ,) (NP (NNP Aphētōr)) (, ,) (PP (IN from) (NP (NN ἀφίημι))) (, ,) (`` ") (S (VP (TO to) (VP (VB let) (ADJP (JJ loose))))) (-RRB- ") (-RRB- -RRB-)) (CC or) (NP (NP (NP (NNP Aphetorus)) (-LRB- -LRB-) (-LRB- /əˈfɛtərəs/) (-LRB- ə) (HYPH -) (NNP FET) (HYPH -) (NN ər) (HYPH -) (NNP əs) (: ;) (NP (-LRB- Ἀφητόρος) (, ,) (NP (NP (NNP Aphētoros)) (, ,) (PP (IN of) (NP (DT the) (JJ same) (NN origin))))) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Argyrotoxus)) (-LRB- -LRB-) (SYM /ˌɑːrdʒᵻrəˈtɒksəs/) (NP (NML (NP (NNP AR)) (HYPH -) (LS ji) (HYPH -) (-LRB- rə)) (HYPH -) (NP (NN TOK)) (HYPH -) (NN səs))) (: ;) (-LRB- Ἀργυρότοξος) (, ,) (NP (NP (NN Argyrotoxos)) (, ,) (ADVP (ADVP (RB literally)) (`` ") (PP (PP (IN with) (NP (NP (NP (NP (NP (NP (NP (JJ silver) (NN bow)) (-RRB- ")) (-RRB- -RRB-)) (, ,) (NNP Hecaërgus)) (-LRB- -LRB-) (SYM /ˌhɛkiˈɜːrɡəs/) (NP (NP (NP (NML (NP (NP (NP (NNP HEK) (HYPH -) (NP (NN ee) (HYPH -) (NN UR)) (HYPH -) (NNS gəs)) (: ;) (-LRB- Ἑκάεργος)) (, ,) (NP (NNS Hekaergos))) (, ,) (ADVP (RB literally)) (`` ") (NP (RB far) (HYPH -) (NN shooting)) (-RRB- ")) (-RRB- -RRB-)) (, ,) (CC and) (NP (NNP Hecebolus))) (-LRB- -LRB-) (SYM /hᵻˈsɛbələs/) (NP (UH hi) (HYPH -) (NNP SEB) (HYPH -) (-LRB- ə) (HYPH -) (NNS ləs)))) (: ;) (-LRB- Ἑκηβόλος)) (, ,) (NP (NNP Hekēbolos)))) (, ,) (ADVP (RB literally)))) (`` ") (NP (JJ far) (HYPH -) (NN shooting)) ('' ")) (-RRB- -RRB-)))))) (. .))
T
['Apollo was known as Aphetor -LRB- /əˈfiːtər/ ə - FEE - tər ; Ἀφήτωρ , Aphētōr , from ἀφίημι , " to let loose " -RRB- or Aphetorus -LRB- /əˈfɛtərəs/ ə - FET - ər - əs ; Ἀφητόρος , Aphētoros , of the same origin -RRB- , Argyrotoxus -LRB- /ˌɑːrdʒᵻrəˈtɒksəs/ AR - ji - rə - TOK - səs ; Ἀργυρότοξος , Argyrotoxos , literally " with silver bow " -RRB- , Hecaërgus -LRB- /ˌhɛkiˈɜːrɡəs/ HEK - ee - UR - gəs ; Ἑκάεργος , Hekaergos , literally " far - shooting " -RRB- , and Hecebolus -LRB- /hᵻˈsɛbələs/ hi - SEB - ə - ləs ; Ἑκηβόλος , Hekēbolos , literally " far - shooting " -RRB-']
[]
['As a god of archery , Apollo was known as Aphetor -LRB- /əˈfiːtər/ ə - FEE - tər ; Ἀφήτωρ , Aphētōr , from ἀφίημι , " to let loose " -RRB- or Aphetorus -LRB- /əˈfɛtərəs/ ə - FET - ər - əs ; Ἀφητόρος , Aphētoros , of the same origin -RRB- , Argyrotoxus -LRB- /ˌɑːrdʒᵻrəˈtɒksəs/ AR - ji - rə - TOK - səs ; Ἀργυρότοξος , Argyrotoxos , literally " with silver bow " -RRB- , Hecaërgus -LRB- /ˌhɛkiˈɜːrɡəs/ HEK - ee - UR - gəs ; Ἑκάεργος , Hekaergos , literally " far - shooting " -RRB- , and Hecebolus -LRB- /hᵻˈsɛbələs/ hi - SEB - ə - ləs ; Ἑκηβόλος , Hekēbolos , literally " far - shooting " -RRB- .']
[]
[]
31,898
Not all of these small streams have continuous flow year-round.
(ROOT (S (NP (NP (QP (RB Not) (DT all))) (PP (IN of) (NP (DT these) (JJ small) (NNS streams)))) (VP (VBP have) (NP (JJ continuous) (NN flow)) (ADVP (NN year) (HYPH -) (RB round))) (. .)))
6
{ "ADJ": [ "small", "continuous" ], "ADP": [ "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "these" ], "INTJ": [], "NOUN": [ "streams", "flow", "year", "round" ], "NUM": [], "PART": [ "Not" ], "PRON": [ "all" ], "PROPN": [], "PUNCT": [ "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "have" ], "X": [] }
[ "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-ADVP", "I-ADVP", "I-ADVP", "O" ]
Not/neg/all all/nsubj/have of/prep/all these/det/streams small/amod/streams streams/pobj/of have/ROOT/have continuous/amod/round flow/compound/round year/npadvmod/round -/punct/round round/dobj/have ./punct/have
(S (NP (NP (QP (RB Not) (DT all))) (PP (IN of) (NP (DT these) (JJ small) (NNS streams)))) (VP (VBP have) (NP (JJ continuous) (NN flow)) (ADVP (NN year) (HYPH -) (RB round))) (. .))
T
['Not all of these small streams have continuous flow year - round']
[]
['Not all of these small streams have continuous flow year - round .']
[]
[]
22,827
Lysimachus, who had seized Macedon and Thessaly for himself, was forced into war when Seleucus invaded his territories in Asia minor and was defeated and killed in 281 BCE at the Battle of Corupedium, near Sardis.
(ROOT (S (NP (NP (NNP Lysimachus)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD had) (VP (VBN seized) (NP (NNP Macedon) (CC and) (NNP Thessaly)) (PP (IN for) (NP (PRP himself))))))) (, ,)) (VP (VBD was) (VP (VBN forced) (PP (IN into) (NP (NN war))) (SBAR (WHADVP (WRB when)) (S (NP (NNP Seleucus)) (VP (VP (VBD invaded) (NP (NP (NP (PRP$ his) (NNS territories)) (PP (IN in) (NP (NNP Asia)))) (ADJP (JJ minor)))) (CC and) (VP (VBD was) (VP (VBN defeated) (CC and) (VBN killed) (PP (IN in) (NP (CD 281) (NNP BCE))) (PP (IN at) (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Corupedium))) (, ,) (PP (IN near) (NP (NNP Sardis)))))))))))) (. .)))
14
{ "ADJ": [ "minor" ], "ADP": [ "for", "into", "in", "in", "at", "of", "near" ], "ADV": [], "AUX": [ "had", "was", "was" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "war", "territories", "BCE" ], "NUM": [ "281" ], "PART": [], "PRON": [ "who", "himself", "his" ], "PROPN": [ "Lysimachus", "Macedon", "Thessaly", "Seleucus", "Asia", "Battle", "Corupedium", "Sardis" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [ "when" ], "SPACE": [], "SYM": [], "VERB": [ "seized", "forced", "invaded", "defeated", "killed" ], "X": [] }
[ "B-NP", "I-NP", "O", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-ADJP", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", ...
Lysimachus/nsubjpass/forced ,/punct/Lysimachus who/nsubj/seized had/aux/seized seized/relcl/Lysimachus Macedon/dobj/seized and/cc/Macedon Thessaly/conj/Macedon for/prep/seized himself/pobj/for ,/punct/Lysimachus was/auxpass/forced forced/ROOT/forced into/prep/forced war/pobj/into when/advmod/invaded Seleucus/nsubj/invaded invaded/advcl/forced his/poss/territories territories/dobj/invaded in/prep/invaded Asia/pobj/in minor/advmod/invaded and/cc/invaded was/auxpass/defeated defeated/conj/invaded and/cc/defeated killed/conj/defeated in/prep/killed 281/nummod/BCE BCE/pobj/in at/prep/killed the/det/Battle Battle/pobj/at of/prep/Battle Corupedium/pobj/of ,/punct/Battle near/prep/Battle Sardis/pobj/near ./punct/forced
(S (NP (NP (NNP Lysimachus)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD had) (VP (VBN seized) (NP (NNP Macedon) (CC and) (NNP Thessaly)) (PP (IN for) (NP (PRP himself))))))) (, ,)) (VP (VBD was) (VP (VBN forced) (PP (IN into) (NP (NN war))) (SBAR (WHADVP (WRB when)) (S (NP (NNP Seleucus)) (VP (VP (VBD invaded) (NP (NP (NP (PRP$ his) (NNS territories)) (PP (IN in) (NP (NNP Asia)))) (ADJP (JJ minor)))) (CC and) (VP (VBD was) (VP (VBN defeated) (CC and) (VBN killed) (PP (IN in) (NP (CD 281) (NNP BCE))) (PP (IN at) (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Corupedium))) (, ,) (PP (IN near) (NP (NNP Sardis)))))))))))) (. .))
CT
['Lysimachus , who had seized Macedon and Thessaly for himself , was forced into war']
['who had seized Macedon and Thessaly for himself', 'when Seleucus invaded his territories in Asia minor and was defeated and killed in 281 BCE at the Battle of Corupedium , near Sardis']
[]
['Lysimachus , who had seized Macedon and Thessaly for himself , was forced into war when Seleucus invaded his territories in Asia minor and was defeated and killed in 281 BCE at the Battle of Corupedium , near Sardis .']
[]
16,987
In what month is the Tour de France?
(ROOT (SBARQ (WHPP (IN In) (WHNP (WDT what) (NN month))) (SQ (VBZ is) (NP (DT the) (NNP Tour) (FW de) (NNP France))) (. ?)))
5
{ "ADJ": [], "ADP": [ "In" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "what", "the" ], "INTJ": [], "NOUN": [ "month" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Tour", "France" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [ "de" ] }
[ "O", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
In/prep/is what/det/month month/pcomp/In is/ROOT/is the/det/France Tour/nmod/France de/nmod/France France/nsubj/is ?/punct/is
(SBARQ (WHPP (IN In) (WHNP (WDT what) (NN month))) (SQ (VBZ is) (NP (DT the) (NNP Tour) (FW de) (NNP France))) (. ?))
FC
[]
[]
[]
[]
['In what month is the Tour de France ?']
2,161
Eton's best-known holiday takes place on the so-called "Fourth of June", a celebration of the birthday of King George III, Eton's greatest patron.
(ROOT (S (NP (NP (NNP Eton) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NN holiday)) (VP (VBZ takes) (NP (NN place)) (PP (IN on) (NP (NP (NP (DT the) (ADJP (RB so) (HYPH -) (VBN called)) (`` ") (NNP Fourth)) (PP (IN of) (NP (NNP June)))) (, ") ('' ,) (NP (NP (DT a) (NN celebration)) (PP (IN of) (NP (NP (DT the) (NN birthday)) (PP (IN of) (NP (NP (NNP King) (NNP George) (NNP III)) (, ,) (NP (NP (NNP Eton) (POS 's)) (JJS greatest) (NN patron)))))))))) (. .)))
13
{ "ADJ": [ "greatest" ], "ADP": [ "on", "of", "of", "of" ], "ADV": [ "best", "so" ], "AUX": [], "CCONJ": [], "DET": [ "the", "a", "the" ], "INTJ": [], "NOUN": [ "holiday", "place", "celebration", "birthday", "patron" ], "NUM": [], "PART": [ "'s", "'s" ], "PRON": [], "PROPN": [ "Eton", "Fourth", "June", "King", "George", "III", "Eton" ], "PUNCT": [ "-", "-", "\"", "\"", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "known", "takes", "called" ], "X": [] }
[ "B-NP", "I-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-N...
Eton/poss/holiday 's/case/Eton best/advmod/known -/punct/known known/amod/holiday holiday/nsubj/takes takes/ROOT/takes place/dobj/takes on/prep/takes the/det/Fourth so/advmod/called -/punct/called called/amod/Fourth "/punct/Fourth Fourth/pobj/on of/prep/Fourth June/pobj/of "/punct/takes ,/punct/takes a/det/celebration celebration/dobj/takes of/prep/celebration the/det/birthday birthday/pobj/of of/prep/birthday King/compound/III George/compound/III III/pobj/of ,/punct/III Eton/poss/patron 's/case/Eton greatest/amod/patron patron/appos/III ./punct/takes
(S (NP (NP (NNP Eton) (POS 's)) (ADJP (RBS best) (HYPH -) (VBN known)) (NN holiday)) (VP (VBZ takes) (NP (NN place)) (PP (IN on) (NP (NP (NP (DT the) (ADJP (RB so) (HYPH -) (VBN called)) (`` ") (NNP Fourth)) (PP (IN of) (NP (NNP June)))) (, ") ('' ,) (NP (NP (DT a) (NN celebration)) (PP (IN of) (NP (NP (DT the) (NN birthday)) (PP (IN of) (NP (NP (NNP King) (NNP George) (NNP III)) (, ,) (NP (NP (NNP Eton) (POS 's)) (JJS greatest) (NN patron)))))))))) (. .))
T
['Eton \'s best - known holiday takes place on the so - called " Fourth of June " , a celebration of the birthday of King George III , Eton \'s greatest patron']
[]
['Eton \'s best - known holiday takes place on the so - called " Fourth of June " , a celebration of the birthday of King George III , Eton \'s greatest patron .']
[]
[]
66,689
Chinese troops suffered from deficient military equipment, serious logistical problems, overextended communication and supply lines, and the constant threat of UN bombers.
(ROOT (S (NP (JJ Chinese) (NNS troops)) (VP (VBD suffered) (PP (IN from) (NP (NP (JJ deficient) (JJ military) (NN equipment)) (, ,) (NP (JJ serious) (JJ logistical) (NNS problems)) (, ,) (NP (JJ overextended) (NML (NN communication) (CC and) (NN supply)) (NNS lines)) (, ,) (CC and) (NP (NP (DT the) (JJ constant) (NN threat)) (PP (IN of) (NP (NNP UN) (NNS bombers))))))) (. .)))
9
{ "ADJ": [ "Chinese", "deficient", "military", "serious", "logistical", "constant" ], "ADP": [ "from", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "troops", "equipment", "problems", "communication", "supply", "lines", "threat", "bombers" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "UN" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "suffered", "overextended" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Chinese/amod/troops troops/nsubj/suffered suffered/ROOT/suffered from/prep/suffered deficient/amod/equipment military/amod/equipment equipment/pobj/from ,/punct/equipment serious/amod/problems logistical/amod/problems problems/conj/equipment ,/punct/equipment overextended/amod/lines communication/nmod/lines and/cc/communication supply/conj/communication lines/conj/equipment ,/punct/lines and/cc/lines the/det/threat constant/amod/threat threat/conj/lines of/prep/threat UN/compound/bombers bombers/pobj/of ./punct/suffered
(S (NP (JJ Chinese) (NNS troops)) (VP (VBD suffered) (PP (IN from) (NP (NP (JJ deficient) (JJ military) (NN equipment)) (, ,) (NP (JJ serious) (JJ logistical) (NNS problems)) (, ,) (NP (JJ overextended) (NML (NN communication) (CC and) (NN supply)) (NNS lines)) (, ,) (CC and) (NP (NP (DT the) (JJ constant) (NN threat)) (PP (IN of) (NP (NNP UN) (NNS bombers))))))) (. .))
T
['Chinese troops suffered from deficient military equipment , serious logistical problems , overextended communication and supply lines , and the constant threat of UN bombers']
[]
['Chinese troops suffered from deficient military equipment , serious logistical problems , overextended communication and supply lines , and the constant threat of UN bombers .']
[]
[]
30,452
This large collection of meteorites allows a better understanding of the abundance of meteorite types in the solar system and how meteorites relate to asteroids and comets.
(ROOT (S (NP (NP (DT This) (JJ large) (NN collection)) (PP (IN of) (NP (NNS meteorites)))) (VP (VBZ allows) (NP (NP (DT a) (JJR better) (NN understanding)) (PP (IN of) (NP (NP (NP (DT the) (NN abundance)) (PP (IN of) (NP (NN meteorite) (NNS types))) (PP (IN in) (NP (DT the) (JJ solar) (NN system)))) (CC and) (SBAR (WHADVP (WRB how)) (S (NP (NNS meteorites)) (VP (VBP relate) (PP (IN to) (NP (NNS asteroids) (CC and) (NNS comets)))))))))) (. .)))
12
{ "ADJ": [ "large", "better", "solar" ], "ADP": [ "of", "of", "of", "in", "to" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "This", "a", "the", "the" ], "INTJ": [], "NOUN": [ "collection", "meteorites", "understanding", "abundance", "meteorite", "types", "system", "meteorites", "asteroids", "comets" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [ "how" ], "SPACE": [], "SYM": [], "VERB": [ "allows", "relate" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
This/det/collection large/amod/collection collection/nsubj/allows of/prep/collection meteorites/pobj/of allows/ROOT/allows a/det/understanding better/amod/understanding understanding/dobj/allows of/prep/understanding the/det/abundance abundance/pobj/of of/prep/abundance meteorite/compound/types types/pobj/of in/prep/types the/det/system solar/amod/system system/pobj/in and/cc/understanding how/advmod/relate meteorites/nsubj/relate relate/conj/understanding to/prep/relate asteroids/pobj/to and/cc/asteroids comets/conj/asteroids ./punct/allows
(S (NP (NP (DT This) (JJ large) (NN collection)) (PP (IN of) (NP (NNS meteorites)))) (VP (VBZ allows) (NP (NP (DT a) (JJR better) (NN understanding)) (PP (IN of) (NP (NP (NP (DT the) (NN abundance)) (PP (IN of) (NP (NN meteorite) (NNS types))) (PP (IN in) (NP (DT the) (JJ solar) (NN system)))) (CC and) (SBAR (WHADVP (WRB how)) (S (NP (NNS meteorites)) (VP (VBP relate) (PP (IN to) (NP (NNS asteroids) (CC and) (NNS comets)))))))))) (. .))
CT
['This large collection of meteorites allows a better understanding of the abundance of meteorite types in the solar system and how meteorites relate to asteroids and comets']
['how meteorites relate to asteroids and comets']
[]
['This large collection of meteorites allows a better understanding of the abundance of meteorite types in the solar system and how meteorites relate to asteroids and comets .']
[]
31,993
Aside from blacks descended from African slaves brought to the US south, there are also large numbers of blacks of West Indian, recent African, and Afro-Latino immigrant origins, especially in the Miami/South Florida area.
(ROOT (S (ADVP (RB Aside) (PP (IN from) (NP (NP (NNS blacks)) (VP (VBN descended) (PP (IN from) (NP (NP (JJ African) (NNS slaves)) (VP (VBN brought) (PP (IN to) (NP (DT the) (NNP US) (RB south)))))))))) (, ,) (NP (EX there)) (VP (VBP are) (ADVP (RB also)) (NP (NP (JJ large) (NNS numbers)) (PP (IN of) (NP (NP (NNS blacks)) (PP (IN of) (NP (ADJP (ADJP (JJ West) (JJ Indian)) (, ,) (ADJP (JJ recent) (JJ African)) (, ,) (CC and) (ADJP (JJ Afro) (HYPH -) (JJ Latino))) (JJ immigrant) (NNS origins)))))) (, ,) (PP (ADVP (RB especially)) (IN in) (NP (DT the) (NML (NML (NNP Miami)) (SYM /) (NML (NNP South) (NNP Florida))) (NN area)))) (. .)))
12
{ "ADJ": [ "African", "large", "recent", "Afro", "Latino" ], "ADP": [ "from", "from", "to", "of", "of", "in" ], "ADV": [ "Aside", "also", "especially" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "blacks", "slaves", "south", "numbers", "blacks", "immigrant", "origins", "area" ], "NUM": [], "PART": [], "PRON": [ "there" ], "PROPN": [ "US", "West", "Indian", "African", "Miami", "South", "Florida" ], "PUNCT": [ ",", ",", ",", "-", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [ "/" ], "VERB": [ "descended", "brought", "are" ], "X": [] }
[ "B-ADVP", "B-PP", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "B-ADVP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP",...
Aside/advmod/descended from/prep/Aside blacks/pobj/from descended/advcl/are from/prep/descended African/amod/slaves slaves/pobj/from brought/acl/slaves to/prep/brought the/det/south US/compound/south south/pobj/to ,/punct/are there/expl/are are/ROOT/are also/advmod/are large/amod/numbers numbers/attr/are of/prep/numbers blacks/pobj/of of/prep/blacks West/compound/Indian Indian/pobj/of ,/punct/Indian recent/amod/African African/conj/Indian ,/punct/African and/cc/African Afro/amod/Latino -/punct/Latino Latino/amod/origins immigrant/compound/origins origins/conj/African ,/punct/are especially/advmod/in in/prep/are the/det/area Miami/nmod/Florida //punct/Florida South/compound/Florida Florida/compound/area area/pobj/in ./punct/are
(S (ADVP (RB Aside) (PP (IN from) (NP (NP (NNS blacks)) (VP (VBN descended) (PP (IN from) (NP (NP (JJ African) (NNS slaves)) (VP (VBN brought) (PP (IN to) (NP (DT the) (NNP US) (RB south)))))))))) (, ,) (NP (EX there)) (VP (VBP are) (ADVP (RB also)) (NP (NP (JJ large) (NNS numbers)) (PP (IN of) (NP (NP (NNS blacks)) (PP (IN of) (NP (ADJP (ADJP (JJ West) (JJ Indian)) (, ,) (ADJP (JJ recent) (JJ African)) (, ,) (CC and) (ADJP (JJ Afro) (HYPH -) (JJ Latino))) (JJ immigrant) (NNS origins)))))) (, ,) (PP (ADVP (RB especially)) (IN in) (NP (DT the) (NML (NML (NNP Miami)) (SYM /) (NML (NNP South) (NNP Florida))) (NN area)))) (. .))
T
['there are also large numbers of blacks of West Indian , recent African , and Afro - Latino immigrant origins , especially in the Miami / South Florida area']
[]
['Aside from blacks descended from African slaves brought to the US south , there are also large numbers of blacks of West Indian , recent African , and Afro - Latino immigrant origins , especially in the Miami / South Florida area .']
[]
[]
1,478
The French Army consisted in peacetime of approximately 400,000 soldiers, some of them regulars, others conscripts who until 1869 served the comparatively long period of seven years with the colours.
(ROOT (S (NP (DT The) (NNP French) (NNP Army)) (VP (VBD consisted) (PP (IN in) (NP (NN peacetime))) (PP (IN of) (NP (NP (QP (RB approximately) (CD 400,000)) (NNS soldiers)) (, ,) (NP (NP (NP (NP (DT some)) (PP (IN of) (NP (PRP them)))) (NP (NNS regulars))) (, ,) (NP (NP (NNS others)) (NP (NP (NNS conscripts)) (SBAR (WHNP (WP who)) (S (PP (IN until) (NP (CD 1869))) (VP (VBD served) (NP (NP (DT the) (ADJP (RB comparatively) (JJ long)) (NN period)) (PP (IN of) (NP (CD seven) (NNS years)))) (PP (IN with) (NP (DT the) (NNS colours)))))))))))) (. .)))
15
{ "ADJ": [ "French", "long" ], "ADP": [ "in", "of", "of", "until", "of", "with" ], "ADV": [ "approximately", "comparatively" ], "AUX": [], "CCONJ": [], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "peacetime", "soldiers", "others", "conscripts", "period", "years", "colours" ], "NUM": [ "400,000", "1869", "seven" ], "PART": [], "PRON": [ "some", "them", "who" ], "PROPN": [ "Army" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "consisted", "regulars", "served" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "O", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-PP", "B-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "...
The/det/Army French/amod/Army Army/nsubj/consisted consisted/ccomp/conscripts in/prep/consisted peacetime/pobj/in of/prep/peacetime approximately/advmod/400,000 400,000/nummod/soldiers soldiers/pobj/of ,/punct/consisted some/nsubj/regulars of/prep/some them/pobj/of regulars/advcl/consisted ,/punct/conscripts others/nsubj/conscripts conscripts/ROOT/conscripts who/nsubj/served until/prep/served 1869/pobj/until served/ccomp/conscripts the/det/period comparatively/advmod/long long/amod/period period/dobj/served of/prep/period seven/nummod/years years/pobj/of with/prep/period the/det/colours colours/pobj/with ./punct/conscripts
(S (NP (DT The) (NNP French) (NNP Army)) (VP (VBD consisted) (PP (IN in) (NP (NN peacetime))) (PP (IN of) (NP (NP (QP (RB approximately) (CD 400,000)) (NNS soldiers)) (, ,) (NP (NP (NP (NP (DT some)) (PP (IN of) (NP (PRP them)))) (NP (NNS regulars))) (, ,) (NP (NP (NNS others)) (NP (NP (NNS conscripts)) (SBAR (WHNP (WP who)) (S (PP (IN until) (NP (CD 1869))) (VP (VBD served) (NP (NP (DT the) (ADJP (RB comparatively) (JJ long)) (NN period)) (PP (IN of) (NP (CD seven) (NNS years)))) (PP (IN with) (NP (DT the) (NNS colours)))))))))))) (. .))
CT
['The French Army consisted in peacetime of approximately 400,000 soldiers , some of them regulars , others conscripts who until 1869 served the comparatively long period of seven years with the colours']
['who until 1869 served the comparatively long period of seven years with the colours']
[]
['The French Army consisted in peacetime of approximately 400,000 soldiers , some of them regulars , others conscripts who until 1869 served the comparatively long period of seven years with the colours .']
[]
8,206
What pump has a higher quality vacuum than a positive displacement pump?
(ROOT (SBARQ (WHNP (WP What) (NN pump)) (SQ (VBZ has) (NP (NP (DT a) (NML (JJR higher) (NN quality)) (NN vacuum)) (PP (IN than) (NP (DT a) (JJ positive) (NN displacement) (NN pump))))) (. ?)))
7
{ "ADJ": [ "higher", "positive" ], "ADP": [ "than" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "pump", "quality", "vacuum", "displacement", "pump" ], "NUM": [], "PART": [], "PRON": [ "What" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "has" ], "X": [] }
[ "O", "O", "O", "B-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
What/det/pump pump/nsubj/has has/ROOT/has a/det/vacuum higher/amod/quality quality/compound/vacuum vacuum/dobj/has than/prep/has a/det/pump positive/amod/pump displacement/compound/pump pump/pobj/than ?/punct/has
(SBARQ (WHNP (WP What) (NN pump)) (SQ (VBZ has) (NP (NP (DT a) (NML (JJR higher) (NN quality)) (NN vacuum)) (PP (IN than) (NP (DT a) (JJ positive) (NN displacement) (NN pump))))) (. ?))
FC
[]
[]
[]
[]
['What pump has a higher quality vacuum than a positive displacement pump ?']
69,414
In children, other upper airway diseases such as allergic rhinitis and sinusitis should be considered as well as other causes of airway obstruction including: foreign body aspiration, tracheal stenosis or laryngotracheomalacia, vascular rings, enlarged lymph nodes or neck masses.
(ROOT (S (PP (IN In) (NP (NNS children))) (, ,) (NP (NP (JJ other) (NML (JJ upper) (NN airway)) (NNS diseases)) (PP (JJ such) (IN as) (NP (NP (JJ allergic) (NN rhinitis)) (CC and) (NNS sinusitis)))) (VP (MD should) (VP (VB be) (VP (VBN considered) (CONJP (RB as) (RB well) (IN as)) (NP (NP (JJ other) (NNS causes)) (PP (IN of) (NP (NN airway) (NN obstruction))) (PP (VBG including) (: :) (NP (NP (JJ foreign) (NN body) (NN aspiration)) (, ,) (NP (NP (JJ tracheal) (NN stenosis)) (CC or) (NP (NN laryngotracheomalacia))) (, ,) (NP (JJ vascular) (NNS rings)) (, ,) (NP (VBN enlarged) (NN lymph) (NNS nodes)) (CC or) (NP (NN neck) (NNS masses)))))))) (. .)))
11
{ "ADJ": [ "other", "upper", "such", "allergic", "other", "foreign", "tracheal" ], "ADP": [ "In", "as", "as", "of" ], "ADV": [ "as", "well" ], "AUX": [ "should", "be" ], "CCONJ": [ "and", "or", "or" ], "DET": [], "INTJ": [], "NOUN": [ "children", "airway", "diseases", "rhinitis", "sinusitis", "causes", "airway", "obstruction", "body", "aspiration", "rings", "lymph", "nodes", "neck", "masses" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "stenosis", "laryngotracheomalacia", "vascular" ], "PUNCT": [ ",", ":", ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "considered", "including", "enlarged" ], "X": [] }
[ "B-PP", "B-NP", "O", "B-NP", "O", "O", "B-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-CONJP", "I-CONJP", "I-CONJP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP"...
In/prep/considered children/pobj/In ,/punct/considered other/amod/diseases upper/amod/airway airway/compound/diseases diseases/nsubjpass/considered such/amod/as as/prep/diseases allergic/amod/rhinitis rhinitis/pobj/as and/cc/rhinitis sinusitis/conj/rhinitis should/aux/considered be/auxpass/considered considered/ROOT/considered as/advmod/as well/advmod/as as/cc/considered other/amod/causes causes/oprd/considered of/prep/causes airway/compound/obstruction obstruction/pobj/of including/prep/causes :/punct/causes foreign/amod/aspiration body/compound/aspiration aspiration/appos/causes ,/punct/aspiration tracheal/amod/stenosis stenosis/conj/aspiration or/cc/stenosis laryngotracheomalacia/conj/stenosis ,/punct/stenosis vascular/compound/rings rings/conj/stenosis ,/punct/rings enlarged/amod/nodes lymph/compound/nodes nodes/conj/rings or/cc/nodes neck/compound/masses masses/conj/nodes ./punct/considered
(S (PP (IN In) (NP (NNS children))) (, ,) (NP (NP (JJ other) (NML (JJ upper) (NN airway)) (NNS diseases)) (PP (JJ such) (IN as) (NP (NP (JJ allergic) (NN rhinitis)) (CC and) (NNS sinusitis)))) (VP (MD should) (VP (VB be) (VP (VBN considered) (CONJP (RB as) (RB well) (IN as)) (NP (NP (JJ other) (NNS causes)) (PP (IN of) (NP (NN airway) (NN obstruction))) (PP (VBG including) (: :) (NP (NP (JJ foreign) (NN body) (NN aspiration)) (, ,) (NP (NP (JJ tracheal) (NN stenosis)) (CC or) (NP (NN laryngotracheomalacia))) (, ,) (NP (JJ vascular) (NNS rings)) (, ,) (NP (VBN enlarged) (NN lymph) (NNS nodes)) (CC or) (NP (NN neck) (NNS masses)))))))) (. .))
T
['other upper airway diseases such as allergic rhinitis and sinusitis should be considered as well as other causes of airway obstruction including : foreign body aspiration , tracheal stenosis or laryngotracheomalacia , vascular rings , enlarged lymph nodes or neck masses']
[]
['In children , other upper airway diseases such as allergic rhinitis and sinusitis should be considered as well as other causes of airway obstruction including : foreign body aspiration , tracheal stenosis or laryngotracheomalacia , vascular rings , enlarged lymph nodes or neck masses .']
[]
[]
5,576
According to the official website, the main aims of the Ministry for Foreign Affairs are to represent Greece before other states and international organizations; safeguarding the interests of the Greek state and of its citizens abroad; the promotion of Greek culture; the fostering of closer relations with the Greek diaspora; and the promotion of international cooperation.
(ROOT (S (PP (VBG According) (PP (IN to) (NP (DT the) (JJ official) (NN website)))) (, ,) (NP (NP (DT the) (JJ main) (NNS aims)) (PP (IN of) (NP (NP (DT the) (NNP Ministry)) (PP (IN for) (NP (NNP Foreign) (NNPS Affairs)))))) (VP (VBP are) (S (VP (TO to) (VP (VP (VB represent) (NP (NNP Greece)) (PP (IN before) (NP (NP (JJ other) (NNS states)) (CC and) (NP (JJ international) (NNS organizations))))) (: ;) (S (VP (VBG safeguarding) (NP (NP (DT the) (NNS interests)) (PP (PP (IN of) (NP (DT the) (JJ Greek) (NN state))) (CC and) (PP (IN of) (NP (NP (PRP$ its) (NNS citizens)) (ADVP (RB abroad)))))))) (: ;) (NP (NP (DT the) (NN promotion)) (PP (IN of) (NP (JJ Greek) (NN culture)))) (: ;) (NP (NP (DT the) (NN fostering)) (PP (IN of) (NP (NP (JJR closer) (NNS relations)) (PP (IN with) (NP (DT the) (JJ Greek) (NN diaspora)))))) (: ;) (CC and) (NP (NP (DT the) (NN promotion)) (PP (IN of) (NP (JJ international) (NN cooperation)))))))) (. .)))
14
{ "ADJ": [ "official", "main", "other", "international", "Greek", "Greek", "closer", "international" ], "ADP": [ "to", "of", "for", "before", "of", "of", "of", "of", "with", "of" ], "ADV": [ "abroad" ], "AUX": [ "are" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "the", "the", "the", "the", "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "website", "aims", "states", "organizations", "interests", "state", "citizens", "promotion", "culture", "fostering", "relations", "diaspora", "promotion", "cooperation" ], "NUM": [], "PART": [ "to" ], "PRON": [ "its" ], "PROPN": [ "Ministry", "Foreign", "Affairs", "Greece", "Greek" ], "PUNCT": [ ",", ";", ";", ";", ";", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "According", "represent", "safeguarding" ], "X": [] }
[ "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", ...
According/prep/are to/prep/According the/det/website official/amod/website website/pobj/to ,/punct/are the/det/aims main/amod/aims aims/nsubj/are of/prep/aims the/det/Ministry Ministry/pobj/of for/prep/Ministry Foreign/compound/Affairs Affairs/pobj/for are/ROOT/are to/aux/represent represent/xcomp/are Greece/dobj/represent before/prep/represent other/amod/states states/pobj/before and/cc/states international/amod/organizations organizations/conj/states ;/punct/represent safeguarding/conj/represent the/det/interests interests/dobj/safeguarding of/prep/interests the/det/state Greek/amod/state state/pobj/of and/cc/of of/conj/of its/poss/citizens citizens/pobj/of abroad/advmod/citizens ;/punct/safeguarding the/det/promotion promotion/conj/safeguarding of/prep/promotion Greek/amod/culture culture/pobj/of ;/punct/promotion the/det/fostering fostering/conj/promotion of/prep/fostering closer/amod/relations relations/pobj/of with/prep/relations the/det/diaspora Greek/amod/diaspora diaspora/pobj/with ;/punct/fostering and/cc/fostering the/det/promotion promotion/conj/fostering of/prep/promotion international/amod/cooperation cooperation/pobj/of ./punct/are
(S (PP (VBG According) (PP (IN to) (NP (DT the) (JJ official) (NN website)))) (, ,) (NP (NP (DT the) (JJ main) (NNS aims)) (PP (IN of) (NP (NP (DT the) (NNP Ministry)) (PP (IN for) (NP (NNP Foreign) (NNPS Affairs)))))) (VP (VBP are) (S (VP (TO to) (VP (VP (VB represent) (NP (NNP Greece)) (PP (IN before) (NP (NP (JJ other) (NNS states)) (CC and) (NP (JJ international) (NNS organizations))))) (: ;) (S (VP (VBG safeguarding) (NP (NP (DT the) (NNS interests)) (PP (PP (IN of) (NP (DT the) (JJ Greek) (NN state))) (CC and) (PP (IN of) (NP (NP (PRP$ its) (NNS citizens)) (ADVP (RB abroad)))))))) (: ;) (NP (NP (DT the) (NN promotion)) (PP (IN of) (NP (JJ Greek) (NN culture)))) (: ;) (NP (NP (DT the) (NN fostering)) (PP (IN of) (NP (NP (JJR closer) (NNS relations)) (PP (IN with) (NP (DT the) (JJ Greek) (NN diaspora)))))) (: ;) (CC and) (NP (NP (DT the) (NN promotion)) (PP (IN of) (NP (JJ international) (NN cooperation)))))))) (. .))
T
['the main aims of the Ministry for Foreign Affairs are to represent Greece before other states and international organizations ; safeguarding the interests of the Greek state and of its citizens abroad ; the promotion of Greek culture ; the fostering of closer relations with the Greek diaspora ; and the promotion of international cooperation']
[]
['According to the official website , the main aims of the Ministry for Foreign Affairs are to represent Greece before other states and international organizations ; safeguarding the interests of the Greek state and of its citizens abroad ; the promotion of Greek culture ; the fostering of closer relations with the Greek diaspora ; and the promotion of international cooperation .']
[]
[]
21,393
What extras do Windows 8 Enterprise have?
(ROOT (SBARQ (WHNP (WP What) (NNS extras)) (SQ (VBP do) (NP (NML (NNP Windows) (CD 8)) (NNP Enterprise)) (VP (VB have))) (. ?)))
6
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "extras", "Enterprise" ], "NUM": [ "8" ], "PART": [], "PRON": [ "What" ], "PROPN": [ "Windows" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "do", "have" ], "X": [] }
[ "O", "O", "O", "O", "O", "B-NP", "B-VP", "O" ]
What/dobj/do extras/nsubj/do do/xcomp/have Windows/dobj/do 8/nummod/Windows Enterprise/nsubj/have have/ROOT/have ?/punct/have
(SBARQ (WHNP (WP What) (NNS extras)) (SQ (VBP do) (NP (NML (NNP Windows) (CD 8)) (NNP Enterprise)) (VP (VB have))) (. ?))
FC
[]
[]
[]
[]
['What extras do Windows 8 Enterprise have ?']
6,388
In many countries, a trademark receives protection without registration, but registering a trademark provides legal advantages for enforcement.
(ROOT (S (S (PP (IN In) (NP (JJ many) (NNS countries))) (, ,) (S (NP (DT a) (NN trademark)) (VP (VBZ receives) (NP (NN protection)) (PP (IN without) (NP (NN registration)))))) (, ,) (CC but) (S (S (VP (VBG registering) (NP (DT a) (NN trademark)))) (VP (VBZ provides) (NP (JJ legal) (NNS advantages)) (PP (IN for) (NP (NN enforcement))))) (. .)))
8
{ "ADJ": [ "many", "legal" ], "ADP": [ "In", "without", "for" ], "ADV": [], "AUX": [], "CCONJ": [ "but" ], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "countries", "trademark", "protection", "registration", "trademark", "advantages", "enforcement" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "receives", "registering", "provides" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "O", "O", "B-VP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O" ]
In/prep/receives many/amod/countries countries/pobj/In ,/punct/receives a/det/trademark trademark/nsubj/receives receives/ROOT/receives protection/dobj/receives without/prep/receives registration/pobj/without ,/punct/receives but/cc/receives registering/csubj/provides a/det/trademark trademark/dobj/registering provides/conj/receives legal/amod/advantages advantages/dobj/provides for/prep/advantages enforcement/pobj/for ./punct/provides
(S (S (PP (IN In) (NP (JJ many) (NNS countries))) (, ,) (S (NP (DT a) (NN trademark)) (VP (VBZ receives) (NP (NN protection)) (PP (IN without) (NP (NN registration)))))) (, ,) (CC but) (S (S (VP (VBG registering) (NP (DT a) (NN trademark)))) (VP (VBZ provides) (NP (JJ legal) (NNS advantages)) (PP (IN for) (NP (NN enforcement))))) (. .))
T
['In many countries , a trademark receives protection without registration', 'registering a trademark provides legal advantages for enforcement']
[]
['In many countries , a trademark receives protection without registration , but registering a trademark provides legal advantages for enforcement .']
[]
[]
67,803
It should be noted that Estonian words and names quoted in international publications from Soviet sources are often back-transliterations from the Russian transliteration.
(ROOT (S (NP (NP (PRP It))) (VP (MD should) (VP (VB be) (VP (VBN noted) (SBAR (IN that) (S (NP (NP (JJ Estonian) (NNS words) (CC and) (NNS names)) (VP (VBN quoted) (PP (IN in) (NP (NP (JJ international) (NNS publications)) (PP (IN from) (NP (JJ Soviet) (NNS sources))))))) (VP (VBP are) (ADVP (RB often)) (NP (NP (JJ back) (HYPH -) (NNS transliterations)) (PP (IN from) (NP (DT the) (JJ Russian) (NN transliteration)))))))))) (. .)))
14
{ "ADJ": [ "Estonian", "international", "Soviet", "back", "Russian" ], "ADP": [ "in", "from", "from" ], "ADV": [ "often" ], "AUX": [ "should", "be", "are" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "words", "names", "publications", "sources", "transliterations", "transliteration" ], "NUM": [], "PART": [], "PRON": [ "It" ], "PROPN": [], "PUNCT": [ "-", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "noted", "quoted" ], "X": [] }
[ "B-NP", "B-VP", "I-VP", "I-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
It/nsubjpass/noted should/aux/noted be/auxpass/noted noted/ROOT/noted that/mark/are Estonian/amod/words words/nsubj/are and/cc/words names/conj/words quoted/acl/words in/prep/quoted international/amod/publications publications/pobj/in from/prep/publications Soviet/amod/sources sources/pobj/from are/ccomp/noted often/advmod/are back/amod/transliterations -/punct/transliterations transliterations/attr/are from/prep/transliterations the/det/transliteration Russian/amod/transliteration transliteration/pobj/from ./punct/noted
(S (NP (NP (PRP It))) (VP (MD should) (VP (VB be) (VP (VBN noted) (SBAR (IN that) (S (NP (NP (JJ Estonian) (NNS words) (CC and) (NNS names)) (VP (VBN quoted) (PP (IN in) (NP (NP (JJ international) (NNS publications)) (PP (IN from) (NP (JJ Soviet) (NNS sources))))))) (VP (VBP are) (ADVP (RB often)) (NP (NP (JJ back) (HYPH -) (NNS transliterations)) (PP (IN from) (NP (DT the) (JJ Russian) (NN transliteration)))))))))) (. .))
CT
['It should be noted']
['that Estonian words and names quoted in international publications from Soviet sources are often back - transliterations from the Russian transliteration']
[]
['It should be noted that Estonian words and names quoted in international publications from Soviet sources are often back - transliterations from the Russian transliteration .']
[]
60,018
An analysis of the 13 highest quality studies of pain treatment with acupuncture, published in January 2009, concluded there is little difference in the effect of real, sham and no acupuncture.
(ROOT (S (NP (NP (DT An) (NN analysis)) (PP (IN of) (NP (NP (NP (DT the) (CD 13) (NML (JJS highest) (NN quality)) (NNS studies)) (PP (IN of) (NP (NP (NN pain) (NN treatment)) (PP (IN with) (NP (NN acupuncture)))))) (, ,) (VP (VBN published) (PP (IN in) (NP (NNP January) (CD 2009)))) (, ,)))) (VP (VBD concluded) (SBAR (S (NP (EX there)) (VP (VBZ is) (NP (NP (JJ little) (NN difference)) (PP (IN in) (NP (NP (DT the) (NN effect)) (PP (IN of) (NP (ADJP (JJ real) (, ,) (JJ sham) (CC and) (DT no)) (NN acupuncture)))))))))) (. .)))
13
{ "ADJ": [ "highest", "little", "real" ], "ADP": [ "of", "of", "with", "in", "in", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "An", "the", "the", "no" ], "INTJ": [], "NOUN": [ "analysis", "quality", "studies", "pain", "treatment", "acupuncture", "difference", "effect", "sham", "acupuncture" ], "NUM": [ "13", "2009" ], "PART": [], "PRON": [ "there" ], "PROPN": [ "January" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "published", "concluded", "is" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-ADJP", "I-ADJP", "I-ADJP", "I-ADJ...
An/det/analysis analysis/nsubj/concluded of/prep/analysis the/det/studies 13/nummod/studies highest/amod/studies quality/compound/studies studies/pobj/of of/prep/studies pain/compound/treatment treatment/pobj/of with/prep/treatment acupuncture/pobj/with ,/punct/studies published/acl/studies in/prep/published January/pobj/in 2009/nummod/January ,/punct/analysis concluded/ROOT/concluded there/expl/is is/ccomp/concluded little/amod/difference difference/attr/is in/prep/difference the/det/effect effect/pobj/in of/prep/effect real/pobj/of ,/punct/real sham/conj/real and/cc/sham no/det/acupuncture acupuncture/conj/sham ./punct/concluded
(S (NP (NP (DT An) (NN analysis)) (PP (IN of) (NP (NP (NP (DT the) (CD 13) (NML (JJS highest) (NN quality)) (NNS studies)) (PP (IN of) (NP (NP (NN pain) (NN treatment)) (PP (IN with) (NP (NN acupuncture)))))) (, ,) (VP (VBN published) (PP (IN in) (NP (NNP January) (CD 2009)))) (, ,)))) (VP (VBD concluded) (SBAR (S (NP (EX there)) (VP (VBZ is) (NP (NP (JJ little) (NN difference)) (PP (IN in) (NP (NP (DT the) (NN effect)) (PP (IN of) (NP (ADJP (JJ real) (, ,) (JJ sham) (CC and) (DT no)) (NN acupuncture)))))))))) (. .))
CT
['An analysis of the 13 highest quality studies of pain treatment with acupuncture , published in January 2009 , concluded']
['there is little difference in the effect of real , sham and no acupuncture']
[]
['An analysis of the 13 highest quality studies of pain treatment with acupuncture , published in January 2009 , concluded there is little difference in the effect of real , sham and no acupuncture .']
[]
17,133
In 1931 a German engineer, Dr Bruno Lange, developed a photo cell using silver selenide in place of copper oxide.
(ROOT (S (PP (IN In) (NP (CD 1931))) (NP (NP (DT a) (JJ German) (NN engineer)) (, ,) (NP (NNP Dr) (NNP Bruno) (NNP Lange)) (, ,)) (VP (VBD developed) (NP (NP (DT a) (NN photo) (NN cell)) (VP (VBG using) (NP (JJ silver) (NN selenide)) (PP (IN in) (NP (NP (NN place)) (PP (IN of) (NP (NN copper) (NN oxide)))))))) (. .)))
10
{ "ADJ": [ "German", "silver" ], "ADP": [ "In", "in", "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "engineer", "photo", "cell", "selenide", "place", "copper", "oxide" ], "NUM": [ "1931" ], "PART": [], "PRON": [], "PROPN": [ "Dr", "Bruno", "Lange" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "developed", "using" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
In/prep/developed 1931/pobj/In a/det/engineer German/amod/engineer engineer/nsubj/developed ,/punct/engineer Dr/compound/Lange Bruno/compound/Lange Lange/appos/engineer ,/punct/engineer developed/ROOT/developed a/det/cell photo/compound/cell cell/dobj/developed using/acl/cell silver/amod/selenide selenide/dobj/using in/prep/using place/pobj/in of/prep/place copper/compound/oxide oxide/pobj/of ./punct/developed
(S (PP (IN In) (NP (CD 1931))) (NP (NP (DT a) (JJ German) (NN engineer)) (, ,) (NP (NNP Dr) (NNP Bruno) (NNP Lange)) (, ,)) (VP (VBD developed) (NP (NP (DT a) (NN photo) (NN cell)) (VP (VBG using) (NP (JJ silver) (NN selenide)) (PP (IN in) (NP (NP (NN place)) (PP (IN of) (NP (NN copper) (NN oxide)))))))) (. .))
T
['a German engineer , Dr Bruno Lange , developed a photo cell using silver selenide in place of copper oxide']
[]
['In 1931 a German engineer , Dr Bruno Lange , developed a photo cell using silver selenide in place of copper oxide .']
[]
[]
53,184
The first of these founded Charles Town, in 1670.
(ROOT (S (NP (NP (DT The) (JJ first)) (PP (IN of) (NP (DT these)))) (VP (VBD founded) (NP (NNP Charles) (NNP Town)) (, ,) (PP (IN in) (NP (CD 1670)))) (. .)))
6
{ "ADJ": [ "first" ], "ADP": [ "of", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "The" ], "INTJ": [], "NOUN": [], "NUM": [ "1670" ], "PART": [], "PRON": [ "these" ], "PROPN": [ "Charles", "Town" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "founded" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "O" ]
The/det/first first/nsubj/founded of/prep/first these/pobj/of founded/ROOT/founded Charles/compound/Town Town/dobj/founded ,/punct/founded in/prep/founded 1670/pobj/in ./punct/founded
(S (NP (NP (DT The) (JJ first)) (PP (IN of) (NP (DT these)))) (VP (VBD founded) (NP (NNP Charles) (NNP Town)) (, ,) (PP (IN in) (NP (CD 1670)))) (. .))
T
['The first of these founded Charles Town , in 1670']
[]
['The first of these founded Charles Town , in 1670 .']
[]
[]
47,847
Why is the collection dominated by fashionable clothes made for special occasions?
(ROOT (SBARQ (WHADVP (WRB Why)) (SQ (VBZ is) (NP (DT the) (NN collection)) (VP (VP (VBN dominated) (PP (IN by) (NP (JJ fashionable) (NNS clothes)))) (VP (VBN made) (PP (IN for) (NP (JJ special) (NNS occasions)))))) (. ?)))
8
{ "ADJ": [ "fashionable", "special" ], "ADP": [ "by", "for" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "collection", "clothes", "occasions" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [ "Why" ], "SPACE": [], "SYM": [], "VERB": [ "dominated", "made" ], "X": [] }
[ "O", "O", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O" ]
Why/advmod/is is/ROOT/is the/det/collection collection/nsubj/is dominated/acl/collection by/agent/dominated fashionable/amod/clothes clothes/pobj/by made/acl/clothes for/prep/made special/amod/occasions occasions/pobj/for ?/punct/is
(SBARQ (WHADVP (WRB Why)) (SQ (VBZ is) (NP (DT the) (NN collection)) (VP (VP (VBN dominated) (PP (IN by) (NP (JJ fashionable) (NNS clothes)))) (VP (VBN made) (PP (IN for) (NP (JJ special) (NNS occasions)))))) (. ?))
FC
[]
[]
[]
[]
['Why is the collection dominated by fashionable clothes made for special occasions ?']
65,186
The chloroplast is known to make the precursors to methionine but it is unclear whether the organelle carries out the last leg of the pathway or if it happens in the cytosol.
(ROOT (S (S (NP (DT The) (NN chloroplast)) (VP (VBZ is) (VP (VBN known) (S (VP (TO to) (VP (VB make) (NP (NP (DT the) (NNS precursors)) (PP (IN to) (NP (NN methionine)))))))))) (CC but) (S (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ unclear)) (SBAR (SBAR (IN whether) (S (NP (DT the) (NN organelle)) (VP (VBZ carries) (PRT (RP out)) (NP (NP (DT the) (JJ last) (NN leg)) (PP (IN of) (NP (DT the) (NN pathway))))))) (CC or) (SBAR (IN if) (S (NP (PRP it)) (VP (VBZ happens) (PP (IN in) (NP (DT the) (NN cytosol))))))))) (. .)))
12
{ "ADJ": [ "unclear", "last" ], "ADP": [ "to", "out", "of", "in" ], "ADV": [], "AUX": [ "is", "is" ], "CCONJ": [ "but", "or" ], "DET": [ "The", "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "chloroplast", "precursors", "methionine", "organelle", "leg", "pathway", "cytosol" ], "NUM": [], "PART": [ "to" ], "PRON": [ "it", "it" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [ "whether", "if" ], "SPACE": [], "SYM": [], "VERB": [ "known", "make", "carries", "happens" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-ADJP", "O", "B-NP", "I-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/chloroplast chloroplast/nsubjpass/known is/auxpass/known known/ROOT/known to/aux/make make/xcomp/known the/det/precursors precursors/dobj/make to/prep/make methionine/pobj/to but/cc/known it/nsubj/is is/conj/known unclear/acomp/is whether/mark/carries the/det/organelle organelle/nsubj/carries carries/ccomp/is out/prt/carries the/det/leg last/amod/leg leg/dobj/carries of/prep/leg the/det/pathway pathway/pobj/of or/cc/carries if/mark/happens it/nsubj/happens happens/conj/carries in/prep/happens the/det/cytosol cytosol/pobj/in ./punct/is
(S (S (NP (DT The) (NN chloroplast)) (VP (VBZ is) (VP (VBN known) (S (VP (TO to) (VP (VB make) (NP (NP (DT the) (NNS precursors)) (PP (IN to) (NP (NN methionine)))))))))) (CC but) (S (NP (NP (PRP it))) (VP (VBZ is) (ADJP (JJ unclear)) (SBAR (SBAR (IN whether) (S (NP (DT the) (NN organelle)) (VP (VBZ carries) (PRT (RP out)) (NP (NP (DT the) (JJ last) (NN leg)) (PP (IN of) (NP (DT the) (NN pathway))))))) (CC or) (SBAR (IN if) (S (NP (PRP it)) (VP (VBZ happens) (PP (IN in) (NP (DT the) (NN cytosol))))))))) (. .))
CT
['The chloroplast is known to make the precursors to methionine', 'it is unclear']
['whether the organelle carries out the last leg of the pathway or if it happens in the cytosol', 'whether the organelle carries out the last leg of the pathway', 'if it happens in the cytosol']
[]
['The chloroplast is known to make the precursors to methionine but it is unclear whether the organelle carries out the last leg of the pathway or if it happens in the cytosol .']
[]
23,522
In his popular book, The Road to Serfdom (1944) and in subsequent academic works, Hayek argued that socialism required central economic planning and that such planning in turn leads towards totalitarianism.
(ROOT (S (PP (PP (IN In) (NP (NP (NP (PRP$ his) (JJ popular) (NN book)) (, ,) (NP (NP (DT The) (NNP Road)) (PP (IN to) (NP (NNP Serfdom))))) (-LRB- -LRB-) (NP (CD 1944)) (-RRB- -RRB-))) (CC and) (PP (IN in) (NP (JJ subsequent) (JJ academic) (NNS works)))) (, ,) (NP (NNP Hayek)) (VP (VBD argued) (SBAR (SBAR (IN that) (S (NP (NN socialism)) (VP (VBD required) (NP (JJ central) (JJ economic) (NN planning))))) (CC and) (SBAR (IN that) (S (NP (NP (JJ such) (NN planning)) (PP (IN in) (NP (NN turn)))) (VP (VBZ leads) (PP (IN towards) (NP (NN totalitarianism)))))))) (. .)))
10
{ "ADJ": [ "popular", "subsequent", "academic", "central", "economic", "such" ], "ADP": [ "In", "to", "in", "in", "towards" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "The" ], "INTJ": [], "NOUN": [ "book", "works", "socialism", "planning", "planning", "turn", "totalitarianism" ], "NUM": [ "1944" ], "PART": [], "PRON": [ "his" ], "PROPN": [ "Road", "Serfdom", "Hayek" ], "PUNCT": [ ",", "(", ")", ",", "." ], "SCONJ": [ "that", "that" ], "SPACE": [], "SYM": [], "VERB": [ "argued", "required", "leads" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", ...
In/prep/argued his/poss/book popular/amod/book book/pobj/In ,/punct/book The/det/Road Road/appos/book to/prep/Road Serfdom/pobj/to (/punct/1944 1944/appos/Serfdom )/punct/Serfdom and/cc/In in/prep/argued subsequent/amod/works academic/amod/works works/pobj/in ,/punct/argued Hayek/nsubj/argued argued/ROOT/argued that/mark/required socialism/nsubj/required required/ccomp/argued central/amod/planning economic/amod/planning planning/dobj/required and/cc/required that/mark/leads such/amod/planning planning/nsubj/leads in/prep/leads turn/pobj/in leads/conj/required towards/prep/leads totalitarianism/pobj/towards ./punct/argued
(S (PP (PP (IN In) (NP (NP (NP (PRP$ his) (JJ popular) (NN book)) (, ,) (NP (NP (DT The) (NNP Road)) (PP (IN to) (NP (NNP Serfdom))))) (-LRB- -LRB-) (NP (CD 1944)) (-RRB- -RRB-))) (CC and) (PP (IN in) (NP (JJ subsequent) (JJ academic) (NNS works)))) (, ,) (NP (NNP Hayek)) (VP (VBD argued) (SBAR (SBAR (IN that) (S (NP (NN socialism)) (VP (VBD required) (NP (JJ central) (JJ economic) (NN planning))))) (CC and) (SBAR (IN that) (S (NP (NP (JJ such) (NN planning)) (PP (IN in) (NP (NN turn)))) (VP (VBZ leads) (PP (IN towards) (NP (NN totalitarianism)))))))) (. .))
CT
['Hayek argued']
['that socialism required central economic planning and that such planning in turn leads towards totalitarianism', 'that socialism required central economic planning', 'that such planning in turn leads towards totalitarianism']
[]
['In his popular book , The Road to Serfdom -LRB- 1944 -RRB- and in subsequent academic works , Hayek argued that socialism required central economic planning and that such planning in turn leads towards totalitarianism .']
[]
43,513
To be considered 'enriched', the uranium-235 fraction should be between 3% and 5%.
(ROOT (S (S (VP (TO To) (VP (VB be) (VP (VBN considered) (S (`` ') (ADJP (VBN enriched)) ('' ')))))) (, ,) (NP (DT the) (CD uranium-235) (NN fraction)) (VP (MD should) (VP (VB be) (PP (IN between) (CD 3) (NN %) (CC and) (CD 5) (NN %)))) (. .)))
9
{ "ADJ": [ "uranium-235" ], "ADP": [ "between" ], "ADV": [], "AUX": [ "be", "should", "be" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "fraction", "%", "%" ], "NUM": [ "3", "5" ], "PART": [ "To" ], "PRON": [], "PROPN": [], "PUNCT": [ "'", "'", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "considered", "enriched" ], "X": [] }
[ "B-VP", "I-VP", "I-VP", "O", "B-ADJP", "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "I-PP", "I-PP", "I-PP", "I-PP", "I-PP", "O" ]
To/aux/considered be/auxpass/considered considered/advcl/be '/punct/enriched enriched/oprd/considered '/punct/be ,/punct/be the/det/fraction uranium-235/amod/fraction fraction/nsubj/be should/aux/be be/ROOT/be between/quantmod/3 3/nummod/% %/quantmod/3 and/cc/3 5/conj/3 %/attr/be ./punct/be
(S (S (VP (TO To) (VP (VB be) (VP (VBN considered) (S (`` ') (ADJP (VBN enriched)) ('' ')))))) (, ,) (NP (DT the) (CD uranium-235) (NN fraction)) (VP (MD should) (VP (VB be) (PP (IN between) (CD 3) (NN %) (CC and) (CD 5) (NN %)))) (. .))
T
['the uranium-235 fraction should be between 3 % and 5 %']
[]
["To be considered ' enriched ' , the uranium-235 fraction should be between 3 % and 5 % ."]
[]
[]
52,325
Innate bisexuality is an idea introduced by Sigmund Freud.
(ROOT (S (NP (JJ Innate) (NN bisexuality)) (VP (VBZ is) (NP (NP (DT an) (NN idea)) (VP (VBN introduced) (PP (IN by) (NP (NNP Sigmund) (NNP Freud)))))) (. .)))
8
{ "ADJ": [ "Innate" ], "ADP": [ "by" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "an" ], "INTJ": [], "NOUN": [ "bisexuality", "idea" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Sigmund", "Freud" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "introduced" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O" ]
Innate/amod/bisexuality bisexuality/nsubj/is is/ROOT/is an/det/idea idea/attr/is introduced/acl/idea by/agent/introduced Sigmund/compound/Freud Freud/pobj/by ./punct/is
(S (NP (JJ Innate) (NN bisexuality)) (VP (VBZ is) (NP (NP (DT an) (NN idea)) (VP (VBN introduced) (PP (IN by) (NP (NNP Sigmund) (NNP Freud)))))) (. .))
T
['Innate bisexuality is an idea introduced by Sigmund Freud']
[]
['Innate bisexuality is an idea introduced by Sigmund Freud .']
[]
[]
36,436
Journalist David Randall argued in the textbook The Universal Journalist that The Sun's story was one of the worst cases of journalistic malpractice in recent history, putting its own readers in harm's way.
(ROOT (S (NP (NNP Journalist) (NNP David) (NNP Randall)) (VP (VBD argued) (PP (IN in) (NP (NP (DT the) (NN textbook)) (NP (DT The) (NNP Universal) (NNP Journalist)))) (SBAR (IN that) (S (NP (NP (DT The) (NNP Sun) (POS 's)) (NN story)) (VP (VBD was) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS worst) (NNS cases)) (PP (IN of) (NP (JJ journalistic) (NN malpractice))) (PP (IN in) (NP (JJ recent) (NN history)))))) (, ,) (S (VP (VBG putting) (NP (PRP$ its) (JJ own) (NNS readers)) (PP (IN in) (NP (NP (NN harm) (POS 's)) (NN way))))))))) (. .)))
12
{ "ADJ": [ "worst", "journalistic", "recent", "own" ], "ADP": [ "in", "of", "of", "in", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "The", "The", "the" ], "INTJ": [], "NOUN": [ "textbook", "story", "cases", "malpractice", "history", "readers", "harm", "way" ], "NUM": [ "one" ], "PART": [ "'s", "'s" ], "PRON": [ "its" ], "PROPN": [ "Journalist", "David", "Randall", "Universal", "Journalist", "Sun" ], "PUNCT": [ ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "argued", "putting" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", ...
Journalist/compound/Randall David/compound/Randall Randall/nsubj/argued argued/ROOT/argued in/prep/argued the/det/textbook textbook/pobj/in The/det/Journalist Universal/compound/Journalist Journalist/appos/textbook that/mark/was The/det/Sun Sun/poss/story 's/case/Sun story/nsubj/was was/ccomp/argued one/attr/was of/prep/one the/det/cases worst/amod/cases cases/pobj/of of/prep/cases journalistic/amod/malpractice malpractice/pobj/of in/prep/cases recent/amod/history history/pobj/in ,/punct/was putting/advcl/was its/poss/readers own/amod/readers readers/dobj/putting in/prep/putting harm/poss/way 's/case/harm way/pobj/in ./punct/argued
(S (NP (NNP Journalist) (NNP David) (NNP Randall)) (VP (VBD argued) (PP (IN in) (NP (NP (DT the) (NN textbook)) (NP (DT The) (NNP Universal) (NNP Journalist)))) (SBAR (IN that) (S (NP (NP (DT The) (NNP Sun) (POS 's)) (NN story)) (VP (VBD was) (NP (NP (CD one)) (PP (IN of) (NP (NP (DT the) (JJS worst) (NNS cases)) (PP (IN of) (NP (JJ journalistic) (NN malpractice))) (PP (IN in) (NP (JJ recent) (NN history)))))) (, ,) (S (VP (VBG putting) (NP (PRP$ its) (JJ own) (NNS readers)) (PP (IN in) (NP (NP (NN harm) (POS 's)) (NN way))))))))) (. .))
CT
['Journalist David Randall argued in the textbook The Universal Journalist']
["that The Sun 's story was one of the worst cases of journalistic malpractice in recent history , putting its own readers in harm 's way"]
[]
["Journalist David Randall argued in the textbook The Universal Journalist that The Sun 's story was one of the worst cases of journalistic malpractice in recent history , putting its own readers in harm 's way ."]
[]
11,667
There are two major sports centers in Nanjing, Wutaishan Sports Center and Nanjing Olympic Sports Center.
(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NP (CD two) (JJ major) (NNS sports) (NNS centers)) (PP (IN in) (NP (NNP Nanjing)))) (, ,) (NP (NP (NNP Wutaishan) (NNPS Sports) (NNP Center)) (CC and) (NP (NNP Nanjing) (NNP Olympic) (NNPS Sports) (NNP Center))))) (. .)))
8
{ "ADJ": [ "major" ], "ADP": [ "in" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "sports", "centers" ], "NUM": [ "two" ], "PART": [], "PRON": [ "There" ], "PROPN": [ "Nanjing", "Wutaishan", "Sports", "Center", "Nanjing", "Olympic", "Sports", "Center" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "are" ], "X": [] }
[ "B-NP", "B-VP", "B-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", "O" ]
There/expl/are are/ROOT/are two/nummod/centers major/amod/centers sports/compound/centers centers/attr/are in/prep/centers Nanjing/pobj/in ,/punct/Nanjing Wutaishan/compound/Center Sports/compound/Center Center/conj/Nanjing and/cc/Center Nanjing/compound/Center Olympic/compound/Sports Sports/compound/Center Center/conj/Center ./punct/are
(S (NP (EX There)) (VP (VBP are) (NP (NP (NP (CD two) (JJ major) (NNS sports) (NNS centers)) (PP (IN in) (NP (NNP Nanjing)))) (, ,) (NP (NP (NNP Wutaishan) (NNPS Sports) (NNP Center)) (CC and) (NP (NNP Nanjing) (NNP Olympic) (NNPS Sports) (NNP Center))))) (. .))
T
['There are two major sports centers in Nanjing , Wutaishan Sports Center and Nanjing Olympic Sports Center']
[]
['There are two major sports centers in Nanjing , Wutaishan Sports Center and Nanjing Olympic Sports Center .']
[]
[]
482
Psychiatrist Keith Ablow suggests her mother's death would have had an immeasurable impact on the young Madonna at a time when her personality was still forming.
(ROOT (S (NP (NN Psychiatrist) (NNP Keith) (NNP Ablow)) (VP (VBZ suggests) (SBAR (S (NP (NP (PRP$ her) (NN mother) (POS 's)) (NN death)) (VP (MD would) (VP (VB have) (VP (VBN had) (NP (NP (DT an) (JJ immeasurable) (NN impact)) (PP (IN on) (NP (DT the) (JJ young) (NNP Madonna)))) (PP (IN at) (NP (NP (DT a) (NN time)) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ her) (NN personality)) (VP (VBD was) (ADVP (RB still)) (VP (VBG forming))))))))))))) (. .)))
15
{ "ADJ": [ "immeasurable", "young" ], "ADP": [ "on", "at" ], "ADV": [ "still" ], "AUX": [ "would", "have", "was" ], "CCONJ": [], "DET": [ "an", "the", "a" ], "INTJ": [], "NOUN": [ "mother", "death", "impact", "time", "personality" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "her", "her" ], "PROPN": [ "Psychiatrist", "Keith", "Ablow", "Madonna" ], "PUNCT": [ "." ], "SCONJ": [ "when" ], "SPACE": [], "SYM": [], "VERB": [ "suggests", "had", "forming" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O" ]
Psychiatrist/compound/Ablow Keith/compound/Ablow Ablow/nsubj/suggests suggests/ROOT/suggests her/poss/mother mother/poss/death 's/case/mother death/nsubj/had would/aux/had have/aux/had had/ccomp/suggests an/det/impact immeasurable/amod/impact impact/dobj/had on/prep/impact the/det/Madonna young/amod/Madonna Madonna/pobj/on at/prep/had a/det/time time/pobj/at when/advmod/forming her/poss/personality personality/nsubj/forming was/aux/forming still/advmod/forming forming/relcl/time ./punct/suggests
(S (NP (NN Psychiatrist) (NNP Keith) (NNP Ablow)) (VP (VBZ suggests) (SBAR (S (NP (NP (PRP$ her) (NN mother) (POS 's)) (NN death)) (VP (MD would) (VP (VB have) (VP (VBN had) (NP (NP (DT an) (JJ immeasurable) (NN impact)) (PP (IN on) (NP (DT the) (JJ young) (NNP Madonna)))) (PP (IN at) (NP (NP (DT a) (NN time)) (SBAR (WHADVP (WRB when)) (S (NP (PRP$ her) (NN personality)) (VP (VBD was) (ADVP (RB still)) (VP (VBG forming))))))))))))) (. .))
CT
['Psychiatrist Keith Ablow suggests']
["her mother 's death would have had an immeasurable impact on the young Madonna at a time when her personality was still forming", 'when her personality was still forming']
[]
["Psychiatrist Keith Ablow suggests her mother 's death would have had an immeasurable impact on the young Madonna at a time when her personality was still forming ."]
[]
63,847
There are many names for God, and different names are attached to different cultural ideas about God's identity and attributes.
(ROOT (S (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ many) (NNS names)) (PP (IN for) (NP (NNP God)))))) (, ,) (CC and) (S (NP (JJ different) (NNS names)) (VP (VBP are) (VP (VBN attached) (PP (IN to) (NP (NP (JJ different) (JJ cultural) (NNS ideas)) (PP (IN about) (NP (NP (NNP God) (POS 's)) (NN identity) (CC and) (NNS attributes)))))))) (. .)))
11
{ "ADJ": [ "many", "different", "different", "cultural" ], "ADP": [ "for", "to", "about" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and", "and" ], "DET": [], "INTJ": [], "NOUN": [ "names", "names", "ideas", "identity", "attributes" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "There" ], "PROPN": [ "God", "God" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "are", "attached" ], "X": [] }
[ "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "O", "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", "O" ]
There/expl/are are/ROOT/are many/amod/names names/attr/are for/prep/names God/pobj/for ,/punct/are and/cc/are different/amod/names names/nsubjpass/attached are/auxpass/attached attached/conj/are to/prep/attached different/amod/ideas cultural/amod/ideas ideas/pobj/to about/prep/ideas God/poss/identity 's/case/God identity/pobj/about and/cc/identity attributes/conj/identity ./punct/attached
(S (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ many) (NNS names)) (PP (IN for) (NP (NNP God)))))) (, ,) (CC and) (S (NP (JJ different) (NNS names)) (VP (VBP are) (VP (VBN attached) (PP (IN to) (NP (NP (JJ different) (JJ cultural) (NNS ideas)) (PP (IN about) (NP (NP (NNP God) (POS 's)) (NN identity) (CC and) (NNS attributes)))))))) (. .))
T
['There are many names for God', "different names are attached to different cultural ideas about God 's identity and attributes"]
[]
["There are many names for God , and different names are attached to different cultural ideas about God 's identity and attributes ."]
[]
[]
38,895
Small Armenian trading and religious communities have existed outside of Armenia for centuries.
(ROOT (S (NP (JJ Small) (JJ Armenian) (UCP (NN trading) (CC and) (JJ religious)) (NNS communities)) (VP (VBP have) (VP (VBN existed) (PP (IN outside) (PP (IN of) (NP (NNP Armenia)))) (PP (IN for) (NP (NNS centuries))))) (. .)))
8
{ "ADJ": [ "Small", "Armenian", "religious" ], "ADP": [ "of", "for" ], "ADV": [ "outside" ], "AUX": [ "have" ], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "trading", "communities", "centuries" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Armenia" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "existed" ], "X": [] }
[ "B-NP", "I-NP", "O", "O", "O", "B-NP", "B-VP", "I-VP", "B-PP", "I-PP", "B-NP", "B-PP", "B-NP", "O" ]
Small/amod/communities Armenian/amod/communities trading/nmod/communities and/cc/trading religious/amod/communities communities/nsubj/existed have/aux/existed existed/ROOT/existed outside/prep/existed of/prep/outside Armenia/pobj/of for/prep/existed centuries/pobj/for ./punct/existed
(S (NP (JJ Small) (JJ Armenian) (UCP (NN trading) (CC and) (JJ religious)) (NNS communities)) (VP (VBP have) (VP (VBN existed) (PP (IN outside) (PP (IN of) (NP (NNP Armenia)))) (PP (IN for) (NP (NNS centuries))))) (. .))
T
['Small Armenian trading and religious communities have existed outside of Armenia for centuries']
[]
['Small Armenian trading and religious communities have existed outside of Armenia for centuries .']
[]
[]
248
The frequency of these tests is mandated by the local jurisdiction, which may be a town, city, state or provincial standard.
(ROOT (S (NP (NP (DT The) (NN frequency)) (PP (IN of) (NP (DT these) (NNS tests)))) (VP (VBZ is) (VP (VBN mandated) (PP (IN by) (NP (NP (DT the) (JJ local) (NN jurisdiction)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD may) (VP (VB be) (NP (DT a) (UCP (NN town) (, ,) (NN city) (, ,) (NN state) (CC or) (JJ provincial)) (NN standard)))))))))) (. .)))
13
{ "ADJ": [ "local", "provincial" ], "ADP": [ "of", "by" ], "ADV": [], "AUX": [ "is", "may", "be" ], "CCONJ": [ "or" ], "DET": [ "The", "these", "the", "a" ], "INTJ": [], "NOUN": [ "frequency", "tests", "jurisdiction", "town", "city", "state", "standard" ], "NUM": [], "PART": [], "PRON": [ "which" ], "PROPN": [], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "mandated" ], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-NP", "O", "O", "O", "O", "O", "O", "O", "B-NP", "O" ]
The/det/frequency frequency/nsubjpass/mandated of/prep/frequency these/det/tests tests/pobj/of is/auxpass/mandated mandated/ROOT/mandated by/agent/mandated the/det/jurisdiction local/amod/jurisdiction jurisdiction/pobj/by ,/punct/jurisdiction which/nsubj/be may/aux/be be/relcl/jurisdiction a/det/standard town/nmod/standard ,/punct/town city/conj/town ,/punct/city state/conj/city or/cc/state provincial/conj/state standard/attr/be ./punct/mandated
(S (NP (NP (DT The) (NN frequency)) (PP (IN of) (NP (DT these) (NNS tests)))) (VP (VBZ is) (VP (VBN mandated) (PP (IN by) (NP (NP (DT the) (JJ local) (NN jurisdiction)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (MD may) (VP (VB be) (NP (DT a) (UCP (NN town) (, ,) (NN city) (, ,) (NN state) (CC or) (JJ provincial)) (NN standard)))))))))) (. .))
CT
['The frequency of these tests is mandated by the local jurisdiction , which may be a town , city , state or provincial standard']
['which may be a town , city , state or provincial standard']
[]
['The frequency of these tests is mandated by the local jurisdiction , which may be a town , city , state or provincial standard .']
[]
64,649
A notable former player is Anthony Allen, who played with Leicester Tigers as a centre.
(ROOT (S (NP (DT A) (JJ notable) (JJ former) (NN player)) (VP (VBZ is) (NP (NP (NNP Anthony) (NNP Allen)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD played) (PP (IN with) (NP (NNP Leicester) (NNPS Tigers))) (PP (IN as) (NP (DT a) (NN centre)))))))) (. .)))
10
{ "ADJ": [ "notable", "former" ], "ADP": [ "with", "as" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "A", "a" ], "INTJ": [], "NOUN": [ "player", "centre" ], "NUM": [], "PART": [], "PRON": [ "who" ], "PROPN": [ "Anthony", "Allen", "Leicester", "Tigers" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "played" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
A/det/player notable/amod/player former/amod/player player/nsubj/is is/ROOT/is Anthony/compound/Allen Allen/attr/is ,/punct/Allen who/nsubj/played played/relcl/Allen with/prep/played Leicester/compound/Tigers Tigers/pobj/with as/prep/played a/det/centre centre/pobj/as ./punct/is
(S (NP (DT A) (JJ notable) (JJ former) (NN player)) (VP (VBZ is) (NP (NP (NNP Anthony) (NNP Allen)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD played) (PP (IN with) (NP (NNP Leicester) (NNPS Tigers))) (PP (IN as) (NP (DT a) (NN centre)))))))) (. .))
CT
['A notable former player is Anthony Allen , who played with Leicester Tigers as a centre']
['who played with Leicester Tigers as a centre']
[]
['A notable former player is Anthony Allen , who played with Leicester Tigers as a centre .']
[]
49,943
What was the final build Microsoft decided to manufacture?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (JJ final) (NN build)) (SBAR (S (NP (NNP Microsoft)) (VP (VBD decided) (S (VP (TO to) (VP (VB manufacture)))))))))) (. ?)))
12
{ "ADJ": [ "final" ], "ADP": [], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "build" ], "NUM": [], "PART": [ "to" ], "PRON": [ "What" ], "PROPN": [ "Microsoft" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "decided", "manufacture" ], "X": [] }
[ "O", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
What/attr/was was/ROOT/was the/det/build final/amod/build build/nsubj/was Microsoft/nsubj/decided decided/relcl/build to/aux/manufacture manufacture/xcomp/decided ?/punct/was
(SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (JJ final) (NN build)) (SBAR (S (NP (NNP Microsoft)) (VP (VBD decided) (S (VP (TO to) (VP (VB manufacture)))))))))) (. ?))
FC
[]
['Microsoft decided to manufacture']
[]
[]
['What was the final build Microsoft decided to manufacture ?']
21,729
A group of offspring is a litter.
(ROOT (S (NP (NP (DT A) (NN group)) (PP (IN of) (NP (NN offspring)))) (VP (VBZ is) (NP (DT a) (NN litter))) (. .)))
6
{ "ADJ": [], "ADP": [ "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "A", "a" ], "INTJ": [], "NOUN": [ "group", "offspring", "litter" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "O" ]
A/det/group group/nsubj/is of/prep/group offspring/pobj/of is/ROOT/is a/det/litter litter/attr/is ./punct/is
(S (NP (NP (DT A) (NN group)) (PP (IN of) (NP (NN offspring)))) (VP (VBZ is) (NP (DT a) (NN litter))) (. .))
T
['A group of offspring is a litter']
[]
['A group of offspring is a litter .']
[]
[]
23,734
In this paper McTaggart proposes two "temporal series".
(ROOT (S (PP (IN In) (NP (DT this) (NN paper))) (NP (NNP McTaggart)) (VP (VBZ proposes) (NP (CD two) (`` ") (JJ temporal) (NN series))) (. ") (. .)))
5
{ "ADJ": [ "temporal" ], "ADP": [ "In" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "this" ], "INTJ": [], "NOUN": [ "paper", "series" ], "NUM": [ "two" ], "PART": [], "PRON": [], "PROPN": [ "McTaggart" ], "PUNCT": [ "\"", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "proposes" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O" ]
In/prep/proposes this/det/paper paper/pobj/In McTaggart/nsubj/proposes proposes/ROOT/proposes two/nummod/series "/punct/series temporal/amod/series series/dobj/proposes "/punct/series ./punct/proposes
(S (PP (IN In) (NP (DT this) (NN paper))) (NP (NNP McTaggart)) (VP (VBZ proposes) (NP (CD two) (`` ") (JJ temporal) (NN series))) (. ") (. .))
T
['McTaggart proposes two " temporal series']
[]
['In this paper McTaggart proposes two " temporal series " .']
[]
[]
6,987
First, the gene's DNA is transcribed to messenger RNA (mRNA).:6.1 Second, that mRNA is translated to protein.:6.2 RNA-coding genes must still go through the first step, but are not translated into protein.
(ROOT (S (ADVP (RB First)) (, ,) (NP (NP (DT the) (NN gene) (POS 's)) (NN DNA)) (VBZ is) (VP (VBN transcribed) (IN to) (NP (NN messenger) (NN RNA)) (-LRB- -LRB-) (CD mRNA-RRB-.:6.1) (ADVP (JJ Second)) (, ,) (IN that) (S (NP (NN mRNA)) (VP (VBZ is) (VP (VP (VBN translated) (IN to)) (LS protein.:6.2) (S (NP (ADJP (NN RNA) (HYPH -) (VBG coding)) (NNS genes)) (VP (VP (MD must) (ADVP (RB still)) (VP (VB go) (PP (IN through) (NP (DT the) (JJ first) (NN step))))) (, ,) (CC but) (VP (VBP are) (RB not) (VP (VBN translated) (PP (IN into) (NP (NN protein))))))))))) (. .)))
13
{ "ADJ": [ "first" ], "ADP": [ "to", "to", "through", "into" ], "ADV": [ "First", "still" ], "AUX": [ "is", "is", "must", "are" ], "CCONJ": [ "but" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "gene", "messenger", "mRNA", "genes", "step", "protein" ], "NUM": [], "PART": [ "'s", "not" ], "PRON": [], "PROPN": [ "DNA", "RNA", "Second", "protein.:6.2", "RNA" ], "PUNCT": [ ",", "(", ",", "-", ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "transcribed", "mRNA).:6.1", "translated", "coding", "go", "translated" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-VP", "I-VP", "B-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", ...
First/advmod/transcribed ,/punct/transcribed the/det/gene gene/poss/DNA 's/case/gene DNA/nsubjpass/transcribed is/auxpass/transcribed transcribed/ROOT/transcribed to/prep/transcribed messenger/compound/RNA RNA/pobj/to (/punct/RNA mRNA).:6.1/acl/RNA Second/oprd/mRNA).:6.1 ,/punct/RNA that/mark/translated mRNA/nsubjpass/translated is/auxpass/translated translated/relcl/RNA to/prep/translated protein.:6.2/compound/genes RNA/nmod/genes -/punct/genes coding/amod/genes genes/pobj/to must/aux/go still/advmod/go go/conj/transcribed through/prep/go the/det/step first/amod/step step/pobj/through ,/punct/go but/cc/go are/auxpass/translated not/neg/translated translated/conj/go into/prep/translated protein/pobj/into ./punct/transcribed
(S (ADVP (RB First)) (, ,) (NP (NP (DT the) (NN gene) (POS 's)) (NN DNA)) (VBZ is) (VP (VBN transcribed) (IN to) (NP (NN messenger) (NN RNA)) (-LRB- -LRB-) (CD mRNA-RRB-.:6.1) (ADVP (JJ Second)) (, ,) (IN that) (S (NP (NN mRNA)) (VP (VBZ is) (VP (VP (VBN translated) (IN to)) (LS protein.:6.2) (S (NP (ADJP (NN RNA) (HYPH -) (VBG coding)) (NNS genes)) (VP (VP (MD must) (ADVP (RB still)) (VP (VB go) (PP (IN through) (NP (DT the) (JJ first) (NN step))))) (, ,) (CC but) (VP (VBP are) (RB not) (VP (VBN translated) (PP (IN into) (NP (NN protein))))))))))) (. .))
T
["the gene 's DNA transcribed to messenger RNA -LRB- mRNA-RRB-.:6.1 Second , that mRNA is translated to protein.:6.2 RNA - coding genes must still go through the first step , but are not translated into protein"]
[]
["First , the gene 's DNA is transcribed to messenger RNA -LRB- mRNA-RRB-.:6.1 Second , that mRNA is translated to protein.:6.2 RNA - coding genes must still go through the first step , but are not translated into protein ."]
[]
[]
63,469
The aesthetic was inspired by the 1958 Braun T3 transistor radio designed by Dieter Rams, while the wheel based user interface was prompted by Bang & Olufsen's BeoCom 6000 telephone.
(ROOT (S (NP (DT The) (NN aesthetic)) (VP (VBD was) (VP (VBN inspired) (PP (IN by) (NP (NP (DT the) (CD 1958) (NML (NNP Braun) (NNP T3)) (NN transistor) (NN radio)) (VP (VBN designed) (PP (IN by) (NP (NNP Dieter) (NNP Rams)))))) (, ,) (SBAR (IN while) (S (NP (DT the) (ADJP (NN wheel) (VBN based)) (NN user) (NN interface)) (VP (VBD was) (VP (VBN prompted) (PP (IN by) (NP (NP (NNP Bang) (CC &) (NNP Olufsen) (POS 's)) (NML (NNP BeoCom) (CD 6000)) (NN telephone))))))))) (. .)))
12
{ "ADJ": [], "ADP": [ "by", "by", "by" ], "ADV": [], "AUX": [ "was", "was" ], "CCONJ": [ "&" ], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "aesthetic", "transistor", "radio", "wheel", "user", "interface", "telephone" ], "NUM": [ "1958", "6000" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "Braun", "T3", "Dieter", "Rams", "Bang", "Olufsen", "BeoCom" ], "PUNCT": [ ",", "." ], "SCONJ": [ "while" ], "SPACE": [], "SYM": [], "VERB": [ "inspired", "designed", "based", "prompted" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "O", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "O" ]
The/det/aesthetic aesthetic/nsubjpass/inspired was/auxpass/inspired inspired/ROOT/inspired by/agent/inspired the/det/radio 1958/nummod/radio Braun/compound/radio T3/compound/radio transistor/compound/radio radio/pobj/by designed/acl/radio by/agent/designed Dieter/compound/Rams Rams/pobj/by ,/punct/inspired while/mark/prompted the/det/interface wheel/npadvmod/based based/amod/interface user/compound/interface interface/nsubjpass/prompted was/auxpass/prompted prompted/advcl/inspired by/agent/prompted Bang/poss/telephone &/cc/Bang Olufsen/conj/Bang 's/case/Olufsen BeoCom/nmod/telephone 6000/nummod/BeoCom telephone/pobj/by ./punct/inspired
(S (NP (DT The) (NN aesthetic)) (VP (VBD was) (VP (VBN inspired) (PP (IN by) (NP (NP (DT the) (CD 1958) (NML (NNP Braun) (NNP T3)) (NN transistor) (NN radio)) (VP (VBN designed) (PP (IN by) (NP (NNP Dieter) (NNP Rams)))))) (, ,) (SBAR (IN while) (S (NP (DT the) (ADJP (NN wheel) (VBN based)) (NN user) (NN interface)) (VP (VBD was) (VP (VBN prompted) (PP (IN by) (NP (NP (NNP Bang) (CC &) (NNP Olufsen) (POS 's)) (NML (NNP BeoCom) (CD 6000)) (NN telephone))))))))) (. .))
CT
['The aesthetic was inspired by the 1958 Braun T3 transistor radio designed by Dieter Rams ,']
["while the wheel based user interface was prompted by Bang & Olufsen 's BeoCom 6000 telephone"]
[]
["The aesthetic was inspired by the 1958 Braun T3 transistor radio designed by Dieter Rams , while the wheel based user interface was prompted by Bang & Olufsen 's BeoCom 6000 telephone ."]
[]
12,995
Al-Azhar University, founded in Cairo, Egypt in 975 by the Ismaʻīlī Shīʻī
(ROOT (NP (NP (NML (NNP Al) (HYPH -) (NNP Azhar)) (NNP University)) (, ,) (VP (VBN founded) (PP (IN in) (NP (NP (NNP Cairo)) (, ,) (NP (NNP Egypt)))) (PP (IN in) (NP (CD 975))) (PP (IN by) (NP (DT the) (NNP Ismaʻīlī) (-RRB- Shīʻī))))))
7
{ "ADJ": [], "ADP": [ "in", "in", "by" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [], "NUM": [ "975" ], "PART": [], "PRON": [], "PROPN": [ "Al", "Azhar", "University", "Cairo", "Egypt", "Ismaʻīlī", "Shīʻī" ], "PUNCT": [ "-", ",", "," ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "founded" ], "X": [] }
[ "O", "O", "O", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP" ]
Al/compound/Azhar -/punct/Azhar Azhar/compound/University University/ROOT/University ,/punct/University founded/acl/University in/prep/founded Cairo/pobj/in ,/punct/Cairo Egypt/appos/Cairo in/prep/founded 975/pobj/in by/agent/founded the/det/Shīʻī Ismaʻīlī/compound/Shīʻī Shīʻī/pobj/by
(NP (NP (NML (NNP Al) (HYPH -) (NNP Azhar)) (NNP University)) (, ,) (VP (VBN founded) (PP (IN in) (NP (NP (NNP Cairo)) (, ,) (NP (NNP Egypt)))) (PP (IN in) (NP (CD 975))) (PP (IN by) (NP (DT the) (NNP Ismaʻīlī) (-RRB- Shīʻī)))))
T
['Al - Azhar University founded in Cairo , Egypt in 975 by the Ismaʻīlī Shīʻī']
[]
['Al - Azhar University , founded in Cairo , Egypt in 975 by the Ismaʻīlī Shīʻī']
[]
[]
73,048
Homo floresiensis also lived in the area up until 12,000 years ago, when they became extinct.
(ROOT (S (NP (NNP Homo) (NNP floresiensis)) (ADVP (RB also)) (VP (VBD lived) (PP (IN in) (NP (DT the) (NN area))) (ADVP (IN up) (PP (IN until) (ADVP (ADVP (NP (CD 12,000) (NNS years)) (RB ago)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBD became) (ADJP (JJ extinct))))))))) (. .)))
11
{ "ADJ": [ "extinct" ], "ADP": [ "in", "until" ], "ADV": [ "also", "up", "ago" ], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "floresiensis", "area", "years" ], "NUM": [ "12,000" ], "PART": [], "PRON": [ "they" ], "PROPN": [ "Homo" ], "PUNCT": [ ",", "." ], "SCONJ": [ "when" ], "SPACE": [], "SYM": [], "VERB": [ "lived", "became" ], "X": [] }
[ "B-NP", "I-NP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "B-ADVP", "I-ADVP", "O", "B-NP", "B-VP", "B-ADJP", "O" ]
Homo/nsubj/lived floresiensis/nsubj/lived also/advmod/lived lived/ROOT/lived in/prep/lived the/det/area area/pobj/in up/advmod/lived until/prep/lived 12,000/nummod/years years/npadvmod/ago ago/pcomp/until ,/punct/lived when/advmod/became they/nsubj/became became/advcl/lived extinct/acomp/became ./punct/lived
(S (NP (NNP Homo) (NNP floresiensis)) (ADVP (RB also)) (VP (VBD lived) (PP (IN in) (NP (DT the) (NN area))) (ADVP (IN up) (PP (IN until) (ADVP (ADVP (NP (CD 12,000) (NNS years)) (RB ago)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBD became) (ADJP (JJ extinct))))))))) (. .))
CT
['Homo floresiensis lived in the area up until 12,000 years ago ,']
['when they became extinct']
[]
['Homo floresiensis also lived in the area up until 12,000 years ago , when they became extinct .']
[]
11,634
In the United States, 25 Hz, a once-common industrial power frequency is used on Amtrak's 25 Hz traction power system at 12 kV on the Northeast Corridor between Washington, D.C. and New York City and on the Keystone Corridor between Harrisburg, Pennsylvania and Philadelphia.
(ROOT (S (PP (IN In) (NP (DT the) (NNP United) (NNPS States))) (, ,) (NP (CD 25) (NN Hz)) (, ,) (NP (DT a) (ADJP (RB once) (HYPH -) (JJ common)) (JJ industrial) (NN power) (NN frequency)) (VP (VBZ is) (VP (VBN used) (PP (PP (IN on) (NP (NP (NP (NP (NNP Amtrak) (POS 's)) (NML (CD 25) (NN Hz)) (NML (NN traction) (NN power)) (NN system)) (PP (IN at) (NP (CD 12) (NN kV)))) (PP (IN on) (NP (NP (DT the) (NNP Northeast) (NNP Corridor)) (PP (IN between) (NP (NP (NP (NNP Washington)) (, ,) (NP (NNP D.C.))) (CC and) (NP (NML (NNP New) (NNP York)) (NNP City)))))))) (CC and) (PP (IN on) (NP (NP (DT the) (NNP Keystone) (NNP Corridor)) (PP (IN between) (NP (NNP Harrisburg) (, ,) (NNP Pennsylvania) (CC and) (NP (NNP Philadelphia))))))))) (. .)))
14
{ "ADJ": [ "common", "industrial" ], "ADP": [ "In", "on", "at", "on", "between", "on", "between" ], "ADV": [ "once" ], "AUX": [ "is" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "power", "frequency", "traction", "power", "system", "kV" ], "NUM": [ "25", "25", "12" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "United", "States", "Hz", "Amtrak", "Hz", "Northeast", "Corridor", "Washington", "D.C.", "New", "York", "City", "Keystone", "Corridor", "Harrisburg", "Pennsylvania", "Philadelphia" ], "PUNCT": [ ",", ",", "-", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "used" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "O", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", ...
In/prep/used the/det/States United/compound/States States/pobj/In ,/punct/used 25/nummod/Hz Hz/nsubjpass/used ,/punct/Hz a/det/frequency once/advmod/common -/punct/common common/amod/frequency industrial/amod/power power/compound/frequency frequency/nsubjpass/used is/auxpass/used used/ROOT/used on/prep/used Amtrak/poss/system 's/case/Amtrak 25/nummod/Hz Hz/compound/system traction/compound/system power/compound/system system/pobj/on at/prep/used 12/nummod/kV kV/pobj/at on/prep/kV the/det/Corridor Northeast/compound/Corridor Corridor/pobj/on between/prep/Corridor Washington/pobj/between ,/punct/Washington D.C./conj/Washington and/cc/Washington New/compound/York York/compound/City City/conj/Washington and/cc/between on/conj/between the/det/Corridor Keystone/compound/Corridor Corridor/pobj/on between/prep/Corridor Harrisburg/pobj/between ,/punct/Harrisburg Pennsylvania/conj/Harrisburg and/cc/Pennsylvania Philadelphia/conj/Pennsylvania ./punct/used
(S (PP (IN In) (NP (DT the) (NNP United) (NNPS States))) (, ,) (NP (CD 25) (NN Hz)) (, ,) (NP (DT a) (ADJP (RB once) (HYPH -) (JJ common)) (JJ industrial) (NN power) (NN frequency)) (VP (VBZ is) (VP (VBN used) (PP (PP (IN on) (NP (NP (NP (NP (NNP Amtrak) (POS 's)) (NML (CD 25) (NN Hz)) (NML (NN traction) (NN power)) (NN system)) (PP (IN at) (NP (CD 12) (NN kV)))) (PP (IN on) (NP (NP (DT the) (NNP Northeast) (NNP Corridor)) (PP (IN between) (NP (NP (NP (NNP Washington)) (, ,) (NP (NNP D.C.))) (CC and) (NP (NML (NNP New) (NNP York)) (NNP City)))))))) (CC and) (PP (IN on) (NP (NP (DT the) (NNP Keystone) (NNP Corridor)) (PP (IN between) (NP (NNP Harrisburg) (, ,) (NNP Pennsylvania) (CC and) (NP (NNP Philadelphia))))))))) (. .))
T
["a once - common industrial power frequency is used on Amtrak 's 25 Hz traction power system at 12 kV on the Northeast Corridor between Washington , D.C. and New York City and on the Keystone Corridor between Harrisburg , Pennsylvania and Philadelphia"]
[]
["In the United States , 25 Hz , a once - common industrial power frequency is used on Amtrak 's 25 Hz traction power system at 12 kV on the Northeast Corridor between Washington , D.C. and New York City and on the Keystone Corridor between Harrisburg , Pennsylvania and Philadelphia ."]
[]
[]
69,554
Anjiro was not an intellectual, but he impressed Xavier because he took careful notes of everything he said in church.
(ROOT (S (S (NP (NNP Anjiro)) (VP (VBD was) (RB not) (NP (DT an) (JJ intellectual)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD impressed) (NP (NNP Xavier)) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD took) (NP (NP (JJ careful) (NNS notes)) (PP (IN of) (NP (NP (NN everything)) (SBAR (S (NP (PRP he)) (VP (VBD said) (PP (IN in) (NP (NN church)))))))))))))) (. .)))
16
{ "ADJ": [ "intellectual", "careful" ], "ADP": [ "of", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "but" ], "DET": [ "an" ], "INTJ": [], "NOUN": [ "notes", "church" ], "NUM": [], "PART": [ "not" ], "PRON": [ "he", "he", "everything", "he" ], "PROPN": [ "Anjiro", "Xavier" ], "PUNCT": [ ",", "." ], "SCONJ": [ "because" ], "SPACE": [], "SYM": [], "VERB": [ "impressed", "took", "said" ], "X": [] }
[ "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "O" ]
Anjiro/nsubj/was was/ROOT/was not/neg/was an/det/intellectual intellectual/attr/was ,/punct/was but/cc/was he/nsubj/impressed impressed/conj/was Xavier/dobj/impressed because/mark/took he/nsubj/took took/advcl/impressed careful/amod/notes notes/dobj/took of/prep/notes everything/pobj/of he/nsubj/said said/relcl/everything in/prep/said church/pobj/in ./punct/impressed
(S (S (NP (NNP Anjiro)) (VP (VBD was) (RB not) (NP (DT an) (JJ intellectual)))) (, ,) (CC but) (S (NP (PRP he)) (VP (VBD impressed) (NP (NNP Xavier)) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD took) (NP (NP (JJ careful) (NNS notes)) (PP (IN of) (NP (NP (NN everything)) (SBAR (S (NP (PRP he)) (VP (VBD said) (PP (IN in) (NP (NN church)))))))))))))) (. .))
CT
['Anjiro was not an intellectual', 'he impressed Xavier']
['because he took careful notes of everything he said in church', 'he said in church']
[]
['Anjiro was not an intellectual , but he impressed Xavier because he took careful notes of everything he said in church .']
[]
12,376
The Times faced financial extinction in 1890 under Arthur Fraser Walter, but it was rescued by an energetic editor, Charles Frederic Moberly Bell.
(ROOT (S (S (NP (DT The) (NNP Times)) (VP (VBD faced) (NP (JJ financial) (NN extinction)) (PP (IN in) (NP (CD 1890))) (PP (IN under) (NP (NNP Arthur) (NNP Fraser) (NNP Walter))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBD was) (VP (VBN rescued) (PP (IN by) (NP (NP (DT an) (JJ energetic) (NN editor)) (, ,) (NP (NNP Charles) (NNP Frederic) (NNP Moberly) (NNP Bell))))))) (. .)))
9
{ "ADJ": [ "financial", "energetic" ], "ADP": [ "in", "under", "by" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "but" ], "DET": [ "The", "an" ], "INTJ": [], "NOUN": [ "extinction", "editor" ], "NUM": [ "1890" ], "PART": [], "PRON": [ "it" ], "PROPN": [ "Times", "Arthur", "Fraser", "Walter", "Charles", "Frederic", "Moberly", "Bell" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "faced", "rescued" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/Times Times/nsubj/faced faced/ROOT/faced financial/amod/extinction extinction/dobj/faced in/prep/faced 1890/pobj/in under/prep/faced Arthur/compound/Walter Fraser/compound/Walter Walter/pobj/under ,/punct/faced but/cc/faced it/nsubjpass/rescued was/auxpass/rescued rescued/conj/faced by/agent/rescued an/det/editor energetic/amod/editor editor/pobj/by ,/punct/editor Charles/compound/Bell Frederic/compound/Bell Moberly/compound/Bell Bell/appos/editor ./punct/rescued
(S (S (NP (DT The) (NNP Times)) (VP (VBD faced) (NP (JJ financial) (NN extinction)) (PP (IN in) (NP (CD 1890))) (PP (IN under) (NP (NNP Arthur) (NNP Fraser) (NNP Walter))))) (, ,) (CC but) (S (NP (PRP it)) (VP (VBD was) (VP (VBN rescued) (PP (IN by) (NP (NP (DT an) (JJ energetic) (NN editor)) (, ,) (NP (NNP Charles) (NNP Frederic) (NNP Moberly) (NNP Bell))))))) (. .))
T
['The Times faced financial extinction in 1890 under Arthur Fraser Walter', 'it was rescued by an energetic editor , Charles Frederic Moberly Bell']
[]
['The Times faced financial extinction in 1890 under Arthur Fraser Walter , but it was rescued by an energetic editor , Charles Frederic Moberly Bell .']
[]
[]
19,484
Where in Tennessee is the headquarters of International Paper?
(ROOT (SBARQ (WHADVP (WHADVP (WRB Where)) (PP (IN in) (NP (NNP Tennessee)))) (SQ (VBZ is) (NP (NP (DT the) (NN headquarters)) (PP (IN of) (NP (NNP International) (NNP Paper))))) (. ?)))
7
{ "ADJ": [], "ADP": [ "in", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "headquarters" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Tennessee", "International", "Paper" ], "PUNCT": [ "?" ], "SCONJ": [ "Where" ], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Where/advmod/is in/prep/Where Tennessee/pobj/in is/ROOT/is the/det/headquarters headquarters/nsubj/is of/prep/headquarters International/compound/Paper Paper/pobj/of ?/punct/is
(SBARQ (WHADVP (WHADVP (WRB Where)) (PP (IN in) (NP (NNP Tennessee)))) (SQ (VBZ is) (NP (NP (DT the) (NN headquarters)) (PP (IN of) (NP (NNP International) (NNP Paper))))) (. ?))
FC
[]
[]
[]
[]
['Where in Tennessee is the headquarters of International Paper ?']
19,747
In the early 20th century, circadian rhythms were noticed in the rhythmic feeding times of bees.
(ROOT (S (PP (IN In) (NP (DT the) (JJ early) (JJ 20th) (NN century))) (, ,) (NP (JJ circadian) (NNS rhythms)) (VP (VBD were) (VP (VBN noticed) (PP (IN in) (NP (NP (DT the) (JJ rhythmic) (NN feeding) (NNS times)) (PP (IN of) (NP (NNS bees))))))) (. .)))
9
{ "ADJ": [ "early", "20th", "circadian", "rhythmic" ], "ADP": [ "In", "in", "of" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "century", "rhythms", "feeding", "times", "bees" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "noticed" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
In/prep/noticed the/det/century early/amod/century 20th/amod/century century/pobj/In ,/punct/noticed circadian/amod/rhythms rhythms/nsubjpass/noticed were/auxpass/noticed noticed/ROOT/noticed in/prep/noticed the/det/times rhythmic/amod/times feeding/compound/times times/pobj/in of/prep/times bees/pobj/of ./punct/noticed
(S (PP (IN In) (NP (DT the) (JJ early) (JJ 20th) (NN century))) (, ,) (NP (JJ circadian) (NNS rhythms)) (VP (VBD were) (VP (VBN noticed) (PP (IN in) (NP (NP (DT the) (JJ rhythmic) (NN feeding) (NNS times)) (PP (IN of) (NP (NNS bees))))))) (. .))
T
['circadian rhythms were noticed in the rhythmic feeding times of bees']
[]
['In the early 20th century , circadian rhythms were noticed in the rhythmic feeding times of bees .']
[]
[]
66,279
On 2 February 2000, Philippe Binant realised the first digital cinema projection in Europe, with the DLP CINEMA technology developed by Texas Instruments, in Paris.
(ROOT (S (PP (IN On) (NP (CD 2) (NNP February) (CD 2000))) (, ,) (NP (NNP Philippe) (NNP Binant)) (VP (VBD realised) (NP (NP (DT the) (JJ first) (JJ digital) (NN cinema) (NN projection)) (PP (IN in) (NP (NNP Europe)))) (, ,) (PP (IN with) (NP (NP (DT the) (NML (NNP DLP) (NNP CINEMA)) (NN technology)) (VP (VBN developed) (PP (IN by) (NP (NNP Texas) (NNPS Instruments)))))) (, ,) (PP (IN in) (NP (NNP Paris)))) (. .)))
9
{ "ADJ": [ "first", "digital" ], "ADP": [ "On", "in", "with", "by", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "cinema", "projection", "technology" ], "NUM": [ "2", "2000" ], "PART": [], "PRON": [], "PROPN": [ "February", "Philippe", "Binant", "Europe", "DLP", "CINEMA", "Texas", "Instruments", "Paris" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "realised", "developed" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-PP", "B-NP", "O", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "O" ]
On/prep/realised 2/nummod/February February/pobj/On 2000/nummod/February ,/punct/realised Philippe/compound/Binant Binant/nsubj/realised realised/ROOT/realised the/det/projection first/amod/projection digital/amod/projection cinema/compound/projection projection/dobj/realised in/prep/projection Europe/pobj/in ,/punct/projection with/prep/projection the/det/technology DLP/compound/CINEMA CINEMA/compound/technology technology/pobj/with developed/acl/technology by/agent/developed Texas/compound/Instruments Instruments/pobj/by ,/punct/technology in/prep/technology Paris/pobj/in ./punct/realised
(S (PP (IN On) (NP (CD 2) (NNP February) (CD 2000))) (, ,) (NP (NNP Philippe) (NNP Binant)) (VP (VBD realised) (NP (NP (DT the) (JJ first) (JJ digital) (NN cinema) (NN projection)) (PP (IN in) (NP (NNP Europe)))) (, ,) (PP (IN with) (NP (NP (DT the) (NML (NNP DLP) (NNP CINEMA)) (NN technology)) (VP (VBN developed) (PP (IN by) (NP (NNP Texas) (NNPS Instruments)))))) (, ,) (PP (IN in) (NP (NNP Paris)))) (. .))
T
['Philippe Binant realised the first digital cinema projection in Europe , with the DLP CINEMA technology developed by Texas Instruments , in Paris']
[]
['On 2 February 2000 , Philippe Binant realised the first digital cinema projection in Europe , with the DLP CINEMA technology developed by Texas Instruments , in Paris .']
[]
[]
52,899
What organization of oil producers was Libya a part of?
(ROOT (SBARQ (WHNP (WHNP (WP What) (NN organization)) (PP (IN of) (NP (NN oil) (NNS producers)))) (SQ (VBD was) (NP (NNP Libya)) (NP (NP (DT a) (NN part)) (PP (IN of)))) (. ?)))
6
{ "ADJ": [], "ADP": [ "of", "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "a" ], "INTJ": [], "NOUN": [ "organization", "oil", "producers", "part" ], "NUM": [], "PART": [], "PRON": [ "What" ], "PROPN": [ "Libya" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "O" ]
What/det/organization organization/attr/was of/prep/organization oil/compound/producers producers/pobj/of was/ROOT/was Libya/attr/was a/det/part part/attr/was of/prep/part ?/punct/was
(SBARQ (WHNP (WHNP (WP What) (NN organization)) (PP (IN of) (NP (NN oil) (NNS producers)))) (SQ (VBD was) (NP (NNP Libya)) (NP (NP (DT a) (NN part)) (PP (IN of)))) (. ?))
FC
[]
[]
[]
[]
['What organization of oil producers was Libya a part of ?']
38,007
Snow is rare, not usually equating to more than a few flakes, but there have been exclusions, namely the European winter storms of 2009-10 which, in early January, covered Plymouth in at least 1 inch (2.5 cm) of snow; more on higher ground.
(ROOT (S (S (NP (NN Snow)) (VP (VBZ is) (ADJP (JJ rare)) (, ,) (PP (ADVP (RB not) (RB usually)) (VBG equating) (PP (IN to) (NP (NP (JJR more)) (PP (IN than) (NP (DT a) (JJ few) (NNS flakes)))))))) (, ,) (CC but) (S (NP (EX there)) (VP (VBP have) (VP (VBN been) (NP (NP (NNS exclusions)) (, ,) (NP (ADVP (RB namely)) (NP (NP (NP (DT the) (JJ European) (NN winter) (NNS storms)) (PP (IN of) (NP (CD 2009) (SYM -) (CD 10)))) (SBAR (SBAR (WHNP (WDT which)) (, ,) (S (PP (IN in) (NP (JJ early) (NNP January))) (, ,) (VP (VBD covered) (NP (NNP Plymouth)) (PP (IN in) (NP (NP (NP (QP (ADVP (RB at) (RBS least)) (CD 1)) (NN inch)) (-LRB- -LRB-) (NP (CD 2.5) (NNS cm)) (-RRB- -RRB-)) (PP (IN of) (NP (NN snow)))))))) (: ;) (NP (NP (JJR more)) (PP (IN on) (NP (JJR higher) (NN ground))))))))))) (. .)))
19
{ "ADJ": [ "rare", "more", "few", "European", "early", "higher" ], "ADP": [ "to", "than", "of", "in", "in", "of", "on" ], "ADV": [ "usually", "namely", "at", "least", "more" ], "AUX": [ "is", "have", "been" ], "CCONJ": [ "but" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "flakes", "exclusions", "winter", "storms", "inch", "cm", "snow", "ground" ], "NUM": [ "2009", "10", "1", "2.5" ], "PART": [ "not" ], "PRON": [ "there", "which" ], "PROPN": [ "Snow", "January", "Plymouth" ], "PUNCT": [ ",", ",", ",", ",", ",", "(", ")", ";", "." ], "SCONJ": [], "SPACE": [], "SYM": [ "-" ], "VERB": [ "equating", "covered" ], "X": [] }
[ "B-NP", "B-VP", "B-ADJP", "B-VP", "B-ADVP", "I-ADVP", "B-PP", "I-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-ADVP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-PP", ...
Snow/nsubj/is is/ROOT/is rare/acomp/is ,/punct/is not/neg/equating usually/advmod/equating equating/dep/is to/prep/equating more/amod/few than/quantmod/few a/quantmod/few few/nummod/flakes flakes/pobj/to ,/punct/is but/cc/is there/expl/been have/aux/been been/conj/is exclusions/attr/been ,/punct/exclusions namely/advmod/storms the/det/storms European/amod/storms winter/compound/storms storms/appos/exclusions of/prep/storms 2009/pobj/of -/punct/10 10/prep/2009 which/nsubj/covered ,/punct/covered in/prep/covered early/amod/January January/pobj/in ,/punct/covered covered/relcl/storms Plymouth/dobj/covered in/prep/covered at/advmod/least least/advmod/1 1/nummod/inch inch/pobj/in (/punct/inch 2.5/nummod/cm cm/appos/inch )/punct/inch of/prep/inch snow/pobj/of ;/punct/been more/advmod/on on/prep/been higher/amod/ground ground/pobj/on ./punct/been
(S (S (NP (NN Snow)) (VP (VBZ is) (ADJP (JJ rare)) (, ,) (PP (ADVP (RB not) (RB usually)) (VBG equating) (PP (IN to) (NP (NP (JJR more)) (PP (IN than) (NP (DT a) (JJ few) (NNS flakes)))))))) (, ,) (CC but) (S (NP (EX there)) (VP (VBP have) (VP (VBN been) (NP (NP (NNS exclusions)) (, ,) (NP (ADVP (RB namely)) (NP (NP (NP (DT the) (JJ European) (NN winter) (NNS storms)) (PP (IN of) (NP (CD 2009) (SYM -) (CD 10)))) (SBAR (SBAR (WHNP (WDT which)) (, ,) (S (PP (IN in) (NP (JJ early) (NNP January))) (, ,) (VP (VBD covered) (NP (NNP Plymouth)) (PP (IN in) (NP (NP (NP (QP (ADVP (RB at) (RBS least)) (CD 1)) (NN inch)) (-LRB- -LRB-) (NP (CD 2.5) (NNS cm)) (-RRB- -RRB-)) (PP (IN of) (NP (NN snow)))))))) (: ;) (NP (NP (JJR more)) (PP (IN on) (NP (JJR higher) (NN ground))))))))))) (. .))
CT
['Snow is rare , not usually equating to more than a few flakes', 'there have been exclusions , namely the European winter storms of 2009 - 10 ; more on higher ground']
['which , in early January , covered Plymouth in at least 1 inch -LRB- 2.5 cm -RRB- of snow ; more on higher ground', 'which , in early January , covered Plymouth in at least 1 inch -LRB- 2.5 cm -RRB- of snow']
[]
['Snow is rare , not usually equating to more than a few flakes , but there have been exclusions , namely the European winter storms of 2009 - 10 which , in early January , covered Plymouth in at least 1 inch -LRB- 2.5 cm -RRB- of snow ; more on higher ground .']
[]
63,725
The Ten Commandments, and the beginnings of the renewed life of Christians accorded to them by the sacrament of baptism, are a present foreshadowing of the believers' future angel-like life in heaven in the midst of this life.
(ROOT (S (NP (NP (DT The) (CD Ten) (NNS Commandments)) (, ,) (CC and) (NP (NP (DT the) (NNS beginnings)) (PP (IN of) (NP (NP (NP (DT the) (VBN renewed) (NN life)) (PP (IN of) (NP (NNPS Christians)))) (VP (VBN accorded) (PP (IN to) (NP (PRP them))) (PP (IN by) (NP (NP (DT the) (NN sacrament)) (PP (IN of) (NP (NN baptism))))))))) (, ,)) (VP (VBP are) (NP (NP (DT a) (JJ present) (NN foreshadowing)) (PP (IN of) (NP (NP (NP (DT the) (NNS believers) (POS ')) (JJ future) (ADJP (NN angel) (HYPH -) (JJ like)) (NN life)) (PP (IN in) (NP (NN heaven))) (PP (IN in) (NP (NP (DT the) (NN midst)) (PP (IN of) (NP (DT this) (NN life))))))))) (. .)))
12
{ "ADJ": [ "present", "future", "like" ], "ADP": [ "of", "of", "to", "by", "of", "of", "in", "in", "of" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "the", "the", "a", "the", "the", "this" ], "INTJ": [], "NOUN": [ "beginnings", "life", "sacrament", "baptism", "foreshadowing", "believers", "angel", "life", "midst", "life" ], "NUM": [], "PART": [ "'" ], "PRON": [ "them" ], "PROPN": [ "Ten", "Commandments", "Christians", "heaven" ], "PUNCT": [ ",", ",", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "renewed", "accorded" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADJ...
The/det/Commandments Ten/nummod/Commandments Commandments/nsubj/are ,/punct/Commandments and/cc/Commandments the/det/beginnings beginnings/conj/Commandments of/prep/beginnings the/det/life renewed/amod/life life/pobj/of of/prep/life Christians/pobj/of accorded/acl/beginnings to/dative/accorded them/pobj/to by/agent/accorded the/det/sacrament sacrament/pobj/by of/prep/sacrament baptism/pobj/of ,/punct/beginnings are/ROOT/are a/det/foreshadowing present/amod/foreshadowing foreshadowing/attr/are of/prep/foreshadowing the/det/believers believers/poss/life '/case/believers future/amod/life angel/npadvmod/like -/punct/like like/amod/life life/pobj/of in/prep/life heaven/pobj/in in/prep/are the/det/midst midst/pobj/in of/prep/midst this/det/life life/pobj/of ./punct/are
(S (NP (NP (DT The) (CD Ten) (NNS Commandments)) (, ,) (CC and) (NP (NP (DT the) (NNS beginnings)) (PP (IN of) (NP (NP (NP (DT the) (VBN renewed) (NN life)) (PP (IN of) (NP (NNPS Christians)))) (VP (VBN accorded) (PP (IN to) (NP (PRP them))) (PP (IN by) (NP (NP (DT the) (NN sacrament)) (PP (IN of) (NP (NN baptism))))))))) (, ,)) (VP (VBP are) (NP (NP (DT a) (JJ present) (NN foreshadowing)) (PP (IN of) (NP (NP (NP (DT the) (NNS believers) (POS ')) (JJ future) (ADJP (NN angel) (HYPH -) (JJ like)) (NN life)) (PP (IN in) (NP (NN heaven))) (PP (IN in) (NP (NP (DT the) (NN midst)) (PP (IN of) (NP (DT this) (NN life))))))))) (. .))
T
["The Ten Commandments , and the beginnings of the renewed life of Christians accorded to them by the sacrament of baptism , are a present foreshadowing of the believers ' future angel - like life in heaven in the midst of this life"]
[]
["The Ten Commandments , and the beginnings of the renewed life of Christians accorded to them by the sacrament of baptism , are a present foreshadowing of the believers ' future angel - like life in heaven in the midst of this life ."]
[]
[]
42,075
No one was harmed in the incident.
(ROOT (S (NP (DT No) (NN one)) (VP (VBD was) (VP (VBN harmed) (PP (IN in) (NP (DT the) (NN incident))))) (. .)))
7
{ "ADJ": [], "ADP": [ "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "No", "the" ], "INTJ": [], "NOUN": [ "one", "incident" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "harmed" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
No/det/one one/nsubjpass/harmed was/auxpass/harmed harmed/ROOT/harmed in/prep/harmed the/det/incident incident/pobj/in ./punct/harmed
(S (NP (DT No) (NN one)) (VP (VBD was) (VP (VBN harmed) (PP (IN in) (NP (DT the) (NN incident))))) (. .))
T
['No one was harmed in the incident']
[]
['No one was harmed in the incident .']
[]
[]
66,846
Hundreds of thousands of sympathizers poured into the streets in mass demonstrations throughout Egypt and across the Arab world rejecting his resignation, chanting, "We are your soldiers, Gamal!"
(ROOT (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNS sympathizers)))))) (VP (VBD poured) (PP (IN into) (NP (DT the) (NNS streets))) (PP (IN in) (NP (NP (JJ mass) (NNS demonstrations)) (PP (PP (IN throughout) (NP (NNP Egypt))) (CC and) (PP (IN across) (NP (DT the) (JJ Arab) (NN world)))))) (VP (VBG rejecting) (NP (PRP$ his) (NN resignation)) (, ,) (S (VP (VBG chanting) (, ,) (`` ") (S (NP (PRP We)) (VP (VP (VBP are) (NP (PRP$ your) (NNS soldiers))) (, ,) (NP (NNP Gamal)))))))) (. !) ('' ")))
11
{ "ADJ": [ "Arab" ], "ADP": [ "of", "of", "into", "in", "throughout", "across" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "Hundreds", "thousands", "sympathizers", "streets", "mass", "demonstrations", "world", "resignation", "soldiers" ], "NUM": [], "PART": [], "PRON": [ "his", "We", "your" ], "PROPN": [ "Egypt", "Gamal" ], "PUNCT": [ ",", ",", "\"", ",", "!", "\"" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "poured", "rejecting", "chanting" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "B-VP", "B-NP", "I-NP", "B-VP", "B-NP"...
Hundreds/quantmod/thousands of/quantmod/thousands thousands/nsubj/poured of/prep/thousands sympathizers/pobj/of poured/ROOT/poured into/prep/poured the/det/streets streets/pobj/into in/prep/poured mass/amod/demonstrations demonstrations/pobj/in throughout/prep/poured Egypt/pobj/throughout and/cc/throughout across/conj/throughout the/det/world Arab/amod/world world/pobj/across rejecting/pcomp/across his/poss/resignation resignation/dobj/rejecting ,/punct/poured chanting/advcl/poured ,/punct/chanting "/punct/chanting We/nsubj/are are/ccomp/chanting your/poss/soldiers soldiers/attr/are ,/punct/soldiers Gamal/appos/soldiers !/punct/poured "/punct/poured
(S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNS sympathizers)))))) (VP (VBD poured) (PP (IN into) (NP (DT the) (NNS streets))) (PP (IN in) (NP (NP (JJ mass) (NNS demonstrations)) (PP (PP (IN throughout) (NP (NNP Egypt))) (CC and) (PP (IN across) (NP (DT the) (JJ Arab) (NN world)))))) (VP (VBG rejecting) (NP (PRP$ his) (NN resignation)) (, ,) (S (VP (VBG chanting) (, ,) (`` ") (S (NP (PRP We)) (VP (VP (VBP are) (NP (PRP$ your) (NNS soldiers))) (, ,) (NP (NNP Gamal)))))))) (. !) ('' "))
T
['Hundreds of thousands of sympathizers poured into the streets in mass demonstrations throughout Egypt and across the Arab world rejecting his resignation , chanting , " We are your soldiers , Gamal']
[]
['Hundreds of thousands of sympathizers poured into the streets in mass demonstrations throughout Egypt and across the Arab world rejecting his resignation , chanting , " We are your soldiers , Gamal ! "']
[]
[]
19,440
The capital is Nashville, though Knoxville, Kingston, and Murfreesboro have all served as state capitals in the past.
(ROOT (S (NP (DT The) (NN capital)) (VP (VBZ is) (NP (NNP Nashville)) (, ,) (SBAR (IN though) (S (NP (NNP Knoxville) (, ,) (NNP Kingston) (, ,) (CC and) (NNP Murfreesboro)) (VP (VBP have) (DT all) (VP (VBN served) (PP (IN as) (NP (NN state) (NNS capitals))) (PP (IN in) (NP (DT the) (NN past)))))))) (. .)))
10
{ "ADJ": [], "ADP": [ "as", "in" ], "ADV": [], "AUX": [ "is", "have" ], "CCONJ": [ "and" ], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [ "capital", "state", "capitals", "past" ], "NUM": [], "PART": [], "PRON": [ "all" ], "PROPN": [ "Nashville", "Knoxville", "Kingston", "Murfreesboro" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [ "though" ], "SPACE": [], "SYM": [], "VERB": [ "served" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/capital capital/nsubj/is is/ROOT/is Nashville/attr/is ,/punct/is though/mark/served Knoxville/nsubj/served ,/punct/Knoxville Kingston/conj/Knoxville ,/punct/Kingston and/cc/Kingston Murfreesboro/conj/Kingston have/aux/served all/dep/served served/advcl/is as/prep/served state/compound/capitals capitals/pobj/as in/prep/served the/det/past past/pobj/in ./punct/is
(S (NP (DT The) (NN capital)) (VP (VBZ is) (NP (NNP Nashville)) (, ,) (SBAR (IN though) (S (NP (NNP Knoxville) (, ,) (NNP Kingston) (, ,) (CC and) (NNP Murfreesboro)) (VP (VBP have) (DT all) (VP (VBN served) (PP (IN as) (NP (NN state) (NNS capitals))) (PP (IN in) (NP (DT the) (NN past)))))))) (. .))
CT
['The capital is Nashville ,']
['though Knoxville , Kingston , and Murfreesboro have all served as state capitals in the past']
[]
['The capital is Nashville , though Knoxville , Kingston , and Murfreesboro have all served as state capitals in the past .']
[]
11,197
The oil-fed fires were then injected with water from time to time; the flashes produced were similar to those of the German C-250 and C-500 Flammbomben.
(ROOT (S (S (NP (DT The) (ADJP (NN oil) (HYPH -) (VBN fed)) (NNS fires)) (VP (VBD were) (ADVP (RB then)) (VP (VBN injected) (PP (IN with) (NP (NN water))) (PP (PP (IN from) (NP (NN time))) (PP (IN to) (NP (NN time))))))) (: ;) (S (NP (NP (DT the) (NNS flashes)) (VP (VBN produced))) (VP (VBD were) (ADJP (JJ similar) (PP (IN to) (NP (NP (DT those)) (PP (IN of) (NP (DT the) (JJ German) (NML (NML (CD C-250)) (CC and) (NML (NNP C-500))) (NNPS Flammbomben)))))))) (. .)))
12
{ "ADJ": [ "similar", "German" ], "ADP": [ "with", "from", "to", "to", "of" ], "ADV": [ "then" ], "AUX": [ "were", "were" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "oil", "fires", "water", "time", "time", "flashes" ], "NUM": [], "PART": [], "PRON": [ "those" ], "PROPN": [ "C-250", "C-500", "Flammbomben" ], "PUNCT": [ "-", ";", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "fed", "injected", "produced" ], "X": [] }
[ "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADJP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "B-NP", "O" ]
The/det/fires oil/npadvmod/fed -/punct/fed fed/amod/fires fires/nsubjpass/injected were/auxpass/injected then/advmod/injected injected/ccomp/were with/prep/injected water/pobj/with from/prep/injected time/pobj/from to/prep/from time/pobj/to ;/punct/were the/det/flashes flashes/nsubj/were produced/acl/flashes were/ROOT/were similar/acomp/were to/prep/similar those/pobj/to of/prep/those the/det/C-250 German/amod/C-250 C-250/pobj/of and/cc/C-250 C-500/compound/Flammbomben Flammbomben/conj/C-250 ./punct/were
(S (S (NP (DT The) (ADJP (NN oil) (HYPH -) (VBN fed)) (NNS fires)) (VP (VBD were) (ADVP (RB then)) (VP (VBN injected) (PP (IN with) (NP (NN water))) (PP (PP (IN from) (NP (NN time))) (PP (IN to) (NP (NN time))))))) (: ;) (S (NP (NP (DT the) (NNS flashes)) (VP (VBN produced))) (VP (VBD were) (ADJP (JJ similar) (PP (IN to) (NP (NP (DT those)) (PP (IN of) (NP (DT the) (JJ German) (NML (NML (CD C-250)) (CC and) (NML (NNP C-500))) (NNPS Flammbomben)))))))) (. .))
T
['The oil - fed fires were then injected with water from time to time', 'the flashes produced were similar to those of the German C-250 and C-500 Flammbomben']
[]
['The oil - fed fires were then injected with water from time to time ; the flashes produced were similar to those of the German C-250 and C-500 Flammbomben .']
[]
[]
63,703
Of this experience she commented, "I studied with a vocal coach for Evita and I realized there was a whole piece of my voice I wasn't using.
(ROOT (S (PP (IN Of) (NP (DT this) (NN experience))) (NP (PRP she)) (VP (VBD commented) (, ,) (`` ") (S (S (NP (PRP I)) (VP (VBD studied) (PP (IN with) (NP (DT a) (JJ vocal) (NN coach))) (PP (IN for) (NP (NNP Evita))))) (CC and) (S (NP (PRP I)) (VP (VBD realized) (SBAR (S (NP (EX there)) (VP (VBD was) (NP (NP (NP (DT a) (JJ whole) (NN piece)) (PP (IN of) (NP (PRP$ my) (NN voice)))) (SBAR (S (NP (PRP I)) (VP (VBD was) (RB n't) (VP (VBG using))))))))))))) (. .)))
15
{ "ADJ": [ "vocal", "whole" ], "ADP": [ "Of", "with", "for", "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "this", "a", "a" ], "INTJ": [], "NOUN": [ "experience", "coach", "piece", "voice" ], "NUM": [], "PART": [ "n't" ], "PRON": [ "she", "I", "I", "there", "my", "I" ], "PROPN": [ "Evita" ], "PUNCT": [ ",", "\"", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "commented", "studied", "realized", "was", "using" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
Of/prep/commented this/det/experience experience/pobj/Of she/nsubj/commented commented/ROOT/commented ,/punct/commented "/punct/commented I/nsubj/studied studied/ccomp/commented with/prep/studied a/det/coach vocal/amod/coach coach/pobj/with for/prep/coach Evita/pobj/for and/cc/studied I/nsubj/realized realized/conj/studied there/expl/was was/ccomp/realized a/det/piece whole/amod/piece piece/attr/was of/prep/piece my/poss/voice voice/pobj/of I/nsubj/using was/aux/using n't/neg/using using/relcl/piece ./punct/commented
(S (PP (IN Of) (NP (DT this) (NN experience))) (NP (PRP she)) (VP (VBD commented) (, ,) (`` ") (S (S (NP (PRP I)) (VP (VBD studied) (PP (IN with) (NP (DT a) (JJ vocal) (NN coach))) (PP (IN for) (NP (NNP Evita))))) (CC and) (S (NP (PRP I)) (VP (VBD realized) (SBAR (S (NP (EX there)) (VP (VBD was) (NP (NP (NP (DT a) (JJ whole) (NN piece)) (PP (IN of) (NP (PRP$ my) (NN voice)))) (SBAR (S (NP (PRP I)) (VP (VBD was) (RB n't) (VP (VBG using))))))))))))) (. .))
CT
['she commented , " I studied with a vocal coach for Evita and I realized']
["there was a whole piece of my voice I was n't using", "I was n't using"]
[]
['Of this experience she commented , " I studied with a vocal coach for Evita and I realized there was a whole piece of my voice I was n\'t using .']
[]
15,423
The Qur'anic system, which teaches the greatest number of students relative to other educational sub-sectors, is oftentimes the only system accessible to Somalis in nomadic as compared to urban areas.
(ROOT (S (NP (NP (DT The) (JJ Qur'anic) (NN system)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ teaches) (NP (NP (NP (DT the) (JJS greatest) (NN number)) (PP (IN of) (NP (NNS students)))) (ADVP (JJ relative) (PP (IN to) (NP (JJ other) (JJ educational) (NN sub) (HYPH -) (NNS sectors)))))))) (, ,)) (VP (VBZ is) (ADVP (RB oftentimes)) (NP (NP (DT the) (JJ only) (NN system)) (ADJP (JJ accessible) (PP (PP (IN to) (NP (NNPS Somalis))) (PP (IN in) (ADJP (JJ nomadic)))) (PP (IN as) (PP (VBN compared) (PP (IN to) (NP (JJ urban) (NNS areas)))))))) (. .)))
11
{ "ADJ": [ "Qur'anic", "greatest", "relative", "other", "educational", "only", "accessible", "nomadic", "urban" ], "ADP": [ "of", "to", "to", "in", "to" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "system", "number", "students", "sub", "-", "sectors", "oftentimes", "system", "areas" ], "NUM": [], "PART": [], "PRON": [ "which" ], "PROPN": [ "Somalis" ], "PUNCT": [ ",", ",", "." ], "SCONJ": [ "as" ], "SPACE": [], "SYM": [], "VERB": [ "teaches", "compared" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-NP", "I-NP", "I-NP", "B-ADJP", "B-PP", "B-NP", "B-PP", "B-ADJP", "B-PP", "I-PP", "...
The/det/system Qur'anic/amod/system system/nsubj/is ,/punct/system which/nsubj/teaches teaches/relcl/system the/det/number greatest/amod/number number/dobj/teaches of/prep/number students/pobj/of relative/amod/students to/prep/relative other/amod/sub educational/amod/sub sub/pobj/to -/pobj/to sectors/pobj/to ,/punct/system is/ROOT/is oftentimes/attr/is the/det/system only/amod/system system/attr/is accessible/amod/system to/prep/accessible Somalis/pobj/to in/prep/accessible nomadic/pobj/in as/mark/compared compared/advcl/is to/prep/compared urban/amod/areas areas/pobj/to ./punct/is
(S (NP (NP (DT The) (JJ Qur'anic) (NN system)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ teaches) (NP (NP (NP (DT the) (JJS greatest) (NN number)) (PP (IN of) (NP (NNS students)))) (ADVP (JJ relative) (PP (IN to) (NP (JJ other) (JJ educational) (NN sub) (HYPH -) (NNS sectors)))))))) (, ,)) (VP (VBZ is) (ADVP (RB oftentimes)) (NP (NP (DT the) (JJ only) (NN system)) (ADJP (JJ accessible) (PP (PP (IN to) (NP (NNPS Somalis))) (PP (IN in) (ADJP (JJ nomadic)))) (PP (IN as) (PP (VBN compared) (PP (IN to) (NP (JJ urban) (NNS areas)))))))) (. .))
CT
["The Qur'anic system , which teaches the greatest number of students relative to other educational sub - sectors , is oftentimes the only system accessible to Somalis in nomadic as compared to urban areas"]
['which teaches the greatest number of students relative to other educational sub - sectors']
[]
["The Qur'anic system , which teaches the greatest number of students relative to other educational sub - sectors , is oftentimes the only system accessible to Somalis in nomadic as compared to urban areas ."]
[]
33,656
In an interview on September 12, 2012, Soma Somasegar (vice president of Microsoft's development software division) confirmed that "Windows Store apps" would be the official term for the apps.
(ROOT (S (PP (IN In) (NP (NP (DT an) (NN interview)) (PP (IN on) (NP (NNP September) (CD 12) (, ,) (CD 2012))))) (, ,) (NP (NP (NNP Soma) (NNP Somasegar)) (-LRB- -LRB-) (NP (NP (JJ vice) (NN president)) (PP (IN of) (NP (NP (NNP Microsoft) (POS 's)) (NML (NN development) (NN software)) (NN division)))) (-RRB- -RRB-)) (VP (VBD confirmed) (SBAR (IN that) (S (`` ") (NP (NML (NNP Windows) (NNP Store)) (NNS apps)) ('' ") (VP (MD would) (VP (VB be) (NP (NP (DT the) (JJ official) (NN term)) (PP (IN for) (NP (DT the) (NNS apps))))))))) (. .)))
11
{ "ADJ": [ "official" ], "ADP": [ "In", "on", "of", "for" ], "ADV": [], "AUX": [ "would", "be" ], "CCONJ": [], "DET": [ "an", "the", "the" ], "INTJ": [], "NOUN": [ "interview", "vice", "president", "development", "software", "division", "apps", "term", "apps" ], "NUM": [ "12", "2012" ], "PART": [ "'s" ], "PRON": [], "PROPN": [ "September", "Soma", "Somasegar", "Microsoft", "Windows", "Store" ], "PUNCT": [ ",", ",", "(", ")", "\"", "\"", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "confirmed" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-VP", "O", "O", "O", "O", "B-NP", "O", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", ...
In/prep/confirmed an/det/interview interview/pobj/In on/prep/interview September/pobj/on 12/nummod/September ,/punct/September 2012/nummod/September ,/punct/September Soma/compound/Somasegar Somasegar/nsubj/confirmed (/punct/Somasegar vice/compound/president president/appos/Somasegar of/prep/president Microsoft/poss/division 's/case/Microsoft development/compound/software software/compound/division division/pobj/of )/punct/Somasegar confirmed/ROOT/confirmed that/mark/be "/punct/be Windows/compound/Store Store/compound/apps apps/nsubj/be "/punct/apps would/aux/be be/ccomp/confirmed the/det/term official/amod/term term/attr/be for/prep/term the/det/apps apps/pobj/for ./punct/confirmed
(S (PP (IN In) (NP (NP (DT an) (NN interview)) (PP (IN on) (NP (NNP September) (CD 12) (, ,) (CD 2012))))) (, ,) (NP (NP (NNP Soma) (NNP Somasegar)) (-LRB- -LRB-) (NP (NP (JJ vice) (NN president)) (PP (IN of) (NP (NP (NNP Microsoft) (POS 's)) (NML (NN development) (NN software)) (NN division)))) (-RRB- -RRB-)) (VP (VBD confirmed) (SBAR (IN that) (S (`` ") (NP (NML (NNP Windows) (NNP Store)) (NNS apps)) ('' ") (VP (MD would) (VP (VB be) (NP (NP (DT the) (JJ official) (NN term)) (PP (IN for) (NP (DT the) (NNS apps))))))))) (. .))
CT
["Soma Somasegar -LRB- vice president of Microsoft 's development software division -RRB- confirmed"]
['that " Windows Store apps " would be the official term for the apps']
[]
['In an interview on September 12 , 2012 , Soma Somasegar -LRB- vice president of Microsoft \'s development software division -RRB- confirmed that " Windows Store apps " would be the official term for the apps .']
[]
11,765
An enhanced version of the game released on Nintendo 3DS as Digimon World Re:Digitize Decode in 2013.
(ROOT (NP (NP (NP (DT An) (VBN enhanced) (NN version)) (PP (IN of) (NP (DT the) (NN game)))) (VP (VBN released) (PP (IN on) (NP (NNP Nintendo) (NNP 3DS))) (PP (PP (IN as) (NP (NNP Digimon) (NNP World))) (NNP Re) (HYPH :) (NNP Digitize) (NP (NNP Decode))) (PP (IN in) (NP (CD 2013)))) (. .)))
7
{ "ADJ": [], "ADP": [ "of", "on", "as", "Re", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "An", "the" ], "INTJ": [], "NOUN": [ "version", "game", "3DS" ], "NUM": [ "2013" ], "PART": [], "PRON": [], "PROPN": [ "Nintendo", "Digimon", "World", "Digitize", "Decode" ], "PUNCT": [ ":", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "enhanced", "released" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "I-PP", "I-PP", "B-NP", "B-PP", "B-NP", "I-NP" ]
An/det/version enhanced/amod/version version/ROOT/version of/prep/version the/det/game game/pobj/of released/acl/game on/prep/released Nintendo/compound/3DS 3DS/pobj/on as/prep/released Digimon/compound/World World/pobj/as Re/prep/version :/punct/Re Digitize/compound/Decode Decode/pobj/Re in/prep/Decode 2013/pobj/in ./punct/version
(NP (NP (NP (DT An) (VBN enhanced) (NN version)) (PP (IN of) (NP (DT the) (NN game)))) (VP (VBN released) (PP (IN on) (NP (NNP Nintendo) (NNP 3DS))) (PP (PP (IN as) (NP (NNP Digimon) (NNP World))) (NNP Re) (HYPH :) (NNP Digitize) (NP (NNP Decode))) (PP (IN in) (NP (CD 2013)))) (. .))
T
['An enhanced version of the game released on Nintendo 3DS as Digimon World Re : Digitize Decode in 2013']
[]
['An enhanced version of the game released on Nintendo 3DS as Digimon World Re : Digitize Decode in 2013 .']
[]
[]
43,457
On the question of the death penalty vs. life without parole, the strongest preference for the death penalty was 61 percent in 1997 (29 percent favoring life), and the lowest preference for the death penalty was 47 percent in 2006 (48 percent favoring life).
(ROOT (S (PP (IN On) (NP (NP (DT the) (NN question)) (PP (PP (IN of) (NP (DT the) (NN death) (NN penalty))) (PP (IN vs.) (NP (NP (NN life)) (PP (IN without) (NP (NN parole)))))))) (, ,) (NP (NP (NP (DT the) (JJS strongest) (NN preference)) (PP (IN for) (NP (DT the) (NN death) (NN penalty)))) (VBD was) (NP (CD 61) (NN percent))) (PP (IN in) (NP (CD 1997))) (-LRB- -LRB-) (S (NP (CD 29) (NN percent)) (VP (VBG favoring) (NP (NN life)))) (, -RRB-) (, ,) (CC and) (S (NP (NP (DT the) (JJS lowest) (NN preference)) (PP (IN for) (NP (DT the) (NN death) (NN penalty)))) (VP (VBD was) (NP (CD 47) (NN percent)) (PP (IN in) (NP (CD 2006))) (-LRB- -LRB-) (NP (NP (CD 48) (NN percent)) (VP (VBG favoring) (NP (NN life)))) (-RRB- -RRB-))) (. .)))
10
{ "ADJ": [ "strongest", "lowest" ], "ADP": [ "On", "of", "vs.", "without", "for", "in", "for", "in" ], "ADV": [], "AUX": [ "was", "was" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "question", "death", "penalty", "life", "parole", "preference", "death", "penalty", "percent", "percent", "life", "preference", "death", "penalty", "percent", "percent", "life" ], "NUM": [ "61", "1997", "29", "47", "2006", "48" ], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", "(", ")", ",", "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "favoring", "favoring" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "O", "O", "O", "B-NP", "...
On/prep/was the/det/question question/pobj/On of/prep/question the/det/penalty death/compound/penalty penalty/pobj/of vs./prep/penalty life/pobj/vs. without/prep/penalty parole/pobj/without ,/punct/parole the/det/preference strongest/amod/preference preference/nsubj/was for/prep/preference the/det/penalty death/compound/penalty penalty/pobj/for was/ROOT/was 61/nummod/percent percent/attr/was in/prep/was 1997/pobj/in (/punct/percent 29/nummod/percent percent/appos/preference favoring/acl/percent life/dobj/favoring )/punct/percent ,/punct/percent and/cc/percent the/det/preference lowest/amod/preference preference/nsubj/was for/prep/preference the/det/penalty death/compound/penalty penalty/pobj/for was/conj/was 47/nummod/percent percent/attr/was in/prep/was 2006/pobj/in (/punct/was 48/nummod/percent percent/npadvmod/was favoring/acl/percent life/dobj/favoring )/punct/was ./punct/was
(S (PP (IN On) (NP (NP (DT the) (NN question)) (PP (PP (IN of) (NP (DT the) (NN death) (NN penalty))) (PP (IN vs.) (NP (NP (NN life)) (PP (IN without) (NP (NN parole)))))))) (, ,) (NP (NP (NP (DT the) (JJS strongest) (NN preference)) (PP (IN for) (NP (DT the) (NN death) (NN penalty)))) (VBD was) (NP (CD 61) (NN percent))) (PP (IN in) (NP (CD 1997))) (-LRB- -LRB-) (S (NP (CD 29) (NN percent)) (VP (VBG favoring) (NP (NN life)))) (, -RRB-) (, ,) (CC and) (S (NP (NP (DT the) (JJS lowest) (NN preference)) (PP (IN for) (NP (DT the) (NN death) (NN penalty)))) (VP (VBD was) (NP (CD 47) (NN percent)) (PP (IN in) (NP (CD 2006))) (-LRB- -LRB-) (NP (NP (CD 48) (NN percent)) (VP (VBG favoring) (NP (NN life)))) (-RRB- -RRB-))) (. .))
T
['29 percent favoring life', 'the lowest preference for the death penalty was 47 percent in 2006 -LRB- 48 percent favoring life -RRB-']
[]
['On the question of the death penalty vs. life without parole , the strongest preference for the death penalty was 61 percent in 1997 -LRB- 29 percent favoring life -RRB- , and the lowest preference for the death penalty was 47 percent in 2006 -LRB- 48 percent favoring life -RRB- .']
[]
[]
21,590
Nevertheless, according to the 2014 Environmental Performance Index, Switzerland ranks first among 132 nations in safeguarding the environment, due to its high scores on environmental public health, its heavy reliance on renewable sources of energy (hydropower and geothermal energy), and its control of greenhouse gas emissions.
(ROOT (S (ADVP (RB Nevertheless)) (, ,) (PP (VBG according) (PP (IN to) (NP (DT the) (CD 2014) (NML (NNP Environmental) (NNP Performance)) (NNP Index)))) (, ,) (NP (NNP Switzerland)) (VP (VBZ ranks) (ADVP (ADVP (RB first)) (PP (IN among) (NP (CD 132) (NNS nations)))) (PP (IN in) (S (VP (VBG safeguarding) (NP (DT the) (NN environment))))) (, ,) (PP (IN due) (IN to) (NP (NP (NP (PRP$ its) (JJ high) (NNS scores)) (PP (IN on) (NP (JJ environmental) (JJ public) (NN health)))) (, ,) (NP (PRP$ its) (JJ heavy) (NN reliance)) (PP (IN on) (NP (NP (NP (JJ renewable) (NNS sources)) (PP (IN of) (NP (NN energy)))) (-LRB- -LRB-) (NP (NP (NN hydropower)) (CC and) (NP (JJ geothermal) (NN energy))) (-RRB- -RRB-))) (, ,) (CC and) (NP (NP (PRP$ its) (NN control)) (PP (IN of) (NP (NML (NN greenhouse) (NN gas)) (NNS emissions))))))) (. .)))
11
{ "ADJ": [ "high", "environmental", "public", "heavy", "renewable", "geothermal" ], "ADP": [ "to", "among", "in", "due", "to", "on", "on", "of", "of" ], "ADV": [ "Nevertheless", "first" ], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "nations", "environment", "scores", "health", "reliance", "sources", "energy", "hydropower", "energy", "control", "greenhouse", "gas", "emissions" ], "NUM": [ "2014", "132" ], "PART": [], "PRON": [ "its", "its", "its" ], "PROPN": [ "Environmental", "Performance", "Index", "Switzerland" ], "PUNCT": [ ",", ",", ",", ",", "(", ")", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "according", "ranks", "safeguarding" ], "X": [] }
[ "B-ADVP", "O", "B-PP", "I-PP", "B-NP", "I-NP", "O", "O", "B-NP", "O", "B-NP", "B-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "B-PP", "B-VP", "B-NP", "I-NP", "B-VP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-N...
Nevertheless/advmod/ranks ,/punct/ranks according/prep/ranks to/prep/according the/det/Index 2014/nummod/Index Environmental/compound/Performance Performance/compound/Index Index/pobj/to ,/punct/ranks Switzerland/nsubj/ranks ranks/ROOT/ranks first/advmod/ranks among/prep/ranks 132/nummod/nations nations/pobj/among in/prep/ranks safeguarding/pcomp/in the/det/environment environment/dobj/safeguarding ,/punct/ranks due/prep/ranks to/pcomp/due its/poss/scores high/amod/scores scores/pobj/due on/prep/scores environmental/amod/health public/amod/health health/pobj/on ,/punct/scores its/poss/reliance heavy/amod/reliance reliance/conj/scores on/prep/reliance renewable/amod/sources sources/pobj/on of/prep/sources energy/pobj/of (/punct/energy hydropower/nmod/energy and/cc/hydropower geothermal/conj/hydropower energy/appos/energy )/punct/energy ,/punct/reliance and/cc/reliance its/poss/control control/conj/reliance of/prep/control greenhouse/compound/gas gas/compound/emissions emissions/pobj/of ./punct/ranks
(S (ADVP (RB Nevertheless)) (, ,) (PP (VBG according) (PP (IN to) (NP (DT the) (CD 2014) (NML (NNP Environmental) (NNP Performance)) (NNP Index)))) (, ,) (NP (NNP Switzerland)) (VP (VBZ ranks) (ADVP (ADVP (RB first)) (PP (IN among) (NP (CD 132) (NNS nations)))) (PP (IN in) (S (VP (VBG safeguarding) (NP (DT the) (NN environment))))) (, ,) (PP (IN due) (IN to) (NP (NP (NP (PRP$ its) (JJ high) (NNS scores)) (PP (IN on) (NP (JJ environmental) (JJ public) (NN health)))) (, ,) (NP (PRP$ its) (JJ heavy) (NN reliance)) (PP (IN on) (NP (NP (NP (JJ renewable) (NNS sources)) (PP (IN of) (NP (NN energy)))) (-LRB- -LRB-) (NP (NP (NN hydropower)) (CC and) (NP (JJ geothermal) (NN energy))) (-RRB- -RRB-))) (, ,) (CC and) (NP (NP (PRP$ its) (NN control)) (PP (IN of) (NP (NML (NN greenhouse) (NN gas)) (NNS emissions))))))) (. .))
T
['Switzerland ranks first among 132 nations in safeguarding the environment , due to its high scores on environmental public health , its heavy reliance on renewable sources of energy -LRB- hydropower and geothermal energy -RRB- , and its control of greenhouse gas emissions']
[]
['Nevertheless , according to the 2014 Environmental Performance Index , Switzerland ranks first among 132 nations in safeguarding the environment , due to its high scores on environmental public health , its heavy reliance on renewable sources of energy -LRB- hydropower and geothermal energy -RRB- , and its control of greenhouse gas emissions .']
[]
[]
58,080
Job opportunities also exist as observers on tuna boats where the role is to monitor compliance with the boat's tuna fishing licence.
(ROOT (S (NP (NN Job) (NNS opportunities)) (ADVP (RB also)) (VP (VBP exist) (PP (IN as) (NP (NP (NNS observers)) (PP (IN on) (NP (NP (NN tuna) (NNS boats)) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NN role)) (VP (VBZ is) (S (VP (TO to) (VP (VB monitor) (NP (NP (NN compliance)) (PP (IN with) (NP (NP (DT the) (NN boat) (POS 's)) (NML (NN tuna) (NN fishing)) (NN licence))))))))))))))) (. .)))
18
{ "ADJ": [], "ADP": [ "as", "on", "with" ], "ADV": [ "also" ], "AUX": [ "is" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "opportunities", "observers", "tuna", "boats", "role", "compliance", "boat", "tuna", "fishing", "licence" ], "NUM": [], "PART": [ "to", "'s" ], "PRON": [], "PROPN": [ "Job" ], "PUNCT": [ "." ], "SCONJ": [ "where" ], "SPACE": [], "SYM": [], "VERB": [ "exist", "monitor" ], "X": [] }
[ "B-NP", "I-NP", "B-ADVP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "O" ]
Job/compound/opportunities opportunities/nsubj/exist also/advmod/exist exist/ROOT/exist as/prep/exist observers/pobj/as on/prep/observers tuna/compound/boats boats/pobj/on where/advmod/is the/det/role role/nsubj/is is/relcl/boats to/aux/monitor monitor/xcomp/is compliance/dobj/monitor with/prep/compliance the/det/boat boat/poss/licence 's/case/boat tuna/compound/licence fishing/compound/licence licence/pobj/with ./punct/exist
(S (NP (NN Job) (NNS opportunities)) (ADVP (RB also)) (VP (VBP exist) (PP (IN as) (NP (NP (NNS observers)) (PP (IN on) (NP (NP (NN tuna) (NNS boats)) (SBAR (WHADVP (WRB where)) (S (NP (DT the) (NN role)) (VP (VBZ is) (S (VP (TO to) (VP (VB monitor) (NP (NP (NN compliance)) (PP (IN with) (NP (NP (DT the) (NN boat) (POS 's)) (NML (NN tuna) (NN fishing)) (NN licence))))))))))))))) (. .))
CT
["Job opportunities exist as observers on tuna boats where the role is to monitor compliance with the boat 's tuna fishing licence"]
["where the role is to monitor compliance with the boat 's tuna fishing licence"]
[]
["Job opportunities also exist as observers on tuna boats where the role is to monitor compliance with the boat 's tuna fishing licence ."]
[]
54,451
Which country did Frédéric go to first after setting out for Western Europe?
(ROOT (SBARQ (WHNP (WDT Which) (NN country)) (SQ (VBD did) (NP (NNP Frédéric)) (VP (VB go) (PP (IN to)) (ADVP (RB first)) (PP (IN after) (S (VP (VBG setting) (PRT (RP out)) (PP (IN for) (NP (NNP Western) (NNP Europe)))))))) (. ?)))
10
{ "ADJ": [], "ADP": [ "to", "after", "out", "for" ], "ADV": [ "first" ], "AUX": [ "did" ], "CCONJ": [], "DET": [ "Which" ], "INTJ": [], "NOUN": [ "country" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Frédéric", "Western", "Europe" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "go", "setting" ], "X": [] }
[ "O", "O", "O", "B-NP", "B-VP", "B-PP", "B-ADVP", "B-PP", "B-VP", "O", "B-PP", "B-NP", "I-NP", "O" ]
Which/det/country country/pobj/to did/aux/go Frédéric/nsubj/go go/ROOT/go to/prep/go first/advmod/after after/prep/go setting/pcomp/after out/prt/setting for/prep/setting Western/compound/Europe Europe/pobj/for ?/punct/go
(SBARQ (WHNP (WDT Which) (NN country)) (SQ (VBD did) (NP (NNP Frédéric)) (VP (VB go) (PP (IN to)) (ADVP (RB first)) (PP (IN after) (S (VP (VBG setting) (PRT (RP out)) (PP (IN for) (NP (NNP Western) (NNP Europe)))))))) (. ?))
FC
[]
[]
[]
[]
['Which country did Frédéric go to first after setting out for Western Europe ?']
7,072
Catholic theology holds that God is infinitely simple and is not involuntarily subject to time.
(ROOT (S (NP (JJ Catholic) (NN theology)) (VP (VBZ holds) (SBAR (IN that) (S (NP (NNP God)) (VP (VP (VBZ is) (ADJP (RB infinitely) (JJ simple))) (CC and) (VP (VBZ is) (RB not) (ADVP (RB involuntarily)) (JJ subject) (PP (IN to) (NP (NN time)))))))) (. .)))
10
{ "ADJ": [ "Catholic", "simple", "subject" ], "ADP": [ "to" ], "ADV": [ "infinitely", "involuntarily" ], "AUX": [ "is", "is" ], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "theology", "time" ], "NUM": [], "PART": [ "not" ], "PRON": [], "PROPN": [ "God" ], "PUNCT": [ "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "holds" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "O", "B-NP", "B-VP", "B-ADJP", "I-ADJP", "B-VP", "I-VP", "I-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "O" ]
Catholic/amod/theology theology/nsubj/holds holds/ROOT/holds that/mark/is God/nsubj/is is/ccomp/holds infinitely/advmod/simple simple/acomp/is and/cc/is is/conj/is not/neg/is involuntarily/advmod/is subject/acomp/is to/prep/subject time/pobj/to ./punct/holds
(S (NP (JJ Catholic) (NN theology)) (VP (VBZ holds) (SBAR (IN that) (S (NP (NNP God)) (VP (VP (VBZ is) (ADJP (RB infinitely) (JJ simple))) (CC and) (VP (VBZ is) (RB not) (ADVP (RB involuntarily)) (JJ subject) (PP (IN to) (NP (NN time)))))))) (. .))
CT
['Catholic theology holds']
['that God is infinitely simple and is not involuntarily subject to time']
[]
['Catholic theology holds that God is infinitely simple and is not involuntarily subject to time .']
[]
36,968
At short range, the apparent target area is relatively large, the trajectory is flat and the time of flight is short, allowing to correct lead by watching the tracers.
(ROOT (S (PP (IN At) (NP (JJ short) (NN range))) (, ,) (S (NP (DT the) (JJ apparent) (NN target) (NN area)) (VP (VBZ is) (ADJP (RB relatively) (JJ large)))) (, ,) (S (NP (DT the) (NN trajectory)) (VP (VBZ is) (ADJP (JJ flat)))) (CC and) (S (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NN flight)))) (VP (VBZ is) (ADJP (JJ short)))) (, ,) (S (VP (VBG allowing) (S (VP (TO to) (VP (VB correct) (NP (NN lead)) (PP (IN by) (S (VP (VBG watching) (NP (DT the) (NNS tracers)))))))))) (. .)))
12
{ "ADJ": [ "short", "apparent", "large", "flat", "short" ], "ADP": [ "At", "of", "by" ], "ADV": [ "relatively" ], "AUX": [ "is", "is", "is" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "range", "target", "area", "trajectory", "time", "flight", "lead", "tracers" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "allowing", "correct", "watching" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADJP", "I-ADJP", "O", "B-NP", "I-NP", "B-VP", "B-ADJP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-ADJP", "O", "B-VP", "I-VP", "I-VP", "B-NP", "B-PP", "B-VP", "B-NP", "I-NP", ...
At/prep/is short/amod/range range/pobj/At ,/punct/is the/det/area apparent/amod/area target/compound/area area/nsubj/is is/ccomp/is relatively/advmod/large large/acomp/is ,/punct/is the/det/trajectory trajectory/nsubj/is is/ROOT/is flat/acomp/is and/cc/is the/det/time time/nsubj/is of/prep/time flight/pobj/of is/conj/is short/acomp/is ,/punct/is allowing/advcl/is to/aux/correct correct/xcomp/allowing lead/dobj/correct by/prep/correct watching/pcomp/by the/det/tracers tracers/dobj/watching ./punct/is
(S (PP (IN At) (NP (JJ short) (NN range))) (, ,) (S (NP (DT the) (JJ apparent) (NN target) (NN area)) (VP (VBZ is) (ADJP (RB relatively) (JJ large)))) (, ,) (S (NP (DT the) (NN trajectory)) (VP (VBZ is) (ADJP (JJ flat)))) (CC and) (S (NP (NP (DT the) (NN time)) (PP (IN of) (NP (NN flight)))) (VP (VBZ is) (ADJP (JJ short)))) (, ,) (S (VP (VBG allowing) (S (VP (TO to) (VP (VB correct) (NP (NN lead)) (PP (IN by) (S (VP (VBG watching) (NP (DT the) (NNS tracers)))))))))) (. .))
T
['the apparent target area is relatively large', 'the trajectory is flat', 'the time of flight is short', 'allowing to correct lead by watching the tracers']
[]
['At short range , the apparent target area is relatively large , the trajectory is flat and the time of flight is short , allowing to correct lead by watching the tracers .']
[]
[]
10,838
October–25 November 1952), the Battle of Hill Eerie (21 March–21 June 1952), the sieges of Outpost Harry (10–18 June 1953), the Battle of the Hook (28–29 May 1953), the Battle of Pork Chop Hill (23 March–16 July 1953), and the Battle of Kumsong (13–27 July 1953).
(ROOT (NP (NP (NP (CD October–25) (NNP November) (CD 1952)) (, -RRB-)) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Hill) (NNP Eerie)))) (-LRB- -LRB-) (NP (CD 21) (CD March–21) (NNP June) (CD 1952)) (-RRB- -RRB-)) (, ,) (NP (NP (NP (DT the) (NNS sieges)) (PP (IN of) (NP (NNP Outpost) (NNP Harry)))) (NML (-LRB- -LRB-) (CD 10–18) (NNP June) (CD 1953) (-RRB- -RRB-))) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (DT the) (NNP Hook)))) (-LRB- -LRB-) (NP (CD 28–29) (NNP May) (CD 1953)) (-RRB- -RRB-)) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Pork) (NNP Chop) (NNP Hill)))) (-LRB- -LRB-) (NP (CD 23) (CD March–16) (NNP July) (CD 1953)) (-RRB- -RRB-)) (, ,) (CC and) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Kumsong)))) (-LRB- -LRB-) (NP (CD 13–27) (NNP July) (CD 1953)) (-RRB- -RRB-)) (. .)))
7
{ "ADJ": [], "ADP": [ "of", "of", "of", "of", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "sieges", "Outpost" ], "NUM": [ "1952", "21", "1952", "10–18", "1953", "1953", "23", "1953", "1953" ], "PART": [], "PRON": [], "PROPN": [ "October–25", "November", "Battle", "Hill", "Eerie", "March–21", "June", "Harry", "June", "Battle", "Hook", "28–29", "May", "Battle", "Pork", "Chop", "Hill", "March–16", "July", "Battle", "Kumsong", "13–27", "July" ], "PUNCT": [ ")", ",", "(", ")", ",", "(", ")", ",", "(", ")", ",", "(", ")", ",", "(", ")", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-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", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "O", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "...
October–25/dep/sieges November/npadvmod/October–25 1952/nummod/November )/punct/November ,/punct/October–25 the/det/Battle Battle/appos/October–25 of/prep/Battle Hill/compound/Eerie Eerie/pobj/of (/punct/Battle 21/nummod/March–21 March–21/appos/Battle June/npadvmod/Battle 1952/nummod/June )/punct/Battle ,/punct/sieges the/det/sieges sieges/ROOT/sieges of/prep/sieges Outpost/compound/Harry Harry/pobj/of (/punct/June 10–18/nummod/June June/appos/Harry 1953/nummod/June )/punct/June ,/punct/Harry the/det/Battle Battle/appos/Harry of/prep/Battle the/det/Hook Hook/pobj/of (/punct/Battle 28–29/appos/Harry May/npadvmod/28–29 1953/nummod/May )/punct/Harry ,/punct/sieges the/det/Battle Battle/conj/sieges of/prep/Battle Pork/compound/Hill Chop/compound/Hill Hill/pobj/of (/punct/Battle 23/nummod/March–16 March–16/npadvmod/sieges July/npadvmod/March–16 1953/nummod/July )/punct/March–16 ,/punct/sieges and/cc/sieges the/det/Battle Battle/conj/sieges of/prep/Battle Kumsong/pobj/of (/punct/Battle 13–27/appos/Battle July/npadvmod/13–27 1953/nummod/July )/punct/Battle ./punct/sieges
(NP (NP (NP (CD October–25) (NNP November) (CD 1952)) (, -RRB-)) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Hill) (NNP Eerie)))) (-LRB- -LRB-) (NP (CD 21) (CD March–21) (NNP June) (CD 1952)) (-RRB- -RRB-)) (, ,) (NP (NP (NP (DT the) (NNS sieges)) (PP (IN of) (NP (NNP Outpost) (NNP Harry)))) (NML (-LRB- -LRB-) (CD 10–18) (NNP June) (CD 1953) (-RRB- -RRB-))) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (DT the) (NNP Hook)))) (-LRB- -LRB-) (NP (CD 28–29) (NNP May) (CD 1953)) (-RRB- -RRB-)) (, ,) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Pork) (NNP Chop) (NNP Hill)))) (-LRB- -LRB-) (NP (CD 23) (CD March–16) (NNP July) (CD 1953)) (-RRB- -RRB-)) (, ,) (CC and) (NP (NP (NP (DT the) (NNP Battle)) (PP (IN of) (NP (NNP Kumsong)))) (-LRB- -LRB-) (NP (CD 13–27) (NNP July) (CD 1953)) (-RRB- -RRB-)) (. .))
FC
[]
[]
[]
[]
['October–25 November 1952 -RRB- , the Battle of Hill Eerie -LRB- 21 March–21 June 1952 -RRB- , the sieges of Outpost Harry -LRB- 10–18 June 1953 -RRB- , the Battle of the Hook -LRB- 28–29 May 1953 -RRB- , the Battle of Pork Chop Hill -LRB- 23 March–16 July 1953 -RRB- , and the Battle of Kumsong -LRB- 13–27 July 1953 -RRB- .']
61,526
A great power is a sovereign state that is recognized as having the ability and expertise to exert its influence on a global scale.
(ROOT (S (NP (DT A) (JJ great) (NN power)) (VP (VBZ is) (NP (NP (DT a) (JJ sovereign) (NN state)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (VP (VBN recognized) (PP (IN as) (S (VP (VBG having) (NP (DT the) (NN ability) (CC and) (NN expertise) (S (VP (TO to) (VP (VB exert) (NP (PRP$ its) (NN influence)) (PP (IN on) (NP (DT a) (JJ global) (NN scale)))))))))))))))) (. .)))
18
{ "ADJ": [ "great", "sovereign", "global" ], "ADP": [ "as", "on" ], "ADV": [], "AUX": [ "is", "is" ], "CCONJ": [ "and" ], "DET": [ "A", "a", "the", "a" ], "INTJ": [], "NOUN": [ "power", "state", "ability", "expertise", "influence", "scale" ], "NUM": [], "PART": [ "to" ], "PRON": [ "that", "its" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "recognized", "having", "exert" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-PP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
A/det/power great/amod/power power/nsubj/is is/ROOT/is a/det/state sovereign/amod/state state/attr/is that/nsubjpass/recognized is/auxpass/recognized recognized/relcl/state as/prep/recognized having/pcomp/as the/det/ability ability/dobj/having and/cc/ability expertise/conj/ability to/aux/exert exert/acl/ability its/poss/influence influence/dobj/exert on/prep/influence a/det/scale global/amod/scale scale/pobj/on ./punct/is
(S (NP (DT A) (JJ great) (NN power)) (VP (VBZ is) (NP (NP (DT a) (JJ sovereign) (NN state)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (VP (VBN recognized) (PP (IN as) (S (VP (VBG having) (NP (DT the) (NN ability) (CC and) (NN expertise) (S (VP (TO to) (VP (VB exert) (NP (PRP$ its) (NN influence)) (PP (IN on) (NP (DT a) (JJ global) (NN scale)))))))))))))))) (. .))
CT
['A great power is a sovereign state that is recognized as having the ability and expertise to exert its influence on a global scale']
['that is recognized as having the ability and expertise to exert its influence on a global scale']
[]
['A great power is a sovereign state that is recognized as having the ability and expertise to exert its influence on a global scale .']
[]
73,081
Hundreds of thousands of U.S. troops remained stationed in West Germany, with others in Belgium, the Netherlands and the United Kingdom, until the 1990s in anticipation of a possible Soviet attack.
(ROOT (S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT the) (NNP United) (NNP Kingdom)))))) (, ,) (PP (IN until) (NP (DT the) (NNS 1990s))) (PP (IN in) (NP (NP (NN anticipation)) (PP (IN of) (NP (DT a) (JJ possible) (JJ Soviet) (NN attack)))))) (. .)))
9
{ "ADJ": [ "possible", "Soviet" ], "ADP": [ "of", "of", "in", "with", "in", "until", "in", "of" ], "ADV": [], "AUX": [ "remained" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "a" ], "INTJ": [], "NOUN": [ "Hundreds", "thousands", "troops", "others", "1990s", "anticipation", "attack" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "U.S.", "West", "Germany", "Belgium", "Netherlands", "United", "Kingdom" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "stationed" ], "X": [] }
[ "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP"...
Hundreds/quantmod/thousands of/quantmod/thousands thousands/nsubj/remained of/prep/thousands U.S./compound/troops troops/pobj/of remained/auxpass/stationed stationed/ROOT/stationed in/prep/stationed West/compound/Germany Germany/pobj/in ,/punct/stationed with/prep/stationed others/pobj/with in/prep/others Belgium/pobj/in ,/punct/Belgium the/det/Netherlands Netherlands/conj/Belgium and/cc/Netherlands the/det/Kingdom United/compound/Kingdom Kingdom/conj/Netherlands ,/punct/stationed until/prep/stationed the/det/1990s 1990s/pobj/until in/prep/1990s anticipation/pobj/in of/prep/anticipation a/det/attack possible/amod/attack Soviet/amod/attack attack/pobj/of ./punct/stationed
(S (NP (NP (NNS Hundreds)) (PP (IN of) (NP (NP (NNS thousands)) (PP (IN of) (NP (NNP U.S.) (NNS troops)))))) (VP (VBD remained) (VBN stationed) (PP (IN in) (NP (NNP West) (NNP Germany))) (, ,) (PP (IN with) (NP (NP (NNS others)) (PP (IN in) (NP (NP (NNP Belgium)) (, ,) (NP (DT the) (NNPS Netherlands)) (CC and) (NP (DT the) (NNP United) (NNP Kingdom)))))) (, ,) (PP (IN until) (NP (DT the) (NNS 1990s))) (PP (IN in) (NP (NP (NN anticipation)) (PP (IN of) (NP (DT a) (JJ possible) (JJ Soviet) (NN attack)))))) (. .))
T
['Hundreds of thousands of U.S. troops remained stationed in West Germany , with others in Belgium , the Netherlands and the United Kingdom , until the 1990s in anticipation of a possible Soviet attack']
[]
['Hundreds of thousands of U.S. troops remained stationed in West Germany , with others in Belgium , the Netherlands and the United Kingdom , until the 1990s in anticipation of a possible Soviet attack .']
[]
[]
24,943
It consists of 13 architectural astronomy instruments.
(ROOT (S (NP (PRP It)) (VP (VBZ consists) (PP (IN of) (NP (CD 13) (JJ architectural) (NN astronomy) (NNS instruments)))) (. .)))
6
{ "ADJ": [ "architectural" ], "ADP": [ "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "astronomy", "instruments" ], "NUM": [ "13" ], "PART": [], "PRON": [ "It" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "consists" ], "X": [] }
[ "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
It/nsubj/consists consists/ROOT/consists of/prep/consists 13/nummod/instruments architectural/amod/instruments astronomy/compound/instruments instruments/pobj/of ./punct/consists
(S (NP (PRP It)) (VP (VBZ consists) (PP (IN of) (NP (CD 13) (JJ architectural) (NN astronomy) (NNS instruments)))) (. .))
T
['It consists of 13 architectural astronomy instruments']
[]
['It consists of 13 architectural astronomy instruments .']
[]
[]
31,183
Developed in conjunction with the Universal Coded Character Set (UCS) standard and published as The Unicode Standard, the latest version of Unicode contains a repertoire of more than 120,000 characters covering 129 modern and historic scripts, as well as multiple symbol sets.
(ROOT (S (S (VP (VP (VBN Developed) (PP (IN in) (NP (NP (NN conjunction)) (PP (IN with) (NP (DT the) (NML (NML (NNP Universal) (NNP Coded) (NNP Character) (NNP Set)) (-LRB- -LRB-) (NNP UCS) (-RRB- -RRB-)) (NN standard)))))) (CC and) (VP (VBN published) (PP (IN as) (NP (DT The) (NNP Unicode) (NNP Standard)))))) (, ,) (NP (NP (DT the) (JJS latest) (NN version)) (PP (IN of) (NP (NNP Unicode)))) (VP (VBZ contains) (NP (NP (NP (NP (DT a) (NN repertoire)) (PP (IN of) (NP (QP (JJR more) (IN than) (CD 120,000)) (NNS characters)))) (VP (VBG covering) (NP (CD 129) (ADJP (JJ modern) (CC and) (JJ historic)) (NNS scripts)))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (JJ multiple) (NN symbol) (NNS sets)))) (. .)))
12
{ "ADJ": [ "latest", "more", "modern", "historic", "multiple" ], "ADP": [ "in", "with", "as", "of", "of", "than", "as" ], "ADV": [ "as", "well" ], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the", "The", "the", "a" ], "INTJ": [], "NOUN": [ "conjunction", "standard", "version", "repertoire", "characters", "scripts", "symbol", "sets" ], "NUM": [ "120,000", "129" ], "PART": [], "PRON": [], "PROPN": [ "Universal", "Coded", "Character", "Set", "UCS", "Unicode", "Standard", "Unicode" ], "PUNCT": [ "(", ")", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "Developed", "published", "contains", "covering" ], "X": [] }
[ "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "O", "O", "O", "O", "O", "O", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "O", "O", "O", "B-NP", "B-VP", "B-NP", ...
Developed/advcl/contains in/prep/Developed conjunction/pobj/in with/prep/conjunction the/det/standard Universal/compound/Set Coded/compound/Set Character/compound/Set Set/nmod/standard (/punct/Set UCS/appos/Set )/punct/Set standard/pobj/with and/cc/Developed published/conj/Developed as/prep/published The/det/Standard Unicode/compound/Standard Standard/pobj/as ,/punct/Standard the/det/version latest/amod/version version/nsubj/contains of/prep/version Unicode/pobj/of contains/ROOT/contains a/det/repertoire repertoire/dobj/contains of/prep/repertoire more/amod/120,000 than/quantmod/120,000 120,000/nummod/characters characters/pobj/of covering/acl/characters 129/nummod/scripts modern/amod/scripts and/cc/modern historic/conj/modern scripts/dobj/covering ,/punct/scripts as/advmod/as well/advmod/as as/cc/scripts multiple/amod/sets symbol/compound/sets sets/conj/scripts ./punct/contains
(S (S (VP (VP (VBN Developed) (PP (IN in) (NP (NP (NN conjunction)) (PP (IN with) (NP (DT the) (NML (NML (NNP Universal) (NNP Coded) (NNP Character) (NNP Set)) (-LRB- -LRB-) (NNP UCS) (-RRB- -RRB-)) (NN standard)))))) (CC and) (VP (VBN published) (PP (IN as) (NP (DT The) (NNP Unicode) (NNP Standard)))))) (, ,) (NP (NP (DT the) (JJS latest) (NN version)) (PP (IN of) (NP (NNP Unicode)))) (VP (VBZ contains) (NP (NP (NP (NP (DT a) (NN repertoire)) (PP (IN of) (NP (QP (JJR more) (IN than) (CD 120,000)) (NNS characters)))) (VP (VBG covering) (NP (CD 129) (ADJP (JJ modern) (CC and) (JJ historic)) (NNS scripts)))) (, ,) (CONJP (RB as) (RB well) (IN as)) (NP (JJ multiple) (NN symbol) (NNS sets)))) (. .))
T
['Developed in conjunction with the Universal Coded Character Set -LRB- UCS -RRB- standard and published as The Unicode Standard']
[]
['Developed in conjunction with the Universal Coded Character Set -LRB- UCS -RRB- standard and published as The Unicode Standard , the latest version of Unicode contains a repertoire of more than 120,000 characters covering 129 modern and historic scripts , as well as multiple symbol sets .']
[]
[]
33,874
John's relief operation was blocked by Philip's forces, and John turned back to Brittany in an attempt to draw Philip away from eastern Normandy.
(ROOT (S (S (NP (NP (NNP John) (POS 's)) (NN relief) (NN operation)) (VP (VBD was) (VP (VBN blocked) (PP (IN by) (NP (NP (NNP Philip) (POS 's)) (NNS forces)))))) (, ,) (CC and) (S (NP (NNP John)) (VP (VBD turned) (ADVP (RB back)) (PP (IN to) (NP (NNP Brittany))) (PP (IN in) (NP (DT an) (NN attempt) (S (VP (TO to) (VP (VB draw) (NP (NNP Philip)) (ADVP (RB away) (PP (IN from) (NP (JJ eastern) (NNP Normandy))))))))))) (. .)))
13
{ "ADJ": [ "eastern" ], "ADP": [ "by", "to", "in", "from" ], "ADV": [ "back", "away" ], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "an" ], "INTJ": [], "NOUN": [ "relief", "operation", "forces", "attempt" ], "NUM": [], "PART": [ "'s", "'s", "to" ], "PRON": [], "PROPN": [ "John", "Philip", "John", "Brittany", "Philip", "Normandy" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "blocked", "turned", "draw" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-ADVP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "O" ]
John/poss/operation 's/case/John relief/compound/operation operation/nsubjpass/blocked was/auxpass/blocked blocked/ROOT/blocked by/agent/blocked Philip/poss/forces 's/case/Philip forces/pobj/by ,/punct/blocked and/cc/blocked John/nsubj/turned turned/conj/blocked back/advmod/turned to/prep/back Brittany/pobj/to in/prep/turned an/det/attempt attempt/pobj/in to/aux/draw draw/acl/attempt Philip/dobj/draw away/advmod/draw from/prep/away eastern/amod/Normandy Normandy/pobj/from ./punct/turned
(S (S (NP (NP (NNP John) (POS 's)) (NN relief) (NN operation)) (VP (VBD was) (VP (VBN blocked) (PP (IN by) (NP (NP (NNP Philip) (POS 's)) (NNS forces)))))) (, ,) (CC and) (S (NP (NNP John)) (VP (VBD turned) (ADVP (RB back)) (PP (IN to) (NP (NNP Brittany))) (PP (IN in) (NP (DT an) (NN attempt) (S (VP (TO to) (VP (VB draw) (NP (NNP Philip)) (ADVP (RB away) (PP (IN from) (NP (JJ eastern) (NNP Normandy))))))))))) (. .))
T
["John 's relief operation was blocked by Philip 's forces", 'John turned back to Brittany in an attempt to draw Philip away from eastern Normandy']
[]
["John 's relief operation was blocked by Philip 's forces , and John turned back to Brittany in an attempt to draw Philip away from eastern Normandy ."]
[]
[]
44,011
This resulted in a change to the 2000 United States Census, which allowed participants to select more than one of the six available categories, which were, in brief: "White," "Black or African American," "Asian," "American Indian or Alaskan Native," "Native Hawaiian or other Pacific Islander," and "Other."
(ROOT (S (NP (DT This)) (VP (VBD resulted) (PP (IN in) (NP (NP (DT a) (NN change)) (PP (IN to) (NP (NP (DT the) (CD 2000) (NML (NNP United) (NNPS States)) (NNP Census)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD allowed) (S (NP (NNS participants)) (VP (TO to) (VP (VB select) (NP (NP (QP (JJR more) (IN than) (CD one))) (PP (IN of) (NP (NP (DT the) (CD six) (JJ available) (NNS categories)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD were) (, ,) (PP (IN in) (ADJP (JJ brief))) (: :) (NP (`` ") (ADJP (NNP White)) (, ,) ('' ") (`` ") (ADJP (NNP Black) (CC or) (JJ African) (NNP American)) (, ,) ('' ") (`` ") (NP (NNP Asian)) ('' ,) ('' ") (`` ") (NP (NP (NNP American) (NNP Indian)) (CC or) (NP (NNP Alaskan) (NNP Native))) (, ,) ('' ") (`` ") (NP (NP (NNP Native) (NNP Hawaiian)) (CC or) (NP (JJ other) (NNP Pacific) (NNP Islander))) (, ,) ('' ") (CC and) (`` ") (NP (NNP Other)))))))))))))))))))) (. .) ('' ")))
23
{ "ADJ": [ "more", "available", "White", "Black", "African", "Asian", "American", "Indian", "Alaskan", "Native", "other", "Other" ], "ADP": [ "in", "to", "than", "of", "in" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [ "or", "or", "or", "and" ], "DET": [ "a", "the", "the" ], "INTJ": [], "NOUN": [ "change", "participants", "categories", "brief" ], "NUM": [ "2000", "one", "six" ], "PART": [ "to" ], "PRON": [ "This", "which", "which" ], "PROPN": [ "United", "States", "Census", "American", "Native", "Hawaiian", "Pacific", "Islander" ], "PUNCT": [ ",", ",", ",", ":", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ",", "\"", "\"", ".", "\"" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "resulted", "allowed", "select" ], "X": [] }
[ "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "O", "B-VP", "B-NP", "B-VP", "I-VP", "O", "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-PP", "B-ADJP", "B-VP", "B-NP", "B-AD...
This/nsubj/resulted resulted/ROOT/resulted in/prep/resulted a/det/change change/pobj/in to/prep/change the/det/Census 2000/nummod/Census United/compound/States States/compound/Census Census/pobj/to ,/punct/Census which/nsubj/allowed allowed/relcl/Census participants/nsubj/select to/aux/select select/ccomp/allowed more/amod/one than/quantmod/one one/dobj/select of/prep/one the/det/categories six/nummod/categories available/amod/categories categories/pobj/of ,/punct/categories which/nsubj/were were/relcl/categories ,/punct/were in/prep/were brief/pobj/in :/punct/Census "/punct/Census White/appos/Census ,/punct/White "/punct/White "/punct/White Black/amod/American or/cc/Black African/conj/Black American/appos/White ,/punct/White "/punct/White "/punct/Asian Asian/amod/Indian ,/punct/Asian "/punct/Asian "/punct/Asian American/amod/Indian Indian/conj/White or/cc/Indian Alaskan/amod/Native Native/conj/Indian ,/punct/White "/punct/White "/punct/White Native/amod/Hawaiian Hawaiian/conj/White or/cc/Hawaiian other/amod/Islander Pacific/compound/Islander Islander/conj/Hawaiian ,/punct/White "/punct/White and/cc/White "/punct/Other Other/conj/White ./punct/resulted "/punct/resulted
(S (NP (DT This)) (VP (VBD resulted) (PP (IN in) (NP (NP (DT a) (NN change)) (PP (IN to) (NP (NP (DT the) (CD 2000) (NML (NNP United) (NNPS States)) (NNP Census)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD allowed) (S (NP (NNS participants)) (VP (TO to) (VP (VB select) (NP (NP (QP (JJR more) (IN than) (CD one))) (PP (IN of) (NP (NP (DT the) (CD six) (JJ available) (NNS categories)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD were) (, ,) (PP (IN in) (ADJP (JJ brief))) (: :) (NP (`` ") (ADJP (NNP White)) (, ,) ('' ") (`` ") (ADJP (NNP Black) (CC or) (JJ African) (NNP American)) (, ,) ('' ") (`` ") (NP (NNP Asian)) ('' ,) ('' ") (`` ") (NP (NP (NNP American) (NNP Indian)) (CC or) (NP (NNP Alaskan) (NNP Native))) (, ,) ('' ") (`` ") (NP (NP (NNP Native) (NNP Hawaiian)) (CC or) (NP (JJ other) (NNP Pacific) (NNP Islander))) (, ,) ('' ") (CC and) (`` ") (NP (NNP Other)))))))))))))))))))) (. .) ('' "))
CT
['This resulted in a change to the 2000 United States Census , which allowed participants to select more than one of the six available categories , which were , in brief : " White , " " Black or African American , " " Asian , " " American Indian or Alaskan Native , " " Native Hawaiian or other Pacific Islander , " and " Other']
['which allowed participants to select more than one of the six available categories , which were , in brief : " White , " " Black or African American , " " Asian , " " American Indian or Alaskan Native , " " Native Hawaiian or other Pacific Islander , " and " Other', 'which were , in brief : " White , " " Black or African American , " " Asian , " " American Indian or Alaskan Native , " " Native Hawaiian or other Pacific Islander , " and " Other']
[]
['This resulted in a change to the 2000 United States Census , which allowed participants to select more than one of the six available categories , which were , in brief : " White , " " Black or African American , " " Asian , " " American Indian or Alaskan Native , " " Native Hawaiian or other Pacific Islander , " and " Other . "']
[]
29,050
This process is repeated in spring, when collected cotton needs to be hoed and weeded.
(ROOT (S (NP (DT This) (NN process)) (VP (VBZ is) (VP (VBN repeated) (PP (IN in) (NP (NP (NN spring)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (VBN collected) (NN cotton)) (VP (VBZ needs) (S (VP (TO to) (VP (VB be) (VP (VBN hoed) (CC and) (VBN weeded)))))))))))) (. .)))
14
{ "ADJ": [], "ADP": [ "in" ], "ADV": [], "AUX": [ "is", "be" ], "CCONJ": [ "and" ], "DET": [ "This" ], "INTJ": [], "NOUN": [ "process", "spring", "cotton" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [], "PUNCT": [ ",", "." ], "SCONJ": [ "when" ], "SPACE": [], "SYM": [], "VERB": [ "repeated", "collected", "needs", "hoed", "weeded" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "I-VP", "O" ]
This/det/process process/nsubjpass/repeated is/auxpass/repeated repeated/ROOT/repeated in/prep/repeated spring/pobj/in ,/punct/spring when/advmod/collected collected/relcl/spring cotton/compound/needs needs/dobj/collected to/aux/hoed be/auxpass/hoed hoed/xcomp/needs and/cc/hoed weeded/conj/hoed ./punct/repeated
(S (NP (DT This) (NN process)) (VP (VBZ is) (VP (VBN repeated) (PP (IN in) (NP (NP (NN spring)) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (VBN collected) (NN cotton)) (VP (VBZ needs) (S (VP (TO to) (VP (VB be) (VP (VBN hoed) (CC and) (VBN weeded)))))))))))) (. .))
CT
['This process is repeated in spring , when collected cotton needs to be hoed and weeded']
['when collected cotton needs to be hoed and weeded']
[]
['This process is repeated in spring , when collected cotton needs to be hoed and weeded .']
[]
21,336
The mother tongue movement in Taiwan even influenced Xiamen (Amoy) to the point that in 2010, Xiamen also began to implement the teaching of Hokkien dialect in its schools.
(ROOT (S (NP (NP (DT The) (NML (NN mother) (NN tongue)) (NN movement)) (PP (IN in) (NP (NNP Taiwan)))) (ADVP (RB even)) (VP (VBD influenced) (NP (NP (NNP Xiamen)) (-LRB- -LRB-) (NP (NNP Amoy)) (-RRB- -RRB-)) (PP (IN to) (NP (DT the) (NN point) (SBAR (IN that) (S (PP (IN in) (NP (CD 2010))) (, ,) (NP (NNP Xiamen)) (ADVP (RB also)) (VP (VBD began) (S (VP (TO to) (VP (VB implement) (NP (NP (DT the) (NN teaching)) (PP (IN of) (NP (NNP Hokkien) (NN dialect)))) (PP (IN in) (NP (PRP$ its) (NNS schools)))))))))))) (. .)))
15
{ "ADJ": [], "ADP": [ "in", "to", "in", "of", "in" ], "ADV": [ "even", "also" ], "AUX": [], "CCONJ": [], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "mother", "tongue", "movement", "point", "teaching", "dialect", "schools" ], "NUM": [ "2010" ], "PART": [ "to" ], "PRON": [ "its" ], "PROPN": [ "Taiwan", "Xiamen", "Amoy", "Xiamen", "Hokkien" ], "PUNCT": [ "(", ")", ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "influenced", "began", "implement" ], "X": [] }
[ "B-NP", "O", "O", "B-NP", "B-PP", "B-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-PP", "B-NP", "O", "B-NP", "B-ADVP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ...
The/det/movement mother/compound/movement tongue/compound/movement movement/nsubj/influenced in/prep/movement Taiwan/pobj/in even/advmod/influenced influenced/ROOT/influenced Xiamen/nmod/Amoy (/punct/Amoy Amoy/dobj/influenced )/punct/Amoy to/prep/influenced the/det/point point/pobj/to that/mark/began in/prep/began 2010/pobj/in ,/punct/began Xiamen/nsubj/began also/advmod/began began/ccomp/influenced to/aux/implement implement/xcomp/began the/det/teaching teaching/dobj/implement of/prep/teaching Hokkien/compound/dialect dialect/pobj/of in/prep/implement its/poss/schools schools/pobj/in ./punct/influenced
(S (NP (NP (DT The) (NML (NN mother) (NN tongue)) (NN movement)) (PP (IN in) (NP (NNP Taiwan)))) (ADVP (RB even)) (VP (VBD influenced) (NP (NP (NNP Xiamen)) (-LRB- -LRB-) (NP (NNP Amoy)) (-RRB- -RRB-)) (PP (IN to) (NP (DT the) (NN point) (SBAR (IN that) (S (PP (IN in) (NP (CD 2010))) (, ,) (NP (NNP Xiamen)) (ADVP (RB also)) (VP (VBD began) (S (VP (TO to) (VP (VB implement) (NP (NP (DT the) (NN teaching)) (PP (IN of) (NP (NNP Hokkien) (NN dialect)))) (PP (IN in) (NP (PRP$ its) (NNS schools)))))))))))) (. .))
CT
['The mother tongue movement in Taiwan influenced Xiamen -LRB- Amoy -RRB- to the point that in 2010 , Xiamen also began to implement the teaching of Hokkien dialect in its schools']
['that in 2010 , Xiamen also began to implement the teaching of Hokkien dialect in its schools']
[]
['The mother tongue movement in Taiwan even influenced Xiamen -LRB- Amoy -RRB- to the point that in 2010 , Xiamen also began to implement the teaching of Hokkien dialect in its schools .']
[]
51,949
By way of comparison, all federal district courts in 2010 together received only about 282,000 new civil cases, 77,000 new criminal cases, and 1.5 million bankruptcy cases, while federal appellate courts received 56,000 new cases.
(ROOT (S (PP (IN By) (NP (NP (NN way)) (PP (IN of) (NP (NN comparison))))) (, ,) (NP (DT all) (JJ federal) (NN district) (NNS courts)) (PP (PP (IN in) (NP (CD 2010))) (ADVP (RB together))) (VP (VBD received) (NP (NP (QP (RB only) (RB about) (CD 282,000)) (JJ new) (JJ civil) (NNS cases)) (, ,) (NP (CD 77,000) (JJ new) (JJ criminal) (NNS cases)) (, ,) (CC and) (NP (QP (CD 1.5) (CD million)) (NN bankruptcy) (NNS cases))) (, ,) (SBAR (IN while) (S (NP (JJ federal) (JJ appellate) (NNS courts)) (VP (VBD received) (NP (CD 56,000) (JJ new) (NNS cases)))))) (. .)))
8
{ "ADJ": [ "federal", "new", "civil", "new", "criminal", "federal", "appellate", "new" ], "ADP": [ "By", "of", "in", "about" ], "ADV": [ "together", "only" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "all" ], "INTJ": [], "NOUN": [ "way", "comparison", "district", "courts", "cases", "cases", "bankruptcy", "cases", "courts", "cases" ], "NUM": [ "2010", "282,000", "77,000", "1.5", "million", "56,000" ], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ ",", ",", ",", ",", "." ], "SCONJ": [ "while" ], "SPACE": [], "SYM": [], "VERB": [ "received", "received" ], "X": [] }
[ "B-PP", "B-NP", "B-PP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-ADVP", "B-VP", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-VP", "O", "B-NP", "I-NP...
By/prep/received way/pobj/By of/prep/way comparison/pobj/of ,/punct/received all/det/courts federal/amod/courts district/compound/courts courts/nsubj/received in/prep/courts 2010/pobj/in together/advmod/courts received/ROOT/received only/advmod/282,000 about/quantmod/282,000 282,000/nummod/cases new/amod/cases civil/amod/cases cases/dobj/received ,/punct/cases 77,000/nummod/cases new/amod/cases criminal/amod/cases cases/conj/cases ,/punct/cases and/cc/cases 1.5/compound/million million/nummod/cases bankruptcy/compound/cases cases/conj/cases ,/punct/received while/mark/received federal/amod/courts appellate/amod/courts courts/nsubj/received received/advcl/received 56,000/nummod/cases new/amod/cases cases/dobj/received ./punct/received
(S (PP (IN By) (NP (NP (NN way)) (PP (IN of) (NP (NN comparison))))) (, ,) (NP (DT all) (JJ federal) (NN district) (NNS courts)) (PP (PP (IN in) (NP (CD 2010))) (ADVP (RB together))) (VP (VBD received) (NP (NP (QP (RB only) (RB about) (CD 282,000)) (JJ new) (JJ civil) (NNS cases)) (, ,) (NP (CD 77,000) (JJ new) (JJ criminal) (NNS cases)) (, ,) (CC and) (NP (QP (CD 1.5) (CD million)) (NN bankruptcy) (NNS cases))) (, ,) (SBAR (IN while) (S (NP (JJ federal) (JJ appellate) (NNS courts)) (VP (VBD received) (NP (CD 56,000) (JJ new) (NNS cases)))))) (. .))
CT
['all federal district courts received only about 282,000 new civil cases , 77,000 new criminal cases , and 1.5 million bankruptcy cases ,']
['while federal appellate courts received 56,000 new cases']
[]
['By way of comparison , all federal district courts in 2010 together received only about 282,000 new civil cases , 77,000 new criminal cases , and 1.5 million bankruptcy cases , while federal appellate courts received 56,000 new cases .']
[]
45,831
On 25 August 1944, the city was liberated by the French 2nd Armoured Division and the 4th Infantry Division of the United States Army.
(ROOT (S (PP (IN On) (NP (CD 25) (NNP August) (CD 1944))) (, ,) (NP (DT the) (NN city)) (VP (VBD was) (VP (VBN liberated) (PP (IN by) (NP (NP (DT the) (NNP French) (NNP 2nd) (NNP Armoured) (NNP Division)) (CC and) (NP (NP (DT the) (NNP 4th) (NNP Infantry) (NNP Division)) (PP (IN of) (NP (DT the) (NML (NNP United) (NNPS States)) (NNP Army)))))))) (. .)))
11
{ "ADJ": [ "French", "2nd" ], "ADP": [ "On", "by", "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "city" ], "NUM": [ "25", "1944" ], "PART": [], "PRON": [], "PROPN": [ "August", "Armoured", "Division", "4th", "Infantry", "Division", "United", "States", "Army" ], "PUNCT": [ ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "liberated" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "O", "B-NP", "O" ]
On/prep/liberated 25/nummod/August August/pobj/On 1944/nummod/August ,/punct/liberated the/det/city city/nsubjpass/liberated was/auxpass/liberated liberated/ROOT/liberated by/agent/liberated the/det/Division French/amod/Division 2nd/compound/Division Armoured/compound/Division Division/pobj/by and/cc/Division the/det/Division 4th/compound/Division Infantry/compound/Division Division/conj/Division of/prep/Division the/det/Army United/compound/States States/compound/Army Army/pobj/of ./punct/liberated
(S (PP (IN On) (NP (CD 25) (NNP August) (CD 1944))) (, ,) (NP (DT the) (NN city)) (VP (VBD was) (VP (VBN liberated) (PP (IN by) (NP (NP (DT the) (NNP French) (NNP 2nd) (NNP Armoured) (NNP Division)) (CC and) (NP (NP (DT the) (NNP 4th) (NNP Infantry) (NNP Division)) (PP (IN of) (NP (DT the) (NML (NNP United) (NNPS States)) (NNP Army)))))))) (. .))
T
['the city was liberated by the French 2nd Armoured Division and the 4th Infantry Division of the United States Army']
[]
['On 25 August 1944 , the city was liberated by the French 2nd Armoured Division and the 4th Infantry Division of the United States Army .']
[]
[]
35,746
The American diplomatic presence is an important element in the Bermuda political landscape.
(ROOT (S (NP (DT The) (JJ American) (JJ diplomatic) (NN presence)) (VP (VBZ is) (NP (NP (DT an) (JJ important) (NN element)) (PP (IN in) (NP (DT the) (NNP Bermuda) (JJ political) (NN landscape))))) (. .)))
7
{ "ADJ": [ "American", "diplomatic", "important", "political" ], "ADP": [ "in" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The", "an", "the" ], "INTJ": [], "NOUN": [ "presence", "element", "landscape" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Bermuda" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/presence American/amod/presence diplomatic/amod/presence presence/nsubj/is is/ROOT/is an/det/element important/amod/element element/attr/is in/prep/element the/det/landscape Bermuda/nmod/landscape political/amod/landscape landscape/pobj/in ./punct/is
(S (NP (DT The) (JJ American) (JJ diplomatic) (NN presence)) (VP (VBZ is) (NP (NP (DT an) (JJ important) (NN element)) (PP (IN in) (NP (DT the) (NNP Bermuda) (JJ political) (NN landscape))))) (. .))
T
['The American diplomatic presence is an important element in the Bermuda political landscape']
[]
['The American diplomatic presence is an important element in the Bermuda political landscape .']
[]
[]
22,961
Who felt that American Idol helped the true art form of music get lost?
(ROOT (SBARQ (WHNP (WP Who)) (S (VP (VBD felt) (SBAR (IN that) (S (NP (NNP American) (NNP Idol)) (VP (VBD helped) (S (NP (NP (DT the) (JJ true) (NN art) (NN form)) (PP (IN of) (NP (NN music)))) (VP (VB get) (VP (VBN lost))))))))) (. ?)))
12
{ "ADJ": [ "true" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "get" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "art", "form", "music" ], "NUM": [], "PART": [], "PRON": [ "Who" ], "PROPN": [ "American", "Idol" ], "PUNCT": [ "?" ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "felt", "helped", "lost" ], "X": [] }
[ "O", "B-VP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "O" ]
Who/nsubj/felt felt/ROOT/felt that/mark/helped American/compound/Idol Idol/nsubj/helped helped/ccomp/felt the/det/form true/amod/form art/compound/form form/nsubjpass/lost of/prep/form music/pobj/of get/auxpass/lost lost/ccomp/helped ?/punct/felt
(SBARQ (WHNP (WP Who)) (S (VP (VBD felt) (SBAR (IN that) (S (NP (NNP American) (NNP Idol)) (VP (VBD helped) (S (NP (NP (DT the) (JJ true) (NN art) (NN form)) (PP (IN of) (NP (NN music)))) (VP (VB get) (VP (VBN lost))))))))) (. ?))
CT
['felt']
['that American Idol helped the true art form of music get lost']
[]
['Who felt that American Idol helped the true art form of music get lost ?']
[]
28,641
Plant ecologists study the composition of local and regional floras, their biodiversity, genetic diversity and fitness, the adaptation of plants to their environment, and their competitive or mutualistic interactions with other species.
(ROOT (S (NP (NN Plant) (NNS ecologists)) (VP (VBP study) (NP (NP (NP (DT the) (NN composition)) (PP (IN of) (NP (ADJP (JJ local) (CC and) (JJ regional)) (NNS floras)))) (, ,) (PRP$ their) (NN biodiversity) (, ,) (NP (JJ genetic) (NN diversity) (CC and) (NN fitness)) (, ,) (NP (NP (DT the) (NN adaptation)) (PP (IN of) (NP (NNS plants))) (PP (IN to) (NP (PRP$ their) (NN environment)))) (, ,) (CC and) (NP (NP (PRP$ their) (ADJP (JJ competitive) (CC or) (JJ mutualistic)) (NNS interactions)) (PP (IN with) (NP (JJ other) (NNS species)))))) (. .)))
9
{ "ADJ": [ "local", "regional", "genetic", "competitive", "mutualistic", "other" ], "ADP": [ "of", "of", "to", "with" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and", "and", "or" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "Plant", "ecologists", "composition", "floras", "biodiversity", "diversity", "fitness", "adaptation", "plants", "environment", "interactions", "species" ], "NUM": [], "PART": [], "PRON": [ "their", "their", "their" ], "PROPN": [], "PUNCT": [ ",", ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "study" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-ADJP", "I-ADJP", "I-ADJP", "B-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", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP"...
Plant/compound/ecologists ecologists/nsubj/study study/ROOT/study the/det/composition composition/dobj/study of/prep/composition local/amod/floras and/cc/local regional/conj/local floras/pobj/of ,/punct/floras their/poss/diversity biodiversity/nmod/diversity ,/punct/biodiversity genetic/amod/diversity diversity/conj/floras and/cc/diversity fitness/conj/diversity ,/punct/study the/det/adaptation adaptation/dobj/study of/prep/adaptation plants/pobj/of to/prep/adaptation their/poss/environment environment/pobj/to ,/punct/adaptation and/cc/adaptation their/poss/interactions competitive/amod/interactions or/cc/competitive mutualistic/conj/competitive interactions/conj/adaptation with/prep/interactions other/amod/species species/pobj/with ./punct/study
(S (NP (NN Plant) (NNS ecologists)) (VP (VBP study) (NP (NP (NP (DT the) (NN composition)) (PP (IN of) (NP (ADJP (JJ local) (CC and) (JJ regional)) (NNS floras)))) (, ,) (PRP$ their) (NN biodiversity) (, ,) (NP (JJ genetic) (NN diversity) (CC and) (NN fitness)) (, ,) (NP (NP (DT the) (NN adaptation)) (PP (IN of) (NP (NNS plants))) (PP (IN to) (NP (PRP$ their) (NN environment)))) (, ,) (CC and) (NP (NP (PRP$ their) (ADJP (JJ competitive) (CC or) (JJ mutualistic)) (NNS interactions)) (PP (IN with) (NP (JJ other) (NNS species)))))) (. .))
T
['Plant ecologists study the composition of local and regional floras , their biodiversity , genetic diversity and fitness , the adaptation of plants to their environment , and their competitive or mutualistic interactions with other species']
[]
['Plant ecologists study the composition of local and regional floras , their biodiversity , genetic diversity and fitness , the adaptation of plants to their environment , and their competitive or mutualistic interactions with other species .']
[]
[]
17,844
Howison maintained that both impersonal, monistic idealism and materialism run contrary to the experience of moral freedom.
(ROOT (S (NP (NNP Howison)) (VP (VBD maintained) (SBAR (IN that) (S (NP (CC both) (JJ impersonal) (, ,) (JJ monistic) (NN idealism) (CC and) (NN materialism)) (VP (VBP run) (ADJP (JJ contrary) (PP (IN to) (NP (NP (DT the) (NN experience)) (PP (IN of) (NP (JJ moral) (NN freedom)))))))))) (. .)))
12
{ "ADJ": [ "impersonal", "monistic", "contrary", "moral" ], "ADP": [ "to", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "both", "the" ], "INTJ": [], "NOUN": [ "idealism", "materialism", "experience", "freedom" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Howison" ], "PUNCT": [ ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "maintained", "run" ], "X": [] }
[ "B-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADJP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Howison/nsubj/maintained maintained/ROOT/maintained that/mark/run both/det/idealism impersonal/amod/idealism ,/punct/idealism monistic/amod/idealism idealism/nsubj/run and/cc/idealism materialism/conj/idealism run/ccomp/maintained contrary/advmod/run to/prep/contrary the/det/experience experience/pobj/to of/prep/experience moral/amod/freedom freedom/pobj/of ./punct/maintained
(S (NP (NNP Howison)) (VP (VBD maintained) (SBAR (IN that) (S (NP (CC both) (JJ impersonal) (, ,) (JJ monistic) (NN idealism) (CC and) (NN materialism)) (VP (VBP run) (ADJP (JJ contrary) (PP (IN to) (NP (NP (DT the) (NN experience)) (PP (IN of) (NP (JJ moral) (NN freedom)))))))))) (. .))
CT
['Howison maintained']
['that both impersonal , monistic idealism and materialism run contrary to the experience of moral freedom']
[]
['Howison maintained that both impersonal , monistic idealism and materialism run contrary to the experience of moral freedom .']
[]
60,800
For example, for any pre-set emissivity value, objects with higher emissivity will appear hotter, and those with a lower emissivity will appear cooler.
(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (PP (IN for) (NP (DT any) (ADJP (RB pre) (HYPH -) (JJ set)) (NN emissivity) (NN value))) (, ,) (S (NP (NP (NNS objects)) (PP (IN with) (NP (JJR higher) (NN emissivity)))) (VP (MD will) (VP (VB appear) (S (ADJP (JJR hotter)))))) (, ,) (CC and) (S (NP (NP (DT those)) (PP (IN with) (NP (DT a) (JJR lower) (NN emissivity)))) (VP (MD will) (VP (VB appear) (S (ADJP (JJR cooler)))))) (. .)))
8
{ "ADJ": [ "pre", "-", "set", "higher", "hotter", "lower", "cooler" ], "ADP": [ "For", "for", "with", "with" ], "ADV": [], "AUX": [ "will", "will" ], "CCONJ": [ "and" ], "DET": [ "any", "a" ], "INTJ": [], "NOUN": [ "example", "emissivity", "value", "objects", "emissivity", "emissivity" ], "NUM": [], "PART": [], "PRON": [ "those" ], "PROPN": [], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "appear", "appear" ], "X": [] }
[ "B-PP", "B-NP", "O", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADJP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-ADJP", "O" ]
For/prep/appear example/pobj/For ,/punct/appear for/prep/appear any/det/value pre/amod/value -/amod/value set/amod/value emissivity/compound/value value/pobj/for ,/punct/appear objects/nsubj/appear with/prep/objects higher/amod/emissivity emissivity/pobj/with will/aux/appear appear/ROOT/appear hotter/oprd/appear ,/punct/appear and/cc/appear those/nsubj/appear with/prep/those a/det/emissivity lower/amod/emissivity emissivity/pobj/with will/aux/appear appear/conj/appear cooler/oprd/appear ./punct/appear
(S (PP (IN For) (NP (NN example))) (, ,) (PP (IN for) (NP (DT any) (ADJP (RB pre) (HYPH -) (JJ set)) (NN emissivity) (NN value))) (, ,) (S (NP (NP (NNS objects)) (PP (IN with) (NP (JJR higher) (NN emissivity)))) (VP (MD will) (VP (VB appear) (S (ADJP (JJR hotter)))))) (, ,) (CC and) (S (NP (NP (DT those)) (PP (IN with) (NP (DT a) (JJR lower) (NN emissivity)))) (VP (MD will) (VP (VB appear) (S (ADJP (JJR cooler)))))) (. .))
T
['objects with higher emissivity will appear hotter', 'those with a lower emissivity will appear cooler']
[]
['For example , for any pre - set emissivity value , objects with higher emissivity will appear hotter , and those with a lower emissivity will appear cooler .']
[]
[]
49,351
North Campus lies in St. Louis City near the Delmar Loop.
(ROOT (S (NP (NNP North) (NNP Campus)) (VP (VBZ lies) (PP (IN in) (NP (NML (NNP St.) (NNP Louis)) (NNP City))) (PP (IN near) (NP (DT the) (NNP Delmar) (NNP Loop)))) (. .)))
7
{ "ADJ": [], "ADP": [ "in", "near" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "North", "Campus", "St.", "Louis", "City", "Delmar", "Loop" ], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "lies" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-PP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
North/compound/Campus Campus/nsubj/lies lies/ROOT/lies in/prep/lies St./compound/Louis Louis/compound/City City/pobj/in near/prep/lies the/det/Loop Delmar/compound/Loop Loop/pobj/near ./punct/lies
(S (NP (NNP North) (NNP Campus)) (VP (VBZ lies) (PP (IN in) (NP (NML (NNP St.) (NNP Louis)) (NNP City))) (PP (IN near) (NP (DT the) (NNP Delmar) (NNP Loop)))) (. .))
T
['North Campus lies in St. Louis City near the Delmar Loop']
[]
['North Campus lies in St. Louis City near the Delmar Loop .']
[]
[]
1,551
Such alloparenting is particularly common among the Corvida, which includes such birds as the true crows, Australian magpie and fairy-wrens, but has been observed in species as different as the rifleman and red kite.
(ROOT (S (NP (JJ Such) (NN alloparenting)) (VP (VP (VBZ is) (ADJP (RB particularly) (JJ common)) (PP (IN among) (NP (NP (DT the) (NNP Corvida)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ includes) (NP (NP (JJ such) (NNS birds)) (PP (IN as) (NP (NP (DT the) (JJ true) (NNS crows)) (, ,) (NP (JJ Australian) (NN magpie)) (CC and) (NP (NN fairy) (HYPH -) (NNS wrens))))))))))) (, ,) (CC but) (VP (VBZ has) (VP (VBN been) (VP (VBN observed) (PP (IN in) (NP (NP (NNS species)) (ADJP (ADJP (RB as) (JJ different)) (PP (IN as) (NP (DT the) (NML (NML (NN rifleman)) (CC and) (NML (JJ red) (NN kite)))))))))))) (. .)))
14
{ "ADJ": [ "Such", "common", "such", "true", "Australian", "different", "red" ], "ADP": [ "among", "as", "in", "as" ], "ADV": [ "particularly", "as" ], "AUX": [ "is", "has", "been" ], "CCONJ": [ "and", "but", "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "alloparenting", "birds", "crows", "magpie", "fairy", "wrens", "species", "rifleman", "kite" ], "NUM": [], "PART": [], "PRON": [ "which" ], "PROPN": [ "Corvida" ], "PUNCT": [ ",", ",", "-", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "includes", "observed" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-ADJP", "I-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "B-AD...
Such/amod/alloparenting alloparenting/nsubj/is is/ROOT/is particularly/advmod/common common/acomp/is among/prep/is the/det/Corvida Corvida/pobj/among ,/punct/Corvida which/nsubj/includes includes/relcl/Corvida such/amod/birds birds/dobj/includes as/prep/birds the/det/crows true/amod/crows crows/pobj/as ,/punct/crows Australian/amod/magpie magpie/conj/crows and/cc/magpie fairy/compound/wrens -/punct/wrens wrens/conj/magpie ,/punct/is but/cc/is has/aux/observed been/auxpass/observed observed/conj/is in/prep/observed species/pobj/in as/advmod/different different/amod/species as/prep/different the/det/rifleman rifleman/pobj/as and/cc/rifleman red/amod/kite kite/conj/rifleman ./punct/is
(S (NP (JJ Such) (NN alloparenting)) (VP (VP (VBZ is) (ADJP (RB particularly) (JJ common)) (PP (IN among) (NP (NP (DT the) (NNP Corvida)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ includes) (NP (NP (JJ such) (NNS birds)) (PP (IN as) (NP (NP (DT the) (JJ true) (NNS crows)) (, ,) (NP (JJ Australian) (NN magpie)) (CC and) (NP (NN fairy) (HYPH -) (NNS wrens))))))))))) (, ,) (CC but) (VP (VBZ has) (VP (VBN been) (VP (VBN observed) (PP (IN in) (NP (NP (NNS species)) (ADJP (ADJP (RB as) (JJ different)) (PP (IN as) (NP (DT the) (NML (NML (NN rifleman)) (CC and) (NML (JJ red) (NN kite)))))))))))) (. .))
CT
['Such alloparenting is particularly common among the Corvida , which includes such birds as the true crows , Australian magpie and fairy - wrens , but has been observed in species as different as the rifleman and red kite']
['which includes such birds as the true crows , Australian magpie and fairy - wrens']
[]
['Such alloparenting is particularly common among the Corvida , which includes such birds as the true crows , Australian magpie and fairy - wrens , but has been observed in species as different as the rifleman and red kite .']
[]
1,970
New York City is home to some of the nation's—and the world's—most valuable real estate.
(ROOT (S (NP (NML (NNP New) (NNP York)) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT some)) (PP (IN of) (NP (NP (DT the) (POS nation's)) (: —) (CC and) (NP (DT the) (POS world's)) (: —) (ADJP (RBS most) (JJ valuable)) (JJ real) (NN estate))))))) (. .)))
10
{ "ADJ": [ "valuable", "real" ], "ADP": [ "to", "of" ], "ADV": [ "most" ], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "home", "estate" ], "NUM": [ "world's" ], "PART": [], "PRON": [ "some" ], "PROPN": [ "New", "York", "City", "nation's" ], "PUNCT": [ "—", "—", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] }
[ "O", "O", "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "O" ]
New/compound/York York/compound/City City/nsubj/is is/ROOT/is home/attr/is to/prep/home some/pobj/to of/prep/some the/det/nation's nation's/pobj/of —/punct/some and/cc/is the/det/world's world's/nmod/estate —/punct/estate most/advmod/valuable valuable/amod/estate real/amod/estate estate/conj/is ./punct/is
(S (NP (NML (NNP New) (NNP York)) (NNP City)) (VP (VBZ is) (NP (NP (NN home)) (PP (IN to) (NP (NP (DT some)) (PP (IN of) (NP (NP (DT the) (POS nation's)) (: —) (CC and) (NP (DT the) (POS world's)) (: —) (ADJP (RBS most) (JJ valuable)) (JJ real) (NN estate))))))) (. .))
T
["New York City is home to some of the nation's — and the world's — most valuable real estate"]
[]
["New York City is home to some of the nation's — and the world's — most valuable real estate ."]
[]
[]
61,871
Collectively, this body of research established the central dogma of molecular biology, which states that proteins are translated from RNA, which is transcribed from DNA.
(ROOT (S (ADVP (RB Collectively)) (, ,) (NP (NP (DT this) (NN body)) (PP (IN of) (NP (NN research)))) (VP (VBD established) (NP (NP (NP (DT the) (JJ central) (NN dogma)) (PP (IN of) (NP (JJ molecular) (NN biology)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ states) (SBAR (IN that) (S (NP (NNS proteins)) (VP (VBP are) (VP (VBN translated) (PP (IN from) (NP (NP (NNP RNA)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (VP (VBN transcribed) (PP (IN from) (NP (NNP DNA)))))))))))))))))) (. .)))
20
{ "ADJ": [ "central", "molecular" ], "ADP": [ "of", "of", "from", "from" ], "ADV": [ "Collectively" ], "AUX": [ "are", "is" ], "CCONJ": [], "DET": [ "this", "the" ], "INTJ": [], "NOUN": [ "body", "research", "dogma", "biology", "proteins" ], "NUM": [], "PART": [], "PRON": [ "which", "which" ], "PROPN": [ "RNA", "DNA" ], "PUNCT": [ ",", ",", ",", "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "established", "states", "translated", "transcribed" ], "X": [] }
[ "B-ADVP", "O", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "O", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "B-VP", "I-VP", "B-PP", "B-NP", "O" ]
Collectively/advmod/established ,/punct/established this/det/body body/nsubj/established of/prep/body research/pobj/of established/ROOT/established the/det/dogma central/amod/dogma dogma/dobj/established of/prep/dogma molecular/amod/biology biology/pobj/of ,/punct/biology which/nsubj/states states/relcl/biology that/mark/translated proteins/nsubjpass/translated are/auxpass/translated translated/ccomp/states from/prep/translated RNA/pobj/from ,/punct/RNA which/nsubjpass/transcribed is/auxpass/transcribed transcribed/relcl/RNA from/prep/transcribed DNA/pobj/from ./punct/established
(S (ADVP (RB Collectively)) (, ,) (NP (NP (DT this) (NN body)) (PP (IN of) (NP (NN research)))) (VP (VBD established) (NP (NP (NP (DT the) (JJ central) (NN dogma)) (PP (IN of) (NP (JJ molecular) (NN biology)))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ states) (SBAR (IN that) (S (NP (NNS proteins)) (VP (VBP are) (VP (VBN translated) (PP (IN from) (NP (NP (NNP RNA)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (VP (VBN transcribed) (PP (IN from) (NP (NNP DNA)))))))))))))))))) (. .))
CT
['this body of research established the central dogma of molecular biology , which states']
['which states that proteins are translated from RNA , which is transcribed from DNA', 'that proteins are translated from RNA , which is transcribed from DNA', 'which is transcribed from DNA']
[]
['Collectively , this body of research established the central dogma of molecular biology , which states that proteins are translated from RNA , which is transcribed from DNA .']
[]
14,261
Like many older east coast cities after World War II, Atlantic City became plagued with poverty, crime, corruption, and general economic decline in the mid-to-late 20th century.
(ROOT (S (PP (IN Like) (NP (NP (JJ many) (JJR older) (NML (JJ east) (NN coast)) (NNS cities)) (PP (IN after) (NP (NNP World) (NNP War) (NNP II))))) (, ,) (NP (NNP Atlantic) (NNP City)) (VP (VBD became) (VP (VBN plagued) (PP (IN with) (NP (NP (NN poverty)) (, ,) (NP (NN crime)) (, ,) (NP (NN corruption)) (, ,) (CC and) (NP (NP (JJ general) (JJ economic) (NN decline)) (PP (IN in) (NP (DT the) (ADJP (JJ mid) (HYPH -) (PP (IN to) (HYPH -) (ADJP (JJ late)))) (JJ 20th) (NN century)))))))) (. .)))
13
{ "ADJ": [ "many", "older", "general", "economic", "mid", "20th" ], "ADP": [ "Like", "after", "with", "in", "to" ], "ADV": [], "AUX": [ "became" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "east", "cities", "poverty", "crime", "corruption", "decline", "late", "century" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "coast", "World", "War", "II", "Atlantic", "City" ], "PUNCT": [ ",", ",", ",", ",", "-", "-", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "plagued" ], "X": [] }
[ "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "B-PP", "I-PP", "...
Like/prep/became many/amod/cities older/amod/cities east/compound/coast coast/compound/cities cities/pobj/Like after/prep/cities World/compound/II War/compound/II II/pobj/after ,/punct/became Atlantic/compound/City City/nsubj/became became/auxpass/plagued plagued/ROOT/plagued with/prep/plagued poverty/pobj/with ,/punct/poverty crime/conj/poverty ,/punct/crime corruption/conj/crime ,/punct/corruption and/cc/corruption general/amod/decline economic/amod/decline decline/conj/corruption in/prep/decline the/det/century mid/nmod/century -/punct/mid to/advmod/late -/punct/late late/amod/century 20th/amod/century century/pobj/in ./punct/plagued
(S (PP (IN Like) (NP (NP (JJ many) (JJR older) (NML (JJ east) (NN coast)) (NNS cities)) (PP (IN after) (NP (NNP World) (NNP War) (NNP II))))) (, ,) (NP (NNP Atlantic) (NNP City)) (VP (VBD became) (VP (VBN plagued) (PP (IN with) (NP (NP (NN poverty)) (, ,) (NP (NN crime)) (, ,) (NP (NN corruption)) (, ,) (CC and) (NP (NP (JJ general) (JJ economic) (NN decline)) (PP (IN in) (NP (DT the) (ADJP (JJ mid) (HYPH -) (PP (IN to) (HYPH -) (ADJP (JJ late)))) (JJ 20th) (NN century)))))))) (. .))
T
['Atlantic City became plagued with poverty , crime , corruption , and general economic decline in the mid - to - late 20th century']
[]
['Like many older east coast cities after World War II , Atlantic City became plagued with poverty , crime , corruption , and general economic decline in the mid - to - late 20th century .']
[]
[]
6,920
While some historians have argued against the Enlightenment's penetration into the lower classes, the Bibliothèque Bleue represents at least a desire to participate in Enlightenment sociability.
(ROOT (S (SBAR (IN While) (S (NP (DT some) (NNS historians)) (VP (VBP have) (VP (VBN argued) (PP (IN against) (NP (NP (NP (DT the) (NNP Enlightenment) (POS 's)) (NN penetration)) (PP (IN into) (NP (DT the) (JJR lower) (NNS classes))))))))) (, ,) (NP (DT the) (NNP Bibliothèque) (NNP Bleue)) (VP (VBZ represents) (NP (ADVP (RB at) (RBS least)) (DT a) (NN desire) (S (VP (TO to) (VP (VB participate) (PP (IN in) (NP (NNP Enlightenment) (NN sociability)))))))) (. .)))
11
{ "ADJ": [ "lower", "least", "Enlightenment" ], "ADP": [ "against", "into", "at", "in" ], "ADV": [], "AUX": [ "have" ], "CCONJ": [], "DET": [ "some", "the", "the", "the", "a" ], "INTJ": [], "NOUN": [ "historians", "penetration", "classes", "desire", "sociability" ], "NUM": [], "PART": [ "'s", "to" ], "PRON": [], "PROPN": [ "Enlightenment", "Bibliothèque", "Bleue" ], "PUNCT": [ ",", "." ], "SCONJ": [ "While" ], "SPACE": [], "SYM": [], "VERB": [ "argued", "represents", "participate" ], "X": [] }
[ "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "I-ADVP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
While/mark/argued some/det/historians historians/nsubj/argued have/aux/argued argued/advcl/represents against/prep/argued the/det/Enlightenment Enlightenment/poss/penetration 's/case/Enlightenment penetration/pobj/against into/prep/argued the/det/classes lower/amod/classes classes/pobj/into ,/punct/represents the/det/Bleue Bibliothèque/compound/Bleue Bleue/nsubj/represents represents/ROOT/represents at/advmod/least least/advmod/a a/det/desire desire/dobj/represents to/aux/participate participate/acl/desire in/prep/participate Enlightenment/amod/sociability sociability/pobj/in ./punct/represents
(S (SBAR (IN While) (S (NP (DT some) (NNS historians)) (VP (VBP have) (VP (VBN argued) (PP (IN against) (NP (NP (NP (DT the) (NNP Enlightenment) (POS 's)) (NN penetration)) (PP (IN into) (NP (DT the) (JJR lower) (NNS classes))))))))) (, ,) (NP (DT the) (NNP Bibliothèque) (NNP Bleue)) (VP (VBZ represents) (NP (ADVP (RB at) (RBS least)) (DT a) (NN desire) (S (VP (TO to) (VP (VB participate) (PP (IN in) (NP (NNP Enlightenment) (NN sociability)))))))) (. .))
CT
['the Bibliothèque Bleue represents at least a desire to participate in Enlightenment sociability']
["While some historians have argued against the Enlightenment 's penetration into the lower classes"]
[]
["While some historians have argued against the Enlightenment 's penetration into the lower classes , the Bibliothèque Bleue represents at least a desire to participate in Enlightenment sociability ."]
[]
24,926
The government has successfully imposed environmental protection and tourism development, meeting European standards, and it is the only state which forbids the use of polyethylene and tobacco products.[citation needed]
(ROOT (S (S (NP (DT The) (NN government)) (VP (VBZ has) (ADVP (RB successfully)) (VP (VBN imposed) (NP (NP (JJ environmental) (NN protection)) (CC and) (NP (NN tourism) (NN development))) (, ,) (S (VP (VBG meeting) (NP (JJ European) (NNS standards))))))) (, ,) (CC and) (NP (PRP it)) (VBZ is) (NP (NP (NP (DT the) (JJ only) (NN state)) (SBAR (WHNP (WDT which)) (VBZ forbids) (NP (DT the) (NN use)))) (IN of) (NP (NN polyethylene))) (CC and) (NP (NN tobacco) (NN products.-LSB-citation) (VP (VBN needed))) (-RRB- -RSB-)))
9
{ "ADJ": [ "environmental", "European", "only" ], "ADP": [ "of" ], "ADV": [ "successfully" ], "AUX": [ "has", "is" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "government", "protection", "tourism", "development", "standards", "state", "use", "polyethylene", "tobacco", "products.[citation" ], "NUM": [], "PART": [], "PRON": [ "it", "which" ], "PROPN": [], "PUNCT": [ ",", ",", "]" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "imposed", "meeting", "forbids", "needed" ], "X": [] }
[ "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O", "O", "B-NP", "O", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "O" ]
The/det/government government/nsubj/imposed has/aux/imposed successfully/advmod/imposed imposed/ROOT/imposed environmental/amod/protection protection/nmod/development and/cc/protection tourism/conj/protection development/dobj/imposed ,/punct/imposed meeting/advcl/imposed European/amod/standards standards/dobj/meeting ,/punct/imposed and/cc/imposed it/nsubj/is is/conj/imposed the/det/state only/amod/state state/attr/is which/nsubj/forbids forbids/relcl/state the/det/use use/dobj/forbids of/prep/use polyethylene/pobj/of and/cc/polyethylene tobacco/compound/products.[citation products.[citation/conj/polyethylene needed/acl/use ]/punct/is
(S (S (NP (DT The) (NN government)) (VP (VBZ has) (ADVP (RB successfully)) (VP (VBN imposed) (NP (NP (JJ environmental) (NN protection)) (CC and) (NP (NN tourism) (NN development))) (, ,) (S (VP (VBG meeting) (NP (JJ European) (NNS standards))))))) (, ,) (CC and) (NP (PRP it)) (VBZ is) (NP (NP (NP (DT the) (JJ only) (NN state)) (SBAR (WHNP (WDT which)) (VBZ forbids) (NP (DT the) (NN use)))) (IN of) (NP (NN polyethylene))) (CC and) (NP (NN tobacco) (NN products.-LSB-citation) (VP (VBN needed))) (-RRB- -RSB-))
CT
['The government has successfully imposed environmental protection and tourism development , meeting European standards']
['which forbids the use']
[]
['The government has successfully imposed environmental protection and tourism development , meeting European standards , and it is the only state which forbids the use of polyethylene and tobacco products.-LSB-citation needed -RSB-']
[]
18,275
Some made and played their own edits of their favorite songs on reel-to-reel tape, and sometimes mixed in effects, drum machines, and other rhythmic electronic instrumentation.
(ROOT (S (NP (DT Some)) (VP (VP (VBD made) (CC and) (VBD played) (NP (NP (PRP$ their) (JJ own) (NNS edits)) (PP (IN of) (NP (PRP$ their) (JJ favorite) (NNS songs)))) (PP (IN on) (NP (NML (NML (NN reel)) (HYPH -) (PP (IN to) (HYPH -) (NP (NN reel)))) (NN tape)))) (, ,) (CC and) (ADVP (RB sometimes)) (VP (VBN mixed) (PRT (RP in)) (NP (NP (NNS effects)) (, ,) (NP (NN drum) (NNS machines)) (, ,) (CC and) (NP (JJ other) (JJ rhythmic) (JJ electronic) (NN instrumentation))))) (. .)))
10
{ "ADJ": [ "own", "favorite", "other", "rhythmic", "electronic" ], "ADP": [ "of", "on", "to", "in" ], "ADV": [ "sometimes" ], "AUX": [], "CCONJ": [ "and", "and", "and" ], "DET": [], "INTJ": [], "NOUN": [ "edits", "songs", "reel", "reel", "tape", "effects", "drum", "machines", "instrumentation" ], "NUM": [], "PART": [], "PRON": [ "Some", "their", "their" ], "PROPN": [], "PUNCT": [ "-", "-", ",", ",", ",", "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "made", "played", "mixed" ], "X": [] }
[ "B-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "O", "O", "B-PP", "I-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-...
Some/nsubj/made made/ROOT/made and/cc/made played/conj/made their/poss/edits own/amod/edits edits/dobj/played of/prep/edits their/poss/songs favorite/amod/songs songs/pobj/of on/prep/played reel/nmod/tape -/punct/reel to/prep/reel -/punct/to reel/pobj/to tape/pobj/on ,/punct/tape and/cc/played sometimes/advmod/mixed mixed/conj/played in/prep/mixed effects/pobj/in ,/punct/effects drum/compound/machines machines/conj/effects ,/punct/machines and/cc/machines other/amod/instrumentation rhythmic/amod/instrumentation electronic/amod/instrumentation instrumentation/conj/machines ./punct/made
(S (NP (DT Some)) (VP (VP (VBD made) (CC and) (VBD played) (NP (NP (PRP$ their) (JJ own) (NNS edits)) (PP (IN of) (NP (PRP$ their) (JJ favorite) (NNS songs)))) (PP (IN on) (NP (NML (NML (NN reel)) (HYPH -) (PP (IN to) (HYPH -) (NP (NN reel)))) (NN tape)))) (, ,) (CC and) (ADVP (RB sometimes)) (VP (VBN mixed) (PRT (RP in)) (NP (NP (NNS effects)) (, ,) (NP (NN drum) (NNS machines)) (, ,) (CC and) (NP (JJ other) (JJ rhythmic) (JJ electronic) (NN instrumentation))))) (. .))
T
['Some made and played their own edits of their favorite songs on reel - to - reel tape , and sometimes mixed in effects , drum machines , and other rhythmic electronic instrumentation']
[]
['Some made and played their own edits of their favorite songs on reel - to - reel tape , and sometimes mixed in effects , drum machines , and other rhythmic electronic instrumentation .']
[]
[]
57,817
Who commanded the Prussian 12 Cavalry Brigade?
(ROOT (SBARQ (WHNP (WP Who)) (SQ (VP (VBD commanded) (NP (DT the) (JJ Prussian) (CD 12) (NNP Cavalry) (NNP Brigade)))) (. ?)))
6
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [], "NUM": [ "12" ], "PART": [], "PRON": [ "Who" ], "PROPN": [ "Prussian", "Cavalry", "Brigade" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "commanded" ], "X": [] }
[ "O", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
Who/nsubj/commanded commanded/ROOT/commanded the/det/Brigade Prussian/amod/Brigade 12/nummod/Brigade Cavalry/compound/Brigade Brigade/dobj/commanded ?/punct/commanded
(SBARQ (WHNP (WP Who)) (SQ (VP (VBD commanded) (NP (DT the) (JJ Prussian) (CD 12) (NNP Cavalry) (NNP Brigade)))) (. ?))
FC
[]
[]
[]
[]
['Who commanded the Prussian 12 Cavalry Brigade ?']
63,596
It was only involved in approximately 20 French film productions.
(ROOT (S (NP (PRP It)) (VP (VBD was) (ADVP (RB only)) (VP (VBN involved) (PP (IN in) (NP (QP (RB approximately) (CD 20)) (JJ French) (NN film) (NNS productions))))) (. .)))
8
{ "ADJ": [ "French" ], "ADP": [ "in" ], "ADV": [ "only", "approximately" ], "AUX": [ "was" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "film", "productions" ], "NUM": [ "20" ], "PART": [], "PRON": [ "It" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "involved" ], "X": [] }
[ "B-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "O", "O", "B-NP", "I-NP", "I-NP", "O" ]
It/nsubjpass/involved was/auxpass/involved only/advmod/involved involved/ROOT/involved in/prep/involved approximately/advmod/20 20/nummod/productions French/amod/productions film/compound/productions productions/pobj/in ./punct/involved
(S (NP (PRP It)) (VP (VBD was) (ADVP (RB only)) (VP (VBN involved) (PP (IN in) (NP (QP (RB approximately) (CD 20)) (JJ French) (NN film) (NNS productions))))) (. .))
T
['It was only involved in approximately 20 French film productions']
[]
['It was only involved in approximately 20 French film productions .']
[]
[]
52,041
Who took over the territory and made it part of their empire?
(ROOT (SBARQ (WHNP (WP Who)) (SQ (VP (VP (VBD took) (PRT (RP over)) (NP (DT the) (NN territory))) (CC and) (VP (VBD made) (S (NP (PRP it)) (NP (NP (NN part)) (PP (IN of) (NP (PRP$ their) (NN empire)))))))) (. ?)))
10
{ "ADJ": [], "ADP": [ "over", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "territory", "part", "empire" ], "NUM": [], "PART": [], "PRON": [ "Who", "it", "their" ], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "took", "made" ], "X": [] }
[ "O", "B-VP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Who/nsubj/took took/ROOT/took over/prt/took the/det/territory territory/dobj/took and/cc/took made/conj/took it/nsubj/part part/ccomp/made of/prep/part their/poss/empire empire/pobj/of ?/punct/took
(SBARQ (WHNP (WP Who)) (SQ (VP (VP (VBD took) (PRT (RP over)) (NP (DT the) (NN territory))) (CC and) (VP (VBD made) (S (NP (PRP it)) (NP (NP (NN part)) (PP (IN of) (NP (PRP$ their) (NN empire)))))))) (. ?))
FC
[]
[]
[]
[]
['Who took over the territory and made it part of their empire ?']
36,576
All UM churches must have a board of trustees with at least three members and no more than nine members and it is recommended that no gender should hold more than a 2/3 majority.
(ROOT (S (S (NP (DT All) (NNP UM) (NNS churches)) (VP (MD must) (VP (VB have) (NP (NP (DT a) (NN board)) (PP (IN of) (NP (NNS trustees))) (PP (IN with) (NP (NP (QP (ADVP (RB at) (RBS least)) (CD three)) (NNS members)) (CC and) (NP (QP (DT no) (JJR more) (IN than) (CD nine)) (NNS members)))))))) (CC and) (S (NP (NP (PRP it))) (VP (VBZ is) (VP (VBN recommended) (SBAR (IN that) (S (NP (DT no) (NN gender)) (VP (MD should) (VP (VB hold) (NP (NP (JJR more)) (PP (IN than) (NP (DT a) (CD 2/3) (NN majority))))))))))) (. .)))
13
{ "ADJ": [ "more", "more" ], "ADP": [ "of", "with", "than", "than" ], "ADV": [ "at", "least" ], "AUX": [ "must", "is", "should" ], "CCONJ": [ "and", "and" ], "DET": [ "All", "a", "no", "no", "a" ], "INTJ": [], "NOUN": [ "churches", "board", "trustees", "members", "members", "gender", "majority" ], "NUM": [ "three", "nine", "2/3" ], "PART": [], "PRON": [ "it" ], "PROPN": [ "UM" ], "PUNCT": [ "." ], "SCONJ": [ "that" ], "SPACE": [], "SYM": [], "VERB": [ "have", "recommended", "hold" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-ADVP", "I-ADVP", "O", "B-NP", "I-NP", "O", "O", "O", "O", "B-NP", "O", "B-NP", "B-VP", "I-VP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-...
All/det/churches UM/compound/churches churches/nsubj/have must/aux/have have/ROOT/have a/det/board board/dobj/have of/prep/board trustees/pobj/of with/prep/have at/advmod/least least/advmod/three three/nummod/members members/pobj/with and/cc/members no/quantmod/nine more/amod/nine than/quantmod/nine nine/nummod/members members/conj/members and/cc/have it/nsubjpass/recommended is/auxpass/recommended recommended/conj/have that/mark/hold no/det/gender gender/nsubj/hold should/aux/hold hold/ccomp/recommended more/amod/2/3 than/quantmod/2/3 a/quantmod/2/3 2/3/nummod/majority majority/dobj/hold ./punct/recommended
(S (S (NP (DT All) (NNP UM) (NNS churches)) (VP (MD must) (VP (VB have) (NP (NP (DT a) (NN board)) (PP (IN of) (NP (NNS trustees))) (PP (IN with) (NP (NP (QP (ADVP (RB at) (RBS least)) (CD three)) (NNS members)) (CC and) (NP (QP (DT no) (JJR more) (IN than) (CD nine)) (NNS members)))))))) (CC and) (S (NP (NP (PRP it))) (VP (VBZ is) (VP (VBN recommended) (SBAR (IN that) (S (NP (DT no) (NN gender)) (VP (MD should) (VP (VB hold) (NP (NP (JJR more)) (PP (IN than) (NP (DT a) (CD 2/3) (NN majority))))))))))) (. .))
CT
['All UM churches must have a board of trustees with at least three members and no more than nine members', 'it is recommended']
['that no gender should hold more than a 2/3 majority']
[]
['All UM churches must have a board of trustees with at least three members and no more than nine members and it is recommended that no gender should hold more than a 2/3 majority .']
[]
22,040
Kenyan athletes (particularly Kalenjin) continue to dominate the world of distance running, although competition from Morocco and Ethiopia has reduced this supremacy.
(ROOT (S (NP (NP (JJ Kenyan) (NNS athletes)) (-LRB- -LRB-) (NP (ADVP (RB particularly)) (NNP Kalenjin)) (-RRB- -RRB-)) (VP (VBP continue) (S (VP (TO to) (VP (VB dominate) (NP (NP (DT the) (NN world)) (PP (IN of) (NP (NN distance) (NN running))))))) (, ,) (SBAR (IN although) (S (NP (NP (NN competition)) (PP (IN from) (NP (NNP Morocco) (CC and) (NNP Ethiopia)))) (VP (VBZ has) (VP (VBN reduced) (NP (DT this) (NN supremacy))))))) (. .)))
10
{ "ADJ": [ "Kenyan" ], "ADP": [ "of", "from" ], "ADV": [ "particularly" ], "AUX": [ "has" ], "CCONJ": [ "and" ], "DET": [ "the", "this" ], "INTJ": [], "NOUN": [ "athletes", "world", "distance", "competition", "supremacy" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [ "Kalenjin", "Morocco", "Ethiopia" ], "PUNCT": [ "(", ")", ",", "." ], "SCONJ": [ "although" ], "SPACE": [], "SYM": [], "VERB": [ "continue", "dominate", "running", "reduced" ], "X": [] }
[ "B-NP", "I-NP", "I-NP", "B-ADVP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O" ]
Kenyan/amod/athletes athletes/nsubj/continue (/punct/athletes particularly/advmod/Kalenjin Kalenjin/appos/athletes )/punct/athletes continue/ROOT/continue to/aux/dominate dominate/xcomp/continue the/det/world world/dobj/dominate of/prep/world distance/pobj/of running/advcl/dominate ,/punct/continue although/mark/reduced competition/nsubj/reduced from/prep/competition Morocco/pobj/from and/cc/Morocco Ethiopia/conj/Morocco has/aux/reduced reduced/advcl/continue this/det/supremacy supremacy/dobj/reduced ./punct/continue
(S (NP (NP (JJ Kenyan) (NNS athletes)) (-LRB- -LRB-) (NP (ADVP (RB particularly)) (NNP Kalenjin)) (-RRB- -RRB-)) (VP (VBP continue) (S (VP (TO to) (VP (VB dominate) (NP (NP (DT the) (NN world)) (PP (IN of) (NP (NN distance) (NN running))))))) (, ,) (SBAR (IN although) (S (NP (NP (NN competition)) (PP (IN from) (NP (NNP Morocco) (CC and) (NNP Ethiopia)))) (VP (VBZ has) (VP (VBN reduced) (NP (DT this) (NN supremacy))))))) (. .))
CT
['Kenyan athletes -LRB- particularly Kalenjin -RRB- continue to dominate the world of distance running ,']
['although competition from Morocco and Ethiopia has reduced this supremacy']
[]
['Kenyan athletes -LRB- particularly Kalenjin -RRB- continue to dominate the world of distance running , although competition from Morocco and Ethiopia has reduced this supremacy .']
[]
31,045