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
How many weeks in a row were male contestants eliminated?
(ROOT (SBARQ (WHNP (WHNP (WRB How) (JJ many) (NNS weeks)) (PP (IN in) (NP (DT a) (NN row)))) (SQ (VBD were) (NP (JJ male) (NNS contestants)) (VP (VBN eliminated))) (. ?)))
6
{ "ADJ": [ "many", "male" ], "ADP": [ "in" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "a" ], "INTJ": [], "NOUN": [ "weeks", "row", "contestants" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [ "Ho...
[ "O", "O", "O", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "O" ]
How/advmod/many many/amod/weeks weeks/npadvmod/were in/prep/were a/det/row row/pobj/in were/ROOT/were male/amod/contestants contestants/nsubj/eliminated eliminated/ccomp/were ?/punct/eliminated
(SBARQ (WHNP (WHNP (WRB How) (JJ many) (NNS weeks)) (PP (IN in) (NP (DT a) (NN row)))) (SQ (VBD were) (NP (JJ male) (NNS contestants)) (VP (VBN eliminated))) (. ?))
FC
[]
[]
[]
[]
['How many weeks in a row were male contestants eliminated ?']
53,345
During World War II, detailed invasion plans were drawn up by the Germans, but Switzerland was never attacked.
(ROOT (S (PP (IN During) (NP (NNP World) (NNP War) (NNP II))) (, ,) (S (NP (JJ detailed) (NN invasion) (NNS plans)) (VP (VBD were) (VP (VBN drawn) (PRT (RP up)) (PP (IN by) (NP (DT the) (NNPS Germans)))))) (, ,) (CC but) (S (NP (NNP Switzerland)) (VP (VBD was) (ADVP (RB never)) (VP (VBN attacked)))) (. .)))
8
{ "ADJ": [ "detailed" ], "ADP": [ "During", "up", "by" ], "ADV": [ "never" ], "AUX": [ "were", "was" ], "CCONJ": [ "but" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "invasion", "plans" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "...
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "O", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-ADVP", "B-VP", "O" ]
During/prep/drawn World/compound/II War/compound/II II/pobj/During ,/punct/drawn detailed/amod/plans invasion/compound/plans plans/nsubjpass/drawn were/auxpass/drawn drawn/ROOT/drawn up/prt/drawn by/agent/drawn the/det/Germans Germans/pobj/by ,/punct/drawn but/cc/drawn Switzerland/nsubjpass/attacked was/auxpass/attacke...
(S (PP (IN During) (NP (NNP World) (NNP War) (NNP II))) (, ,) (S (NP (JJ detailed) (NN invasion) (NNS plans)) (VP (VBD were) (VP (VBN drawn) (PRT (RP up)) (PP (IN by) (NP (DT the) (NNPS Germans)))))) (, ,) (CC but) (S (NP (NNP Switzerland)) (VP (VBD was) (ADVP (RB never)) (VP (VBN attacked)))) (. .))
T
['detailed invasion plans were drawn up by the Germans', 'Switzerland was never attacked']
[]
['During World War II , detailed invasion plans were drawn up by the Germans , but Switzerland was never attacked .']
[]
[]
50,671
During the Napoleonic Wars he was taken seriously by the British press as a dangerous tyrant, poised to invade.
(ROOT (S (PP (IN During) (NP (DT the) (NNP Napoleonic) (NNPS Wars))) (NP (PRP he)) (VP (VBD was) (VP (VBN taken) (ADVP (RB seriously)) (PP (IN by) (NP (DT the) (JJ British) (NN press))) (PP (IN as) (NP (NP (DT a) (JJ dangerous) (NN tyrant)) (, ,) (VP (VBN poised) (S (VP (TO to) (VP (VB invade))))))))) (. .)))
11
{ "ADJ": [ "British", "dangerous" ], "ADP": [ "During", "by", "as" ], "ADV": [ "seriously" ], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "the", "a" ], "INTJ": [], "NOUN": [ "press", "tyrant" ], "NUM": [], "PART": [ "to" ], "PRON...
[ "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
During/prep/taken the/det/Wars Napoleonic/compound/Wars Wars/pobj/During he/nsubjpass/taken was/auxpass/taken taken/ROOT/taken seriously/advmod/taken by/agent/taken the/det/press British/amod/press press/pobj/by as/prep/taken a/det/tyrant dangerous/amod/tyrant tyrant/pobj/as ,/punct/tyrant poised/acl/tyrant to/aux/inva...
(S (PP (IN During) (NP (DT the) (NNP Napoleonic) (NNPS Wars))) (NP (PRP he)) (VP (VBD was) (VP (VBN taken) (ADVP (RB seriously)) (PP (IN by) (NP (DT the) (JJ British) (NN press))) (PP (IN as) (NP (NP (DT a) (JJ dangerous) (NN tyrant)) (, ,) (VP (VBN poised) (S (VP (TO to) (VP (VB invade))))))))) (. .))
T
['he was taken seriously by the British press as a dangerous tyrant , poised to invade']
[]
['During the Napoleonic Wars he was taken seriously by the British press as a dangerous tyrant , poised to invade .']
[]
[]
9,539
Many of the area's prominent museums are located in the historic cultural center neighborhood around Wayne State University and the College for Creative Studies.
(ROOT (S (NP (NP (JJ Many)) (PP (IN of) (NP (NP (DT the) (NN area) (POS 's)) (JJ prominent) (NNS museums)))) (VP (VBP are) (VP (VBN located) (PP (IN in) (NP (NP (DT the) (JJ historic) (NML (JJ cultural) (NN center)) (NN neighborhood)) (PP (IN around) (NP (NP (NNP Wayne) (NNP State) (NNP University)) (CC and) (NP (NP (D...
12
{ "ADJ": [ "Many", "prominent", "historic", "cultural" ], "ADP": [ "of", "in", "around", "for" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "area", "museums", "center", ...
[ "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Many/nsubjpass/located of/prep/Many the/det/area area/poss/museums 's/case/area prominent/amod/museums museums/pobj/of are/auxpass/located located/ROOT/located in/prep/located the/det/neighborhood historic/amod/neighborhood cultural/amod/center center/compound/neighborhood neighborhood/pobj/in around/prep/neighborhood ...
(S (NP (NP (JJ Many)) (PP (IN of) (NP (NP (DT the) (NN area) (POS 's)) (JJ prominent) (NNS museums)))) (VP (VBP are) (VP (VBN located) (PP (IN in) (NP (NP (DT the) (JJ historic) (NML (JJ cultural) (NN center)) (NN neighborhood)) (PP (IN around) (NP (NP (NNP Wayne) (NNP State) (NNP University)) (CC and) (NP (NP (DT the)...
T
["Many of the area 's prominent museums are located in the historic cultural center neighborhood around Wayne State University and the College for Creative Studies"]
[]
["Many of the area 's prominent museums are located in the historic cultural center neighborhood around Wayne State University and the College for Creative Studies ."]
[]
[]
18,465
Bulsara felt that he and the band had the same tastes and soon became a keen fan of Smile.
(ROOT (S (NP (NNP Bulsara)) (VP (VP (VBD felt) (SBAR (IN that) (S (NP (NP (PRP he)) (CC and) (NP (DT the) (NN band))) (VP (VBD had) (NP (DT the) (JJ same) (NNS tastes)))))) (CC and) (ADVP (RB soon)) (VP (VBD became) (NP (NP (DT a) (JJ keen) (NN fan)) (PP (IN of) (NP (NNP Smile)))))) (. .)))
9
{ "ADJ": [ "same", "keen" ], "ADP": [ "of" ], "ADV": [ "soon" ], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the", "the", "a" ], "INTJ": [], "NOUN": [ "band", "tastes", "fan" ], "NUM": [], "PART": [], "PRON": [ "he" ], "PROPN"...
[ "B-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
Bulsara/nsubj/felt felt/ROOT/felt that/mark/had he/nsubj/had and/cc/he the/det/band band/conj/he had/ccomp/felt the/det/tastes same/amod/tastes tastes/dobj/had and/cc/had soon/advmod/became became/conj/had a/det/fan keen/amod/fan fan/attr/became of/prep/fan Smile/pobj/of ./punct/felt
(S (NP (NNP Bulsara)) (VP (VP (VBD felt) (SBAR (IN that) (S (NP (NP (PRP he)) (CC and) (NP (DT the) (NN band))) (VP (VBD had) (NP (DT the) (JJ same) (NNS tastes)))))) (CC and) (ADVP (RB soon)) (VP (VBD became) (NP (NP (DT a) (JJ keen) (NN fan)) (PP (IN of) (NP (NNP Smile)))))) (. .))
CT
['Bulsara felt and soon became a keen fan of Smile']
['that he and the band had the same tastes']
[]
['Bulsara felt that he and the band had the same tastes and soon became a keen fan of Smile .']
[]
53,445
The work of contemporary Chinese designers is also displayed.
(ROOT (S (NP (NP (DT The) (NN work)) (PP (IN of) (NP (JJ contemporary) (JJ Chinese) (NNS designers)))) (VP (VBZ is) (ADVP (RB also)) (VP (VBN displayed))) (. .)))
6
{ "ADJ": [ "contemporary", "Chinese" ], "ADP": [ "of" ], "ADV": [ "also" ], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The" ], "INTJ": [], "NOUN": [ "work", "designers" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "." ], "SCONJ"...
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O" ]
The/det/work work/nsubjpass/displayed of/prep/work contemporary/amod/designers Chinese/amod/designers designers/pobj/of is/auxpass/displayed also/advmod/displayed displayed/ROOT/displayed ./punct/displayed
(S (NP (NP (DT The) (NN work)) (PP (IN of) (NP (JJ contemporary) (JJ Chinese) (NNS designers)))) (VP (VBZ is) (ADVP (RB also)) (VP (VBN displayed))) (. .))
T
['The work of contemporary Chinese designers is also displayed']
[]
['The work of contemporary Chinese designers is also displayed .']
[]
[]
13,650
Who helped with the Free Elections?
(ROOT (SBARQ (WHNP (WP Who)) (SQ (VP (VBD helped) (PP (IN with) (NP (DT the) (NNP Free) (NNS Elections))))) (. ?)))
7
{ "ADJ": [], "ADP": [ "with" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [], "NUM": [], "PART": [], "PRON": [ "Who" ], "PROPN": [ "Free", "Elections" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ ...
[ "O", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Who/nsubj/helped helped/ROOT/helped with/prep/helped the/det/Elections Free/compound/Elections Elections/pobj/with ?/punct/helped
(SBARQ (WHNP (WP Who)) (SQ (VP (VBD helped) (PP (IN with) (NP (DT the) (NNP Free) (NNS Elections))))) (. ?))
FC
[]
[]
[]
[]
['Who helped with the Free Elections ?']
60,145
The F-16 is currently used by the USAF Air Demonstration squadron, the Thunderbirds, while a small number of both man-rated and non-man-rated F-4 Phantom II are retained as QF-4 aircraft for use as Full Scale Aerial Targets (FSAT) or as part of the USAF Heritage Flight program.
(ROOT (S (NP (DT The) (HYPH F-16)) (VP (VBZ is) (ADVP (RB currently)) (VP (VBN used) (PP (IN by) (NP (NP (DT the) (NNP USAF) (NML (NNP Air) (NNP Demonstration)) (NN squadron)) (, ,) (NP (DT the) (NNPS Thunderbirds)) (, ,))) (SBAR (IN while) (S (NP (NP (DT a) (JJ small) (NN number)) (PP (IN of) (NP (CC both) (ADJP (NN m...
17
{ "ADJ": [ "small", "non", "-", "man", "Aerial" ], "ADP": [ "by", "of", "as", "for", "as", "as", "of" ], "ADV": [ "currently" ], "AUX": [ "is", "are" ], "CCONJ": [ "and", "or" ], "DET": [ "The", "the", "the", "a", ...
[ "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "I-ADJP", "B-NP",...
The/det/F-16 F-16/nsubjpass/used is/auxpass/used currently/advmod/used used/ROOT/used by/agent/used the/det/squadron USAF/compound/squadron Air/compound/Demonstration Demonstration/compound/squadron squadron/pobj/by ,/punct/squadron the/det/Thunderbirds Thunderbirds/appos/squadron ,/punct/used while/mark/retained a/det...
(S (NP (DT The) (HYPH F-16)) (VP (VBZ is) (ADVP (RB currently)) (VP (VBN used) (PP (IN by) (NP (NP (DT the) (NNP USAF) (NML (NNP Air) (NNP Demonstration)) (NN squadron)) (, ,) (NP (DT the) (NNPS Thunderbirds)) (, ,))) (SBAR (IN while) (S (NP (NP (DT a) (JJ small) (NN number)) (PP (IN of) (NP (CC both) (ADJP (NN man) (H...
CT
['The F-16 is currently used by the USAF Air Demonstration squadron , the Thunderbirds ,']
['while a small number of both man - rated and non - man - rated F-4 Phantom II are retained as QF-4 aircraft for use as Full Scale Aerial Targets -LRB- FSAT -RRB- or as part of the USAF Heritage Flight program']
[]
['The F-16 is currently used by the USAF Air Demonstration squadron , the Thunderbirds , while a small number of both man - rated and non - man - rated F-4 Phantom II are retained as QF-4 aircraft for use as Full Scale Aerial Targets -LRB- FSAT -RRB- or as part of the USAF Heritage Flight program .']
[]
74,350
Modern DST was first proposed by the New Zealand entomologist George Hudson, whose shift-work job gave him leisure time to collect insects, and led him to value after-hours daylight.
(ROOT (S (NP (JJ Modern) (NNP DST)) (VP (VBD was) (ADVP (RB first)) (VP (VBN proposed) (PP (IN by) (NP (NP (NP (DT the) (NML (NNP New) (NNP Zealand)) (NN entomologist)) (NP (NNP George) (NNP Hudson))) (, ,) (SBAR (WHNP (WP$ whose) (NML (NN shift) (HYPH -) (NN work)) (NN job)) (S (VP (VP (VBD gave) (NP (PRP him)) (NP (N...
18
{ "ADJ": [ "Modern" ], "ADP": [ "by", "after" ], "ADV": [ "first" ], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "the", "whose" ], "INTJ": [], "NOUN": [ "entomologist", "shift", "work", "job", "leisure", "time", "insects", "h...
[ "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "O", "O", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-VP", "I-VP", "B-PP", "I-PP", "B-NP...
Modern/amod/DST DST/nsubjpass/proposed was/auxpass/proposed first/advmod/proposed proposed/ROOT/proposed by/agent/proposed the/det/entomologist New/compound/Zealand Zealand/compound/entomologist entomologist/pobj/by George/compound/Hudson Hudson/appos/entomologist ,/punct/Hudson whose/poss/job shift/compound/work -/pun...
(S (NP (JJ Modern) (NNP DST)) (VP (VBD was) (ADVP (RB first)) (VP (VBN proposed) (PP (IN by) (NP (NP (NP (DT the) (NML (NNP New) (NNP Zealand)) (NN entomologist)) (NP (NNP George) (NNP Hudson))) (, ,) (SBAR (WHNP (WP$ whose) (NML (NN shift) (HYPH -) (NN work)) (NN job)) (S (VP (VP (VBD gave) (NP (PRP him)) (NP (NP (NN ...
CT
['Modern DST was first proposed by the New Zealand entomologist George Hudson , whose shift - work job gave him leisure time to collect insects , and led him to value after - hours daylight']
['whose shift - work job gave him leisure time to collect insects , and led him to value after - hours daylight', 'to collect insects']
[]
['Modern DST was first proposed by the New Zealand entomologist George Hudson , whose shift - work job gave him leisure time to collect insects , and led him to value after - hours daylight .']
[]
40,337
In 1983, he began organizing the test game in his spare time from his job with the Blitz.
(ROOT (S (PP (IN In) (NP (CD 1983))) (, ,) (NP (PRP he)) (VP (VBD began) (S (VP (VBG organizing) (NP (DT the) (NN test) (NN game)) (PP (IN in) (NP (PRP$ his) (JJ spare) (NN time))) (PP (IN from) (NP (NP (PRP$ his) (NN job)) (PP (IN with) (NP (DT the) (NNP Blitz)))))))) (. .)))
10
{ "ADJ": [ "spare" ], "ADP": [ "In", "in", "from", "with" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "test", "game", "time", "job" ], "NUM": [ "1983" ], "PART": [], "PRON": [ "he", "his", ...
[ "B-PP", "B-NP", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
In/prep/began 1983/pobj/In ,/punct/began he/nsubj/began began/ROOT/began organizing/xcomp/began the/det/game test/compound/game game/dobj/organizing in/prep/organizing his/poss/time spare/amod/time time/pobj/in from/prep/organizing his/poss/job job/pobj/from with/prep/job the/det/Blitz Blitz/pobj/with ./punct/began
(S (PP (IN In) (NP (CD 1983))) (, ,) (NP (PRP he)) (VP (VBD began) (S (VP (VBG organizing) (NP (DT the) (NN test) (NN game)) (PP (IN in) (NP (PRP$ his) (JJ spare) (NN time))) (PP (IN from) (NP (NP (PRP$ his) (NN job)) (PP (IN with) (NP (DT the) (NNP Blitz)))))))) (. .))
T
['he began organizing the test game in his spare time from his job with the Blitz']
[]
['In 1983 , he began organizing the test game in his spare time from his job with the Blitz .']
[]
[]
20,400
In December 2013, Vatican officials approved a supposed miracle that was attributed to the intercession of the late pontiff which was the curing of an unborn child in California, U.S.A in the 1990s.
(ROOT (S (PP (IN In) (NP (NP (NNP December)) (CD 2013))) (, ,) (NP (NNP Vatican) (NNS officials)) (VP (VBD approved) (NP (NP (DT a) (JJ supposed) (NN miracle)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN attributed) (PP (IN to) (NP (NP (NP (DT the) (NN intercession)) (PP (IN of) (NP (DT the) (JJ late) (NN pontiff...
18
{ "ADJ": [ "Vatican", "late", "unborn" ], "ADP": [ "In", "to", "of", "of", "in", "in" ], "ADV": [], "AUX": [ "was", "was" ], "CCONJ": [], "DET": [ "a", "the", "the", "the", "an", "the" ], "INTJ": [], "NOUN": [ "officials", ...
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP...
In/prep/approved December/pobj/In 2013/nummod/December ,/punct/approved Vatican/amod/officials officials/nsubj/approved approved/ROOT/approved a/det/miracle supposed/amod/miracle miracle/dobj/approved that/nsubjpass/attributed was/auxpass/attributed attributed/relcl/miracle to/prep/attributed the/det/intercession inter...
(S (PP (IN In) (NP (NP (NNP December)) (CD 2013))) (, ,) (NP (NNP Vatican) (NNS officials)) (VP (VBD approved) (NP (NP (DT a) (JJ supposed) (NN miracle)) (SBAR (WHNP (WDT that)) (S (VP (VBD was) (VP (VBN attributed) (PP (IN to) (NP (NP (NP (DT the) (NN intercession)) (PP (IN of) (NP (DT the) (JJ late) (NN pontiff)))) (...
CT
['Vatican officials approved a supposed miracle that was attributed to the intercession of the late pontiff which was the curing of an unborn child in California , U.S.A in the 1990s']
['that was attributed to the intercession of the late pontiff which was the curing of an unborn child in California , U.S.A in the 1990s', 'which was the curing of an unborn child in California , U.S.A in the 1990s']
[]
['In December 2013 , Vatican officials approved a supposed miracle that was attributed to the intercession of the late pontiff which was the curing of an unborn child in California , U.S.A in the 1990s .']
[]
8,439
(In addition to selling GE computers, the centers were computer service bureaus, offering batch processing services.
(ROOT (S (-LRB- -LRB-) (PP (IN In) (NP (NP (NN addition)) (PP (IN to) (S (VP (VBG selling) (NP (NNP GE) (NNS computers))))))) (, ,) (NP (DT the) (NNS centers)) (VP (VBD were) (NP (NP (NML (NN computer) (NN service)) (NNS bureaus)) (, ,) (S (VP (VBG offering) (NP (NML (NN batch) (NN processing)) (NNS services)))))) (. ....
9
{ "ADJ": [], "ADP": [ "In", "to" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "addition", "computers", "centers", "computer", "service", "batch", "processing", "services" ], "NUM": [], "PART": [], "PRO...
[ "O", "B-PP", "B-NP", "B-PP", "B-VP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "O", "O", "B-NP", "I-NP", "B-VP", "O", "O", "B-NP", "O" ]
(/punct/were In/prep/were addition/pobj/In to/prep/addition selling/pcomp/to GE/compound/computers computers/dobj/selling ,/punct/were the/det/centers centers/nsubj/were were/ROOT/were computer/compound/service service/compound/bureaus bureaus/attr/were ,/punct/were offering/advcl/were batch/compound/processing process...
(S (-LRB- -LRB-) (PP (IN In) (NP (NP (NN addition)) (PP (IN to) (S (VP (VBG selling) (NP (NNP GE) (NNS computers))))))) (, ,) (NP (DT the) (NNS centers)) (VP (VBD were) (NP (NP (NML (NN computer) (NN service)) (NNS bureaus)) (, ,) (S (VP (VBG offering) (NP (NML (NN batch) (NN processing)) (NNS services)))))) (. .))
T
['the centers were computer service bureaus , offering batch processing services']
[]
['-LRB- In addition to selling GE computers , the centers were computer service bureaus , offering batch processing services .']
[]
[]
35,519
With transnational police development-aid the imbalances of power between donors and recipients are stark and there are questions about the applicability and transportability of policing models between jurisdictions (Hills, 2009).
(ROOT (S (S (PP (IN With) (NP (JJ transnational) (NN police) (NN development) (HYPH -) (NN aid))) (NP (NP (DT the) (NNS imbalances)) (PP (IN of) (NP (NN power))) (PP (IN between) (NP (NNS donors) (CC and) (NNS recipients)))) (VP (VBP are) (ADJP (JJ stark)))) (CC and) (S (NP (EX there)) (VP (VBP are) (NP (NP (NNS questi...
11
{ "ADJ": [ "transnational", "stark" ], "ADP": [ "With", "of", "between", "about", "of", "between" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and", "and", "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "police", "developm...
[ "B-PP", "B-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", "B-VP", "B-ADJP", "O", "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", ...
With/prep/are transnational/amod/police police/nsubj/aid development/compound/aid -/punct/aid aid/nsubj/imbalances the/det/imbalances imbalances/nsubj/are of/prep/imbalances power/pobj/of between/prep/imbalances donors/pobj/between and/cc/donors recipients/conj/donors are/ROOT/are stark/acomp/are and/cc/are there/expl/...
(S (S (PP (IN With) (NP (JJ transnational) (NN police) (NN development) (HYPH -) (NN aid))) (NP (NP (DT the) (NNS imbalances)) (PP (IN of) (NP (NN power))) (PP (IN between) (NP (NNS donors) (CC and) (NNS recipients)))) (VP (VBP are) (ADJP (JJ stark)))) (CC and) (S (NP (EX there)) (VP (VBP are) (NP (NP (NNS questions)) ...
T
['With transnational police development - aid the imbalances of power between donors and recipients are stark', 'there are questions about the applicability and transportability of policing models between jurisdictions -LRB- Hills , 2009 -RRB-']
[]
['With transnational police development - aid the imbalances of power between donors and recipients are stark and there are questions about the applicability and transportability of policing models between jurisdictions -LRB- Hills , 2009 -RRB- .']
[]
[]
36,089
The type of dielectric, ambient operating and storage temperatures are the most significant aging factors, while the operating voltage has a smaller effect.
(ROOT (S (NP (NP (NP (DT The) (NN type)) (PP (IN of) (NP (JJ dielectric)))) (, ,) (JJ ambient) (NML (NN operating) (CC and) (NN storage)) (NNS temperatures)) (VP (VBP are) (NP (DT the) (ADJP (RBS most) (JJ significant)) (NN aging) (NNS factors)) (, ,) (SBAR (IN while) (S (NP (DT the) (NN operating) (NN voltage)) (VP (V...
8
{ "ADJ": [ "dielectric", "ambient", "significant", "smaller" ], "ADP": [ "of" ], "ADV": [ "most" ], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "the", "a" ], "INTJ": [], "NOUN": [ "type", "operating", "storage", ...
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/type type/nsubj/are of/prep/type dielectric/amod/temperatures ,/punct/dielectric ambient/conj/dielectric operating/conj/dielectric and/cc/operating storage/conj/operating temperatures/pobj/of are/ROOT/are the/det/factors most/advmod/significant significant/amod/factors aging/amod/factors factors/attr/are ,/punc...
(S (NP (NP (NP (DT The) (NN type)) (PP (IN of) (NP (JJ dielectric)))) (, ,) (JJ ambient) (NML (NN operating) (CC and) (NN storage)) (NNS temperatures)) (VP (VBP are) (NP (DT the) (ADJP (RBS most) (JJ significant)) (NN aging) (NNS factors)) (, ,) (SBAR (IN while) (S (NP (DT the) (NN operating) (NN voltage)) (VP (VBZ has...
CT
['The type of dielectric , ambient operating and storage temperatures are the most significant aging factors ,']
['while the operating voltage has a smaller effect']
[]
['The type of dielectric , ambient operating and storage temperatures are the most significant aging factors , while the operating voltage has a smaller effect .']
[]
60,714
A two-volume illustrated folio paraphrase version based on his manuscript, by Jean de Rély, was printed in Paris in 1487.
(ROOT (S (NP (NP (DT A) (NML (CD two) (HYPH -) (NN volume)) (VBN illustrated) (NML (NN folio) (NN paraphrase)) (NN version)) (VP (VBN based) (PP (IN on) (NP (NP (PRP$ his) (NN manuscript)) (, ,) (PP (IN by) (NP (NNP Jean) (FW de) (NNP Rély))) (, ,))))) (VP (VBD was) (VP (VBN printed) (PP (IN in) (NP (NNP Paris))) (PP (...
9
{ "ADJ": [], "ADP": [ "on", "by", "in", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "A" ], "INTJ": [], "NOUN": [ "volume", "folio", "version", "manuscript" ], "NUM": [ "two", "1487" ], "PART": [], "PRON": [ "his" ], "...
[ "B-NP", "O", "O", "O", "B-NP", "O", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
A/det/version two/nummod/volume -/punct/volume volume/nmod/folio illustrated/amod/folio folio/compound/version paraphrase/compound/version version/nsubjpass/printed based/acl/version on/prep/based his/poss/manuscript manuscript/pobj/on ,/punct/version by/prep/version Jean/compound/Rély de/compound/Rély Rély/pobj/by ,/p...
(S (NP (NP (DT A) (NML (CD two) (HYPH -) (NN volume)) (VBN illustrated) (NML (NN folio) (NN paraphrase)) (NN version)) (VP (VBN based) (PP (IN on) (NP (NP (PRP$ his) (NN manuscript)) (, ,) (PP (IN by) (NP (NNP Jean) (FW de) (NNP Rély))) (, ,))))) (VP (VBD was) (VP (VBN printed) (PP (IN in) (NP (NNP Paris))) (PP (IN in)...
T
['A two - volume illustrated folio paraphrase version based on his manuscript , by Jean de Rély , was printed in Paris in 1487']
[]
['A two - volume illustrated folio paraphrase version based on his manuscript , by Jean de Rély , was printed in Paris in 1487 .']
[]
[]
49,084
After Charles Mintz had unsuccessfully demanded that Disney accept a lower fee for producing the property, Mintz produced the films with his own group of animators.
(ROOT (S (SBAR (IN After) (S (NP (NNP Charles) (NNP Mintz)) (VP (VBD had) (ADVP (RB unsuccessfully)) (VP (VBN demanded) (SBAR (IN that) (S (NP (NNP Disney)) (VP (VB accept) (NP (NP (DT a) (JJR lower) (NN fee)) (PP (IN for) (S (VP (VBG producing) (NP (DT the) (NN property))))))))))))) (, ,) (NP (NNP Mintz)) (VP (VBD pro...
15
{ "ADJ": [ "lower", "own" ], "ADP": [ "for", "with", "of" ], "ADV": [ "unsuccessfully" ], "AUX": [ "had" ], "CCONJ": [], "DET": [ "a", "the", "the" ], "INTJ": [], "NOUN": [ "fee", "property", "films", "group", "animators" ], "NUM"...
[ "O", "B-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-VP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O" ]
After/mark/demanded Charles/compound/Mintz Mintz/nsubj/demanded had/aux/demanded unsuccessfully/advmod/demanded demanded/advcl/produced that/mark/accept Disney/nsubj/accept accept/ccomp/demanded a/det/fee lower/amod/fee fee/dobj/accept for/prep/fee producing/pcomp/for the/det/property property/dobj/producing ,/punct/pr...
(S (SBAR (IN After) (S (NP (NNP Charles) (NNP Mintz)) (VP (VBD had) (ADVP (RB unsuccessfully)) (VP (VBN demanded) (SBAR (IN that) (S (NP (NNP Disney)) (VP (VB accept) (NP (NP (DT a) (JJR lower) (NN fee)) (PP (IN for) (S (VP (VBG producing) (NP (DT the) (NN property))))))))))))) (, ,) (NP (NNP Mintz)) (VP (VBD produced)...
CT
['Mintz produced the films with his own group of animators']
['After Charles Mintz had unsuccessfully demanded that Disney accept a lower fee for producing the property', 'that Disney accept a lower fee for producing the property']
[]
['After Charles Mintz had unsuccessfully demanded that Disney accept a lower fee for producing the property , Mintz produced the films with his own group of animators .']
[]
9,441
It has a neoclassical façade, originally designed by the architect John Dobson, and was constructed in collaboration with Robert Stephenson.
(ROOT (S (NP (PRP It)) (VP (VBZ has) (NP (NP (NP (DT a) (JJ neoclassical) (NN façade)) (, ,) (VP (ADVP (RB originally)) (VBN designed) (PP (IN by) (NP (NP (DT the) (NN architect)) (NP (NNP John) (NNP Dobson)))))) (, ,) (CC and) (VP (VBD was) (VP (VBN constructed) (PP (IN in) (NP (NP (NN collaboration)) (PP (IN with) (N...
11
{ "ADJ": [ "neoclassical" ], "ADP": [ "by", "in", "with" ], "ADV": [ "originally" ], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "façade", "architect", "collaboration" ], "NUM": [], "PART": [], "PR...
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
It/nsubj/has has/ROOT/has a/det/façade neoclassical/amod/façade façade/dobj/has ,/punct/façade originally/advmod/designed designed/acl/façade by/agent/designed the/det/architect architect/pobj/by John/compound/Dobson Dobson/appos/architect ,/punct/has and/cc/has was/auxpass/constructed constructed/conj/has in/prep/cons...
(S (NP (PRP It)) (VP (VBZ has) (NP (NP (NP (DT a) (JJ neoclassical) (NN façade)) (, ,) (VP (ADVP (RB originally)) (VBN designed) (PP (IN by) (NP (NP (DT the) (NN architect)) (NP (NNP John) (NNP Dobson)))))) (, ,) (CC and) (VP (VBD was) (VP (VBN constructed) (PP (IN in) (NP (NP (NN collaboration)) (PP (IN with) (NP (NNP...
T
['It has a neoclassical façade , originally designed by the architect John Dobson , and was constructed in collaboration with Robert Stephenson']
[]
['It has a neoclassical façade , originally designed by the architect John Dobson , and was constructed in collaboration with Robert Stephenson .']
[]
[]
72,669
What was the date of the St. Bartholomew's Day massacre?
(ROOT (SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (NN date)) (PP (IN of) (NP (DT the) (NML (NP (NNP St.) (NNP Bartholomew) (POS 's)) (NNP Day)) (NN massacre)))))) (. ?)))
10
{ "ADJ": [], "ADP": [ "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "date", "massacre" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "What" ], "PROPN": [ "St.", "Bartholomew", "Day" ], "PUN...
[ "O", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "O" ]
What/attr/was was/ROOT/was the/det/date date/nsubj/was of/prep/date the/det/Bartholomew St./compound/Bartholomew Bartholomew/poss/massacre 's/case/Bartholomew Day/compound/massacre massacre/pobj/of ?/punct/was
(SBARQ (WHNP (WP What)) (SQ (VP (VBD was) (NP (NP (DT the) (NN date)) (PP (IN of) (NP (DT the) (NML (NP (NNP St.) (NNP Bartholomew) (POS 's)) (NNP Day)) (NN massacre)))))) (. ?))
FC
[]
[]
[]
[]
["What was the date of the St. Bartholomew 's Day massacre ?"]
23,056
The majority of interments at the Abbey are of cremated remains, but some burials still take place - Frances Challen, wife of the Rev Sebastian Charles, Canon of Westminster, was buried alongside her husband in the south choir aisle in 2014.
(ROOT (S (S (S (NP (NP (DT The) (NN majority)) (PP (IN of) (NP (NP (NNS interments)) (PP (IN at) (NP (DT the) (NNP Abbey)))))) (VP (VBP are) (PP (IN of) (NP (VBN cremated) (NNS remains))))) (, ,) (CC but) (S (NP (DT some) (NNS burials)) (ADVP (RB still)) (VP (VBP take) (NP (NN place))))) (: -) (S (NP (NP (NP (NNP Franc...
11
{ "ADJ": [ "south" ], "ADP": [ "of", "at", "of", "of", "of", "alongside", "in", "in" ], "ADV": [ "still" ], "AUX": [ "are", "was" ], "CCONJ": [ "but" ], "DET": [ "The", "the", "some", "the", "the" ], "INTJ": [], "NOUN": ...
[ "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-ADVP", "B-VP", "B-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-...
The/det/majority majority/nsubj/are of/prep/majority interments/pobj/of at/prep/interments the/det/Abbey Abbey/pobj/at are/ROOT/are of/prep/are cremated/amod/remains remains/pobj/of ,/punct/are but/cc/are some/det/burials burials/nsubj/take still/advmod/take take/conj/are place/compound/Challen -/punct/Challen Frances/...
(S (S (S (NP (NP (DT The) (NN majority)) (PP (IN of) (NP (NP (NNS interments)) (PP (IN at) (NP (DT the) (NNP Abbey)))))) (VP (VBP are) (PP (IN of) (NP (VBN cremated) (NNS remains))))) (, ,) (CC but) (S (NP (DT some) (NNS burials)) (ADVP (RB still)) (VP (VBP take) (NP (NN place))))) (: -) (S (NP (NP (NP (NNP Frances) (N...
T
['The majority of interments at the Abbey are of cremated remains , but some burials still take place', 'Frances Challen , wife of the Rev Sebastian Charles , Canon of Westminster , was buried alongside her husband in the south choir aisle in 2014']
[]
['The majority of interments at the Abbey are of cremated remains , but some burials still take place - Frances Challen , wife of the Rev Sebastian Charles , Canon of Westminster , was buried alongside her husband in the south choir aisle in 2014 .']
[]
[]
48,334
Domestically, Barcelona has won 23 La Liga, 27 Copa del Rey, 11 Supercopa de España, 3 Copa Eva Duarte and 2 Copa de la Liga trophies, as well as being the record holder for the latter four competitions.
(ROOT (S (ADVP (RB Domestically)) (, ,) (NP (NNP Barcelona)) (VP (VBZ has) (VP (VBN won) (NP (NP (CD 23) (NP (NNP La) (NNP Liga))) (, ,) (NP (CD 27) (NNP Copa) (NNP del) (NNP Rey)) (, ,) (NP (CD 11) (NNP Supercopa) (IN de) (NNP España)) (, ,) (NP (CD 3) (NNP Copa) (NNP Eva) (NNP Duarte)) (CC and) (NP (CD 2) (NML (NNP C...
10
{ "ADJ": [ "la", "latter" ], "ADP": [ "as", "for" ], "ADV": [ "Domestically", "as", "well" ], "AUX": [ "has", "being" ], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "trophies", "record", "holder", "competi...
[ "B-ADVP", "O", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "O", "B-NP", "B-VP", "B-CONJP", "I-CON...
Domestically/advmod/won ,/punct/won Barcelona/nsubj/won has/aux/won won/ROOT/won 23/nummod/Liga La/compound/Liga Liga/dobj/won ,/punct/Liga 27/nummod/Rey Copa/compound/Rey del/compound/Rey Rey/conj/Liga ,/punct/Rey 11/nummod/España Supercopa/compound/España de/nmod/España España/appos/Rey ,/punct/Rey 3/nummod/Duarte Co...
(S (ADVP (RB Domestically)) (, ,) (NP (NNP Barcelona)) (VP (VBZ has) (VP (VBN won) (NP (NP (CD 23) (NP (NNP La) (NNP Liga))) (, ,) (NP (CD 27) (NNP Copa) (NNP del) (NNP Rey)) (, ,) (NP (CD 11) (NNP Supercopa) (IN de) (NNP España)) (, ,) (NP (CD 3) (NNP Copa) (NNP Eva) (NNP Duarte)) (CC and) (NP (CD 2) (NML (NNP Copa) (...
T
['Barcelona has won 23 La Liga , 27 Copa del Rey , 11 Supercopa de España , 3 Copa Eva Duarte and 2 Copa de la Liga trophies , as well as being the record holder for the latter four competitions']
[]
['Domestically , Barcelona has won 23 La Liga , 27 Copa del Rey , 11 Supercopa de España , 3 Copa Eva Duarte and 2 Copa de la Liga trophies , as well as being the record holder for the latter four competitions .']
[]
[]
7,351
The Bourbon Restoration followed the ousting of Napoleon I of France in 1814.
(ROOT (S (NP (DT The) (NNP Bourbon) (NNP Restoration)) (VP (VBD followed) (NP (NP (DT the) (NN ousting)) (PP (IN of) (NP (NP (NNP Napoleon) (NNP I)) (PP (IN of) (NP (NNP France))))) (PP (IN in) (NP (CD 1814))))) (. .)))
9
{ "ADJ": [], "ADP": [ "of", "of", "in" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [ "ousting" ], "NUM": [ "1814" ], "PART": [], "PRON": [], "PROPN": [ "Bourbon", "Restoration", "Napoleon", "I", "Franc...
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
The/det/Restoration Bourbon/compound/Restoration Restoration/nsubj/followed followed/ROOT/followed the/det/ousting ousting/dobj/followed of/prep/ousting Napoleon/pobj/of I/appos/Napoleon of/prep/I France/pobj/of in/prep/followed 1814/pobj/in ./punct/followed
(S (NP (DT The) (NNP Bourbon) (NNP Restoration)) (VP (VBD followed) (NP (NP (DT the) (NN ousting)) (PP (IN of) (NP (NP (NNP Napoleon) (NNP I)) (PP (IN of) (NP (NNP France))))) (PP (IN in) (NP (CD 1814))))) (. .))
T
['The Bourbon Restoration followed the ousting of Napoleon I of France in 1814']
[]
['The Bourbon Restoration followed the ousting of Napoleon I of France in 1814 .']
[]
[]
28,576
What term did Obama want the government to stop using?
(ROOT (SBARQ (WHNP (WP What) (NN term)) (SQ (VBD did) (NP (NNP Obama)) (VP (VB want) (S (NP (DT the) (NN government)) (VP (TO to) (VP (VB stop) (S (VP (VBG using)))))))) (. ?)))
10
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [ "did" ], "CCONJ": [], "DET": [ "What", "the" ], "INTJ": [], "NOUN": [ "term", "government" ], "NUM": [], "PART": [ "to" ], "PRON": [], "PROPN": [ "Obama" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], ...
[ "O", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
What/det/term term/dobj/want did/aux/want Obama/nsubj/want want/ROOT/want the/det/government government/nsubj/stop to/aux/stop stop/ccomp/want using/xcomp/stop ?/punct/want
(SBARQ (WHNP (WP What) (NN term)) (SQ (VBD did) (NP (NNP Obama)) (VP (VB want) (S (NP (DT the) (NN government)) (VP (TO to) (VP (VB stop) (S (VP (VBG using)))))))) (. ?))
FC
[]
[]
[]
[]
['What term did Obama want the government to stop using ?']
45,894
Cardinal priests are the most numerous of the three orders of cardinals in the Catholic Church, ranking above the cardinal deacons and below the cardinal bishops.
(ROOT (S (NP (JJ Cardinal) (NNS priests)) (VP (VBP are) (NP (NP (DT the) (ADJP (RBS most) (JJ numerous))) (PP (IN of) (NP (NP (DT the) (CD three) (NNS orders)) (PP (IN of) (NP (NNS cardinals))) (PP (IN in) (NP (DT the) (NNP Catholic) (NNP Church)))))) (, ,) (S (VP (VBG ranking) (PP (PP (IN above) (NP (DT the) (JJ cardi...
9
{ "ADJ": [ "Cardinal", "numerous", "cardinal", "cardinal" ], "ADP": [ "of", "of", "in", "above", "below" ], "ADV": [ "most" ], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the", "the" ], "INTJ": [], "...
[ "B-NP", "I-NP", "B-VP", "B-NP", "B-ADJP", "I-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "O" ]
Cardinal/amod/priests priests/nsubj/are are/ROOT/are the/det/numerous most/advmod/numerous numerous/attr/are of/prep/numerous the/det/orders three/nummod/orders orders/pobj/of of/prep/orders cardinals/pobj/of in/prep/cardinals the/det/Church Catholic/compound/Church Church/pobj/in ,/punct/are ranking/advcl/are above/pr...
(S (NP (JJ Cardinal) (NNS priests)) (VP (VBP are) (NP (NP (DT the) (ADJP (RBS most) (JJ numerous))) (PP (IN of) (NP (NP (DT the) (CD three) (NNS orders)) (PP (IN of) (NP (NNS cardinals))) (PP (IN in) (NP (DT the) (NNP Catholic) (NNP Church)))))) (, ,) (S (VP (VBG ranking) (PP (PP (IN above) (NP (DT the) (JJ cardinal) (...
T
['Cardinal priests are the most numerous of the three orders of cardinals in the Catholic Church , ranking above the cardinal deacons and below the cardinal bishops']
[]
['Cardinal priests are the most numerous of the three orders of cardinals in the Catholic Church , ranking above the cardinal deacons and below the cardinal bishops .']
[]
[]
40,348
The idea itself is not protected.
(ROOT (S (NP (NP (DT The) (NN idea)) (NP (PRP itself))) (VP (VBZ is) (RB not) (VP (VBN protected))) (. .)))
5
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The" ], "INTJ": [], "NOUN": [ "idea" ], "NUM": [], "PART": [ "not" ], "PRON": [ "itself" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [ "...
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
The/det/idea idea/nsubjpass/protected itself/appos/idea is/auxpass/protected not/neg/protected protected/ROOT/protected ./punct/protected
(S (NP (NP (DT The) (NN idea)) (NP (PRP itself))) (VP (VBZ is) (RB not) (VP (VBN protected))) (. .))
T
['The idea itself is not protected']
[]
['The idea itself is not protected .']
[]
[]
47,733
On completing this work he was transferred to the Oak Ridge facility, where he aided engineers in devising safety procedures for material storage so that criticality accidents (for example, due to sub-critical amounts of fissile material inadvertently stored in proximity on opposite sides of a wall) could be avoided.
(ROOT (S (PP (IN On) (S (VP (VBG completing) (NP (DT this) (NN work))))) (NP (PRP he)) (VP (VBD was) (VP (VBN transferred) (PP (IN to) (NP (NP (DT the) (NML (NNP Oak) (NNP Ridge)) (NN facility)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD aided) (NP (NNS engineers)) (PP (IN in) (S (VP (VBG devising) (NP ...
27
{ "ADJ": [ "criticality", "sub", "-", "critical", "opposite" ], "ADP": [ "On", "to", "in", "for", "for", "due", "to", "of", "in", "on", "of" ], "ADV": [ "inadvertently" ], "AUX": [ "was", "could", "be" ], "CCONJ": [], "D...
[ "B-PP", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "B-PP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "...
On/ROOT/On completing/pcomp/On this/det/work work/dobj/completing he/nsubjpass/transferred was/auxpass/transferred transferred/relcl/work to/prep/transferred the/det/facility Oak/compound/Ridge Ridge/compound/facility facility/pobj/to ,/punct/facility where/advmod/aided he/nsubj/aided aided/relcl/facility engineers/dob...
(S (PP (IN On) (S (VP (VBG completing) (NP (DT this) (NN work))))) (NP (PRP he)) (VP (VBD was) (VP (VBN transferred) (PP (IN to) (NP (NP (DT the) (NML (NNP Oak) (NNP Ridge)) (NN facility)) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD aided) (NP (NNS engineers)) (PP (IN in) (S (VP (VBG devising) (NP (NP (N...
CT
['he was transferred to the Oak Ridge facility , where he aided engineers in devising safety procedures for material storage so that criticality accidents -LRB- for example , due to sub - critical amounts of fissile material inadvertently stored in proximity on opposite sides of a wall -RRB- could be avoided']
['where he aided engineers in devising safety procedures for material storage so that criticality accidents -LRB- for example , due to sub - critical amounts of fissile material inadvertently stored in proximity on opposite sides of a wall -RRB- could be avoided', 'so that criticality accidents -LRB- for example , due ...
[]
['On completing this work he was transferred to the Oak Ridge facility , where he aided engineers in devising safety procedures for material storage so that criticality accidents -LRB- for example , due to sub - critical amounts of fissile material inadvertently stored in proximity on opposite sides of a wall -RRB- cou...
[]
60,828
Out of former Soviet Union republics Uzbekistan continued and expanded the program of child labour on industrial scale to increase profits on the main source of Islam Karimov's income, cotton harvesting.
(ROOT (S (PP (IN Out) (PP (IN of) (NP (JJ former) (NML (NNP Soviet) (NNP Union)) (NNS republics)))) (NP (NNP Uzbekistan)) (VP (VBD continued) (CC and) (VBD expanded) (NP (DT the) (NN program)) (PP (IN of) (NP (NN child) (NN labour))) (PP (IN on) (NP (JJ industrial) (NN scale))) (S (VP (TO to) (VP (VB increase) (NP (NP ...
14
{ "ADJ": [ "former", "industrial", "main" ], "ADP": [ "Out", "of", "of", "on", "on", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "republics", "program", "child", "labour", "sc...
[ "B-PP", "I-PP", "B-NP", "O", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I...
Out/prep/continued of/prep/Out former/amod/republics Soviet/compound/Union Union/compound/republics republics/pobj/of Uzbekistan/nsubj/continued continued/ROOT/continued and/cc/continued expanded/conj/continued the/det/program program/dobj/expanded of/prep/program child/compound/labour labour/pobj/of on/prep/program in...
(S (PP (IN Out) (PP (IN of) (NP (JJ former) (NML (NNP Soviet) (NNP Union)) (NNS republics)))) (NP (NNP Uzbekistan)) (VP (VBD continued) (CC and) (VBD expanded) (NP (DT the) (NN program)) (PP (IN of) (NP (NN child) (NN labour))) (PP (IN on) (NP (JJ industrial) (NN scale))) (S (VP (TO to) (VP (VB increase) (NP (NP (NNS p...
T
["Uzbekistan continued and expanded the program of child labour on industrial scale to increase profits on the main source of Islam Karimov 's income , cotton harvesting"]
[]
["Out of former Soviet Union republics Uzbekistan continued and expanded the program of child labour on industrial scale to increase profits on the main source of Islam Karimov 's income , cotton harvesting ."]
[]
[]
22,688
The DVB develops and agrees upon specifications which are formally standardised by ETSI.
(ROOT (S (NP (DT The) (NNP DVB)) (VP (VBZ develops) (CC and) (VBZ agrees) (PP (PP (IN upon)) (NP (NP (NNS specifications)) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (ADVP (RB formally)) (VP (VBN standardised) (PP (IN by) (NP (NNP ETSI)))))))))) (. .)))
12
{ "ADJ": [], "ADP": [ "by" ], "ADV": [ "formally" ], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "The" ], "INTJ": [], "NOUN": [ "specifications" ], "NUM": [], "PART": [], "PRON": [ "which" ], "PROPN": [ "DVB", "ETSI" ], "PUNCT": [ "." ...
[ "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "O", "B-VP", "B-ADVP", "B-VP", "B-PP", "B-NP", "O" ]
The/det/DVB DVB/nsubj/develops develops/ROOT/develops and/cc/develops agrees/conj/develops upon/prep/agrees specifications/pobj/upon which/nsubjpass/standardised are/auxpass/standardised formally/advmod/standardised standardised/relcl/specifications by/agent/standardised ETSI/pobj/by ./punct/develops
(S (NP (DT The) (NNP DVB)) (VP (VBZ develops) (CC and) (VBZ agrees) (PP (PP (IN upon)) (NP (NP (NNS specifications)) (SBAR (WHNP (WDT which)) (S (VP (VBP are) (ADVP (RB formally)) (VP (VBN standardised) (PP (IN by) (NP (NNP ETSI)))))))))) (. .))
CT
['The DVB develops and agrees upon specifications which are formally standardised by ETSI']
['which are formally standardised by ETSI']
[]
['The DVB develops and agrees upon specifications which are formally standardised by ETSI .']
[]
4,031
By June 2012, approximately 60,000 African migrants had entered Israel.
(ROOT (S (PP (IN By) (NP (NNP June) (CD 2012))) (, ,) (NP (QP (RB approximately) (CD 60,000)) (JJ African) (NNS migrants)) (VP (VBD had) (VP (VBN entered) (NP (NNP Israel)))) (. .)))
6
{ "ADJ": [ "African" ], "ADP": [ "By" ], "ADV": [ "approximately" ], "AUX": [ "had" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "migrants" ], "NUM": [ "2012", "60,000" ], "PART": [], "PRON": [], "PROPN": [ "June", "Israel" ], "PUNCT": [ ...
[ "B-PP", "B-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "O" ]
By/prep/entered June/pobj/By 2012/nummod/June ,/punct/entered approximately/advmod/60,000 60,000/nummod/migrants African/amod/migrants migrants/nsubj/entered had/aux/entered entered/ROOT/entered Israel/dobj/entered ./punct/entered
(S (PP (IN By) (NP (NNP June) (CD 2012))) (, ,) (NP (QP (RB approximately) (CD 60,000)) (JJ African) (NNS migrants)) (VP (VBD had) (VP (VBN entered) (NP (NNP Israel)))) (. .))
T
['approximately 60,000 African migrants had entered Israel']
[]
['By June 2012 , approximately 60,000 African migrants had entered Israel .']
[]
[]
66,925
The Karakalpak Autonomous Socialist Soviet Republic was transferred to the Uzbek SSR.
(ROOT (S (NP (DT The) (NNP Karakalpak) (NNP Autonomous) (NNP Socialist) (NNP Soviet) (NNP Republic)) (VP (VBD was) (VP (VBN transferred) (PP (IN to) (NP (DT the) (NNP Uzbek) (NNP SSR))))) (. .)))
7
{ "ADJ": [], "ADP": [ "to" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "The", "the" ], "INTJ": [], "NOUN": [], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Karakalpak", "Autonomous", "Socialist", "Soviet", "Republic", "Uzbek", "SSR" ...
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/Republic Karakalpak/compound/Republic Autonomous/compound/Republic Socialist/compound/Republic Soviet/compound/Republic Republic/nsubjpass/transferred was/auxpass/transferred transferred/ROOT/transferred to/prep/transferred the/det/SSR Uzbek/compound/SSR SSR/pobj/to ./punct/transferred
(S (NP (DT The) (NNP Karakalpak) (NNP Autonomous) (NNP Socialist) (NNP Soviet) (NNP Republic)) (VP (VBD was) (VP (VBN transferred) (PP (IN to) (NP (DT the) (NNP Uzbek) (NNP SSR))))) (. .))
T
['The Karakalpak Autonomous Socialist Soviet Republic was transferred to the Uzbek SSR']
[]
['The Karakalpak Autonomous Socialist Soviet Republic was transferred to the Uzbek SSR .']
[]
[]
6,420
Lossy audio compression algorithms provide higher compression at the cost of fidelity and are used in numerous audio applications.
(ROOT (S (NP (JJ Lossy) (NML (NN audio) (NN compression)) (NNS algorithms)) (VP (VP (VBP provide) (NP (JJR higher) (NN compression)) (PP (IN at) (NP (NP (DT the) (NN cost)) (PP (IN of) (NP (NN fidelity)))))) (CC and) (VP (VBP are) (VP (VBN used) (PP (IN in) (NP (JJ numerous) (NN audio) (NNS applications)))))) (. .)))
9
{ "ADJ": [ "Lossy", "higher", "numerous", "audio" ], "ADP": [ "at", "of", "in" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "audio", "compression", "algorithms", "compression", "cost", ...
[ "B-NP", "O", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Lossy/amod/algorithms audio/amod/algorithms compression/compound/algorithms algorithms/nsubj/provide provide/ROOT/provide higher/amod/compression compression/dobj/provide at/prep/provide the/det/cost cost/pobj/at of/prep/cost fidelity/pobj/of and/cc/provide are/auxpass/used used/conj/provide in/prep/used numerous/amod/...
(S (NP (JJ Lossy) (NML (NN audio) (NN compression)) (NNS algorithms)) (VP (VP (VBP provide) (NP (JJR higher) (NN compression)) (PP (IN at) (NP (NP (DT the) (NN cost)) (PP (IN of) (NP (NN fidelity)))))) (CC and) (VP (VBP are) (VP (VBN used) (PP (IN in) (NP (JJ numerous) (NN audio) (NNS applications)))))) (. .))
T
['Lossy audio compression algorithms provide higher compression at the cost of fidelity and are used in numerous audio applications']
[]
['Lossy audio compression algorithms provide higher compression at the cost of fidelity and are used in numerous audio applications .']
[]
[]
64,024
A 35 row theater at the edge of Bactria was found in what region?
(ROOT (S (NP (NP (DT A) (NML (CD 35) (NN row)) (NN theater)) (PP (IN at) (NP (NP (DT the) (NN edge)) (PP (IN of) (NP (NNP Bactria)))))) (VP (VBD was) (VP (VBN found) (PP (IN in) (NP (WDT what) (NN region))))) (. ?)))
8
{ "ADJ": [], "ADP": [ "at", "of", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "A", "the" ], "INTJ": [], "NOUN": [ "row", "theater", "edge", "region" ], "NUM": [ "35" ], "PART": [], "PRON": [ "what" ], "PROPN": [ "Bact...
[ "B-NP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
A/det/theater 35/nummod/row row/compound/theater theater/nsubjpass/found at/prep/theater the/det/edge edge/pobj/at of/prep/edge Bactria/pobj/of was/auxpass/found found/ROOT/found in/prep/found what/det/region region/pobj/in ?/punct/found
(S (NP (NP (DT A) (NML (CD 35) (NN row)) (NN theater)) (PP (IN at) (NP (NP (DT the) (NN edge)) (PP (IN of) (NP (NNP Bactria)))))) (VP (VBD was) (VP (VBN found) (PP (IN in) (NP (WDT what) (NN region))))) (. ?))
T
['A 35 row theater at the edge of Bactria was found in what region']
[]
['A 35 row theater at the edge of Bactria was found in what region ?']
[]
[]
12,982
Ibrahim landed in the Peloponnese in February 1825 and had immediate success: by the end of 1825, most of the Peloponnese was under Egyptian control, and the city of Missolonghi—put under siege by the Turks since April 1825—fell in April 1826.
(ROOT (S (S (NP (NNP Ibrahim)) (VP (VP (VBD landed) (PP (IN in) (NP (DT the) (NNP Peloponnese))) (PP (IN in) (NP (NNP February) (CD 1825)))) (CC and) (VP (VBD had) (NP (JJ immediate) (NN success))))) (: :) (S (S (PP (IN by) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (CD 1825))))) (, ,) (S (NP (NP (JJS most)) (PP (IN of...
11
{ "ADJ": [ "immediate", "most", "Egyptian" ], "ADP": [ "in", "in", "by", "of", "of", "under", "of", "under", "by", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "the", "the", "the", ...
[ "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", ...
Ibrahim/nsubj/landed landed/ccomp/was in/prep/landed the/det/Peloponnese Peloponnese/pobj/in in/prep/landed February/pobj/in 1825/nummod/February and/cc/landed had/conj/landed immediate/amod/success success/dobj/had :/punct/landed by/prep/was the/det/end end/pobj/by of/prep/end 1825/pobj/of ,/punct/was most/nsubj/was o...
(S (S (NP (NNP Ibrahim)) (VP (VP (VBD landed) (PP (IN in) (NP (DT the) (NNP Peloponnese))) (PP (IN in) (NP (NNP February) (CD 1825)))) (CC and) (VP (VBD had) (NP (JJ immediate) (NN success))))) (: :) (S (S (PP (IN by) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (CD 1825))))) (, ,) (S (NP (NP (JJS most)) (PP (IN of) (NP ...
T
['Ibrahim landed in the Peloponnese in February 1825 and had immediate success', 'by the end of 1825 , most of the Peloponnese was under Egyptian control , and the city of Missolonghi — put under siege by the Turks since April 1825 — fell in April 1826']
[]
['Ibrahim landed in the Peloponnese in February 1825 and had immediate success : by the end of 1825 , most of the Peloponnese was under Egyptian control , and the city of Missolonghi — put under siege by the Turks since April 1825 — fell in April 1826 .']
[]
[]
43,877
Oxygen is released in cellular respiration by?
(ROOT (S (NP (NN Oxygen)) (VP (VBZ is) (VP (VBN released) (PP (IN in) (NP (JJ cellular) (NN respiration))) (ADVP (IN by)))) (. ?)))
7
{ "ADJ": [ "cellular" ], "ADP": [ "in", "by" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "Oxygen", "respiration" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": []...
[ "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-ADVP", "O" ]
Oxygen/nsubjpass/released is/auxpass/released released/ROOT/released in/prep/released cellular/amod/respiration respiration/pobj/in by/prep/released ?/punct/released
(S (NP (NN Oxygen)) (VP (VBZ is) (VP (VBN released) (PP (IN in) (NP (JJ cellular) (NN respiration))) (ADVP (IN by)))) (. ?))
T
['Oxygen is released in cellular respiration by']
[]
['Oxygen is released in cellular respiration by ?']
[]
[]
22,091
For his part, Hayek dedicated a collection of papers, Studies in Philosophy, Politics, and Economics, to Popper, and in 1982 said, "...ever since his Logik der Forschung first came out in 1934, I have been a complete adherent to his general theory of methodology."
(ROOT (S (PP (IN For) (NP (PRP$ his) (NN part))) (, ,) (NP (NNP Hayek)) (VP (VP (VBD dedicated) (NP (NP (DT a) (NN collection)) (PP (IN of) (NP (NP (NP (NNS papers)) (, ,) (NP (NP (NNS Studies)) (PP (IN in) (NP (NNP Philosophy) (, ,) (NNP Politics) (, ,) (CC and) (NNP Economics))))) (, ,)))) (PP (IN to) (NP (NNP Popper...
14
{ "ADJ": [ "complete", "general" ], "ADP": [ "For", "of", "in", "to", "in", "out", "in", "to", "of" ], "ADV": [ "ever", "first" ], "AUX": [ "have", "been" ], "CCONJ": [ "and", "and" ], "DET": [ "a", "a" ], "INTJ": [], ...
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "O", "B-ADVP", "O", "B-...
For/prep/dedicated his/poss/part part/pobj/For ,/punct/dedicated Hayek/nsubj/dedicated dedicated/ROOT/dedicated a/det/collection collection/dobj/dedicated of/prep/collection papers/pobj/of ,/punct/papers Studies/conj/papers in/prep/Studies Philosophy/pobj/in ,/punct/Philosophy Politics/conj/Philosophy ,/punct/Politics ...
(S (PP (IN For) (NP (PRP$ his) (NN part))) (, ,) (NP (NNP Hayek)) (VP (VP (VBD dedicated) (NP (NP (DT a) (NN collection)) (PP (IN of) (NP (NP (NP (NNS papers)) (, ,) (NP (NP (NNS Studies)) (PP (IN in) (NP (NNP Philosophy) (, ,) (NNP Politics) (, ,) (CC and) (NNP Economics))))) (, ,)))) (PP (IN to) (NP (NNP Popper)))) (...
CT
['Hayek dedicated a collection of papers , Studies in Philosophy , Politics , and Economics , to Popper , and in 1982 said , " ... , I have been a complete adherent to his general theory of methodology']
['ever since his Logik der Forschung first came out in 1934']
[]
['For his part , Hayek dedicated a collection of papers , Studies in Philosophy , Politics , and Economics , to Popper , and in 1982 said , " ... ever since his Logik der Forschung first came out in 1934 , I have been a complete adherent to his general theory of methodology . "']
[]
30,842
The Judicial Council cannot create any legislation; it can only interpret existing legislation.
(ROOT (S (S (NP (DT The) (NNP Judicial) (NNP Council)) (VP (MD can) (RB not) (VP (VB create) (NP (DT any) (NN legislation))))) (: ;) (S (NP (PRP it)) (VP (MD can) (ADVP (RB only)) (VP (VB interpret) (NP (VBG existing) (NN legislation))))) (. .)))
7
{ "ADJ": [], "ADP": [], "ADV": [ "only" ], "AUX": [ "can", "can" ], "CCONJ": [], "DET": [ "The", "any" ], "INTJ": [], "NOUN": [ "legislation", "legislation" ], "NUM": [], "PART": [ "not" ], "PRON": [ "it" ], "PROPN": [ "Judicial", "Council"...
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "O" ]
The/det/Council Judicial/compound/Council Council/nsubj/create can/aux/create not/neg/create create/ccomp/interpret any/det/legislation legislation/dobj/create ;/punct/interpret it/nsubj/interpret can/aux/interpret only/advmod/interpret interpret/ROOT/interpret existing/amod/legislation legislation/dobj/interpret ./pun...
(S (S (NP (DT The) (NNP Judicial) (NNP Council)) (VP (MD can) (RB not) (VP (VB create) (NP (DT any) (NN legislation))))) (: ;) (S (NP (PRP it)) (VP (MD can) (ADVP (RB only)) (VP (VB interpret) (NP (VBG existing) (NN legislation))))) (. .))
T
['The Judicial Council can not create any legislation', 'it can only interpret existing legislation']
[]
['The Judicial Council can not create any legislation ; it can only interpret existing legislation .']
[]
[]
24,263
One of the options they considered was an offer from Led Zeppelin's manager, Peter Grant.
(ROOT (S (NP (NP (CD One)) (PP (IN of) (NP (NP (DT the) (NNS options)) (SBAR (S (NP (PRP they)) (VP (VBD considered))))))) (VP (VBD was) (NP (NP (DT an) (NN offer)) (PP (IN from) (NP (NP (NP (NNP Led) (NNP Zeppelin) (POS 's)) (NN manager)) (, ,) (NP (NNP Peter) (NNP Grant)))))) (. .)))
9
{ "ADJ": [], "ADP": [ "of", "from" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "an" ], "INTJ": [], "NOUN": [ "options", "offer", "manager" ], "NUM": [ "One" ], "PART": [ "'s" ], "PRON": [ "they" ], "PROPN": [ "Led", ...
[ "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
One/nsubj/was of/prep/One the/det/options options/pobj/of they/nsubj/considered considered/relcl/options was/ROOT/was an/det/offer offer/attr/was from/prep/offer Led/compound/Zeppelin Zeppelin/poss/manager 's/case/Zeppelin manager/pobj/from ,/punct/manager Peter/compound/Grant Grant/appos/manager ./punct/was
(S (NP (NP (CD One)) (PP (IN of) (NP (NP (DT the) (NNS options)) (SBAR (S (NP (PRP they)) (VP (VBD considered))))))) (VP (VBD was) (NP (NP (DT an) (NN offer)) (PP (IN from) (NP (NP (NP (NNP Led) (NNP Zeppelin) (POS 's)) (NN manager)) (, ,) (NP (NNP Peter) (NNP Grant)))))) (. .))
CT
["One of the options they considered was an offer from Led Zeppelin 's manager , Peter Grant"]
['they considered']
[]
["One of the options they considered was an offer from Led Zeppelin 's manager , Peter Grant ."]
[]
16,969
The Polish nobility enjoyed many rights that were not available to the noble classes of other countries and, typically, each new monarch conceded them further privileges.
(ROOT (S (S (NP (DT The) (JJ Polish) (NN nobility)) (VP (VBD enjoyed) (NP (NP (JJ many) (NNS rights)) (SBAR (WHNP (WDT that)) (S (VP (VBD were) (RB not) (ADJP (JJ available) (PP (IN to) (NP (NP (DT the) (JJ noble) (NNS classes)) (PP (IN of) (NP (JJ other) (NNS countries)))))))))))) (CC and) (, ,) (S (ADVP (RB typically...
14
{ "ADJ": [ "Polish", "many", "available", "noble", "other", "new", "further" ], "ADP": [ "to", "of" ], "ADV": [ "typically" ], "AUX": [ "were" ], "CCONJ": [ "and" ], "DET": [ "The", "the", "each" ], "INTJ": [], "NOUN": [ "nobili...
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "O", "B-VP", "I-VP", "B-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-ADVP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/nobility Polish/amod/nobility nobility/nsubj/enjoyed enjoyed/ROOT/enjoyed many/amod/rights rights/dobj/enjoyed that/nsubj/were were/relcl/rights not/neg/were available/acomp/were to/prep/available the/det/classes noble/amod/classes classes/pobj/to of/prep/classes other/amod/countries countries/pobj/of and/cc/we...
(S (S (NP (DT The) (JJ Polish) (NN nobility)) (VP (VBD enjoyed) (NP (NP (JJ many) (NNS rights)) (SBAR (WHNP (WDT that)) (S (VP (VBD were) (RB not) (ADJP (JJ available) (PP (IN to) (NP (NP (DT the) (JJ noble) (NNS classes)) (PP (IN of) (NP (JJ other) (NNS countries)))))))))))) (CC and) (, ,) (S (ADVP (RB typically)) (, ...
CT
['The Polish nobility enjoyed many rights that were not available to the noble classes of other countries', 'typically , each new monarch conceded them further privileges']
['that were not available to the noble classes of other countries']
[]
['The Polish nobility enjoyed many rights that were not available to the noble classes of other countries and , typically , each new monarch conceded them further privileges .']
[]
13,184
As a result, the Royal Assent Act 1967 was passed, creating an additional form for the granting of royal assent.
(ROOT (S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (NP (DT the) (NML (NNP Royal) (NNP Assent)) (NNP Act)) (CD 1967)) (VP (VBD was) (VP (VBN passed) (, ,) (S (VP (VBG creating) (NP (NP (DT an) (JJ additional) (NN form)) (PP (IN for) (NP (NP (DT the) (NN granting)) (PP (IN of) (NP (JJ royal) (NN assent)))))))))) (. ...
12
{ "ADJ": [ "additional", "royal" ], "ADP": [ "As", "for", "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "a", "the", "an", "the" ], "INTJ": [], "NOUN": [ "result", "form", "granting", "assent" ], "NUM": [ "1967" ], "...
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "O", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
As/prep/passed a/det/result result/pobj/As ,/punct/passed the/det/Act Royal/compound/Assent Assent/compound/Act Act/nsubjpass/passed 1967/appos/Act was/auxpass/passed passed/ROOT/passed ,/punct/passed creating/advcl/passed an/det/form additional/amod/form form/dobj/creating for/prep/form the/det/granting granting/pobj/...
(S (PP (IN As) (NP (DT a) (NN result))) (, ,) (NP (NP (DT the) (NML (NNP Royal) (NNP Assent)) (NNP Act)) (CD 1967)) (VP (VBD was) (VP (VBN passed) (, ,) (S (VP (VBG creating) (NP (NP (DT an) (JJ additional) (NN form)) (PP (IN for) (NP (NP (DT the) (NN granting)) (PP (IN of) (NP (JJ royal) (NN assent)))))))))) (. .))
T
['the Royal Assent Act 1967 was passed , creating an additional form for the granting of royal assent']
[]
['As a result , the Royal Assent Act 1967 was passed , creating an additional form for the granting of royal assent .']
[]
[]
18,163
Two and a half hours after the broadcast, they fired their engine to perform the first trans-Earth injection to leave lunar orbit and return to the Earth.
(ROOT (S (PP (NP (QP (CD Two) (CC and) (DT a) (NN half)) (NNS hours)) (IN after) (NP (DT the) (NN broadcast))) (, ,) (NP (PRP they)) (VP (VBD fired) (NP (PRP$ their) (NN engine)) (S (VP (TO to) (VP (VB perform) (NP (NP (DT the) (JJ first) (ADJP (JJ trans) (HYPH -) (NN Earth)) (NN injection)) (SBAR (S (VP (TO to) (VP (V...
15
{ "ADJ": [ "first", "trans", "-", "Earth", "lunar" ], "ADP": [ "after", "to" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "a", "the", "the", "the" ], "INTJ": [], "NOUN": [ "half", "hours", "broadcast", "engine", ...
[ "O", "O", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O" ]
Two/nummod/hours and/cc/Two a/quantmod/half half/conj/Two hours/npadvmod/after after/prep/fired the/det/broadcast broadcast/pobj/after ,/punct/fired they/nsubj/fired fired/ROOT/fired their/poss/engine engine/dobj/fired to/aux/perform perform/advcl/fired the/det/injection first/amod/injection trans/amod/injection -/comp...
(S (PP (NP (QP (CD Two) (CC and) (DT a) (NN half)) (NNS hours)) (IN after) (NP (DT the) (NN broadcast))) (, ,) (NP (PRP they)) (VP (VBD fired) (NP (PRP$ their) (NN engine)) (S (VP (TO to) (VP (VB perform) (NP (NP (DT the) (JJ first) (ADJP (JJ trans) (HYPH -) (NN Earth)) (NN injection)) (SBAR (S (VP (TO to) (VP (VP (VB ...
CT
['they fired their engine to perform the first trans - Earth injection to leave lunar orbit and return to the Earth']
['to leave lunar orbit and return to the Earth']
[]
['Two and a half hours after the broadcast , they fired their engine to perform the first trans - Earth injection to leave lunar orbit and return to the Earth .']
[]
30,430
Most teams also have a local TV station broadcast their games locally and all games are available on local radio.
(ROOT (S (S (NP (JJS Most) (NNS teams)) (ADVP (RB also)) (VP (VBP have) (S (NP (DT a) (JJ local) (NN TV) (NN station)) (VP (VBN broadcast) (NP (PRP$ their) (NNS games)) (ADVP (RB locally)))))) (CC and) (S (NP (DT all) (NNS games)) (VP (VBP are) (ADJP (JJ available)) (PP (IN on) (NP (JJ local) (NN radio))))) (. .)))
8
{ "ADJ": [ "Most", "local", "available", "local" ], "ADP": [ "on" ], "ADV": [ "also", "locally" ], "AUX": [ "are" ], "CCONJ": [ "and" ], "DET": [ "a", "all" ], "INTJ": [], "NOUN": [ "teams", "TV", "station", "games", "games", ...
[ "B-NP", "I-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-ADVP", "O", "B-NP", "I-NP", "B-VP", "B-ADJP", "B-PP", "B-NP", "I-NP", "O" ]
Most/amod/teams teams/nsubj/have also/advmod/have have/ROOT/have a/det/station local/amod/station TV/compound/station station/nsubj/broadcast broadcast/ccomp/have their/poss/games games/dobj/broadcast locally/advmod/broadcast and/cc/have all/det/games games/nsubj/are are/conj/have available/acomp/are on/prep/available ...
(S (S (NP (JJS Most) (NNS teams)) (ADVP (RB also)) (VP (VBP have) (S (NP (DT a) (JJ local) (NN TV) (NN station)) (VP (VBN broadcast) (NP (PRP$ their) (NNS games)) (ADVP (RB locally)))))) (CC and) (S (NP (DT all) (NNS games)) (VP (VBP are) (ADJP (JJ available)) (PP (IN on) (NP (JJ local) (NN radio))))) (. .))
T
['Most teams also have a local TV station broadcast their games locally', 'all games are available on local radio']
[]
['Most teams also have a local TV station broadcast their games locally and all games are available on local radio .']
[]
[]
16,247
It was during this time that the first major monasteries, such as Haghpat and Haritchavank were built.
(ROOT (S (NP (PRP It)) (VP (VBD was) (PP (IN during) (NP (DT this) (NN time))) (SBAR (WHADVP (IN that)) (S (NP (NP (DT the) (JJ first) (JJ major) (NNS monasteries)) (, ,) (PP (JJ such) (IN as) (NP (NNP Haghpat) (CC and) (NNP Haritchavank)))) (VP (VBD were) (VP (VBN built)))))) (. .)))
9
{ "ADJ": [ "first", "major", "such" ], "ADP": [ "during", "as" ], "ADV": [], "AUX": [ "was", "were" ], "CCONJ": [ "and" ], "DET": [ "this", "the" ], "INTJ": [], "NOUN": [ "time", "monasteries" ], "NUM": [], "PART": [], "PRON": [ "It" ...
[ "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "O" ]
It/nsubj/was was/ROOT/was during/prep/was this/det/time time/pobj/during that/mark/built the/det/monasteries first/amod/monasteries major/amod/monasteries monasteries/nsubjpass/built ,/punct/monasteries such/amod/as as/prep/monasteries Haghpat/pobj/as and/cc/Haghpat Haritchavank/conj/Haghpat were/auxpass/built built/cc...
(S (NP (PRP It)) (VP (VBD was) (PP (IN during) (NP (DT this) (NN time))) (SBAR (WHADVP (IN that)) (S (NP (NP (DT the) (JJ first) (JJ major) (NNS monasteries)) (, ,) (PP (JJ such) (IN as) (NP (NNP Haghpat) (CC and) (NNP Haritchavank)))) (VP (VBD were) (VP (VBN built)))))) (. .))
CT
['It was during this time']
['that the first major monasteries , such as Haghpat and Haritchavank were built']
[]
['It was during this time that the first major monasteries , such as Haghpat and Haritchavank were built .']
[]
61,727
Israel does not consider the Gaza Strip to be occupied territory and declared it a "foreign territory".
(ROOT (S (NP (NNP Israel)) (VP (VP (VP (VBZ does) (RB not) (VP (VB consider) (S (NP (DT the) (NNP Gaza) (NNP Strip)) (VP (TO to) (VP (VB be) (NP (VBN occupied) (NN territory))))))) (CC and) (VP (VBD declared) (S (NP (PRP it)) (NP (DT a) (`` ") (JJ foreign) (NN territory))))) (. ")) (. .)))
11
{ "ADJ": [ "foreign" ], "ADP": [], "ADV": [], "AUX": [ "does", "be" ], "CCONJ": [ "and" ], "DET": [ "the", "a" ], "INTJ": [], "NOUN": [ "territory", "territory" ], "NUM": [], "PART": [ "not", "to" ], "PRON": [ "it" ], "PROPN": [ "Isra...
[ "B-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "O" ]
Israel/nsubj/consider does/aux/consider not/neg/consider consider/ROOT/consider the/det/Strip Gaza/compound/Strip Strip/nsubjpass/occupied to/aux/occupied be/auxpass/occupied occupied/ccomp/consider territory/dobj/occupied and/cc/consider declared/conj/consider it/dobj/declared a/det/territory "/punct/territory foreign...
(S (NP (NNP Israel)) (VP (VP (VP (VBZ does) (RB not) (VP (VB consider) (S (NP (DT the) (NNP Gaza) (NNP Strip)) (VP (TO to) (VP (VB be) (NP (VBN occupied) (NN territory))))))) (CC and) (VP (VBD declared) (S (NP (PRP it)) (NP (DT a) (`` ") (JJ foreign) (NN territory))))) (. ")) (. .))
T
['Israel does not consider the Gaza Strip to be occupied territory and declared it a " foreign territory "']
[]
['Israel does not consider the Gaza Strip to be occupied territory and declared it a " foreign territory " .']
[]
[]
25,430
What PS3 game can integrate a PlayStation Portable to use as a rear-view mirror?
(ROOT (SBARQ (WHNP (WP What) (NN PS3) (NN game)) (SQ (MD can) (VP (VB integrate) (NP (DT a) (NNP PlayStation) (NNP Portable)) (SBAR (S (VP (TO to) (VP (VB use) (PP (IN as) (NP (DT a) (NML (JJ rear) (HYPH -) (NN view)) (NN mirror))))))))) (. ?)))
12
{ "ADJ": [ "rear" ], "ADP": [ "as" ], "ADV": [], "AUX": [ "can" ], "CCONJ": [], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "game", "view", "mirror" ], "NUM": [], "PART": [ "to" ], "PRON": [ "What" ], "PROPN": [ "PS3", "PlayStation", ...
[ "O", "O", "O", "O", "B-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "O", "O", "O", "B-NP", "O" ]
What/det/game PS3/compound/game game/nsubj/integrate can/aux/integrate integrate/ROOT/integrate a/det/Portable PlayStation/compound/Portable Portable/dobj/integrate to/aux/use use/relcl/Portable as/prep/use a/det/mirror rear/amod/view -/punct/view view/compound/mirror mirror/pobj/as ?/punct/integrate
(SBARQ (WHNP (WP What) (NN PS3) (NN game)) (SQ (MD can) (VP (VB integrate) (NP (DT a) (NNP PlayStation) (NNP Portable)) (SBAR (S (VP (TO to) (VP (VB use) (PP (IN as) (NP (DT a) (NML (JJ rear) (HYPH -) (NN view)) (NN mirror))))))))) (. ?))
FC
[]
['to use as a rear - view mirror']
[]
[]
['What PS3 game can integrate a PlayStation Portable to use as a rear - view mirror ?']
69,153
Since genomes are very complex, one research strategy is to reduce the number of genes in a genome to the bare minimum and still have the organism in question survive.
(ROOT (S (SBAR (IN Since) (S (NP (NNS genomes)) (VP (VBP are) (ADJP (RB very) (JJ complex))))) (, ,) (NP (CD one) (NN research) (NN strategy)) (VP (VBZ is) (S (VP (TO to) (VP (VP (VB reduce) (NP (NP (DT the) (NN number)) (PP (PP (IN of) (NP (NNS genes))) (PP (IN in) (NP (DT a) (NN genome))))) (PP (IN to) (NP (DT the) (...
12
{ "ADJ": [ "complex", "bare", "survive" ], "ADP": [ "of", "in", "to", "in" ], "ADV": [ "very", "still" ], "AUX": [ "are", "is" ], "CCONJ": [ "and" ], "DET": [ "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "genomes", ...
[ "O", "B-NP", "B-VP", "B-ADJP", "I-ADJP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "O" ]
Since/mark/are genomes/nsubj/are are/advcl/is very/advmod/complex complex/acomp/are ,/punct/is one/nummod/strategy research/compound/strategy strategy/nsubj/is is/ROOT/is to/aux/reduce reduce/xcomp/is the/det/number number/dobj/reduce of/prep/number genes/pobj/of in/prep/number a/det/genome genome/pobj/in to/prep/reduc...
(S (SBAR (IN Since) (S (NP (NNS genomes)) (VP (VBP are) (ADJP (RB very) (JJ complex))))) (, ,) (NP (CD one) (NN research) (NN strategy)) (VP (VBZ is) (S (VP (TO to) (VP (VP (VB reduce) (NP (NP (DT the) (NN number)) (PP (PP (IN of) (NP (NNS genes))) (PP (IN in) (NP (DT a) (NN genome))))) (PP (IN to) (NP (DT the) (JJ bar...
CT
['one research strategy is to reduce the number of genes in a genome to the bare minimum and still have the organism in question survive']
['Since genomes are very complex']
[]
['Since genomes are very complex , one research strategy is to reduce the number of genes in a genome to the bare minimum and still have the organism in question survive .']
[]
7,442
Economist Paul Krugman and U.S. Treasury Secretary Timothy Geithner explain the credit crisis via the implosion of the shadow banking system, which had grown to nearly equal the importance of the traditional commercial banking sector as described above.
(ROOT (S (NP (NP (NN Economist) (NNP Paul) (NNP Krugman)) (CC and) (NP (NML (NNP U.S.) (NNP Treasury) (NNP Secretary)) (NNP Timothy) (NNP Geithner))) (VP (VBP explain) (NP (DT the) (NN credit) (NN crisis)) (PP (IN via) (NP (NP (DT the) (NN implosion)) (PP (IN of) (NP (NP (DT the) (NN shadow) (NN banking) (NN system)) (...
20
{ "ADJ": [ "traditional", "commercial" ], "ADP": [ "via", "of", "of" ], "ADV": [ "nearly", "above" ], "AUX": [ "had" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "Economist", "credit...
[ "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "I-VP", "I-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP"...
Economist/compound/Krugman Paul/compound/Krugman Krugman/nsubj/explain and/cc/Krugman U.S./compound/Secretary Treasury/compound/Secretary Secretary/compound/Geithner Timothy/compound/Geithner Geithner/conj/Krugman explain/ROOT/explain the/det/crisis credit/compound/crisis crisis/dobj/explain via/prep/explain the/det/im...
(S (NP (NP (NN Economist) (NNP Paul) (NNP Krugman)) (CC and) (NP (NML (NNP U.S.) (NNP Treasury) (NNP Secretary)) (NNP Timothy) (NNP Geithner))) (VP (VBP explain) (NP (DT the) (NN credit) (NN crisis)) (PP (IN via) (NP (NP (DT the) (NN implosion)) (PP (IN of) (NP (NP (DT the) (NN shadow) (NN banking) (NN system)) (, ,) (...
CT
['Economist Paul Krugman and U.S. Treasury Secretary Timothy Geithner explain the credit crisis via the implosion of the shadow banking system , which had grown to nearly equal the importance of the traditional commercial banking sector as described above']
['which had grown to nearly equal the importance of the traditional commercial banking sector as described above', 'as described above']
[]
['Economist Paul Krugman and U.S. Treasury Secretary Timothy Geithner explain the credit crisis via the implosion of the shadow banking system , which had grown to nearly equal the importance of the traditional commercial banking sector as described above .']
[]
50,354
64Zn, the most abundant isotope of zinc, is very susceptible to neutron activation, being transmuted into the highly radioactive 65Zn, which has a half-life of 244 days and produces intense gamma radiation.
(ROOT (S (NP (NP (NNP 64Zn)) (, ,) (NP (NP (DT the) (ADJP (RBS most) (JJ abundant)) (NN isotope)) (PP (IN of) (NP (NN zinc)))) (, ,)) (VP (VBZ is) (ADJP (RB very) (JJ susceptible) (PP (IN to) (NP (NN neutron) (NN activation)))) (, ,) (S (VP (VBG being) (VP (VBN transmuted) (PP (IN into) (NP (NP (DT the) (ADJP (RB highl...
16
{ "ADJ": [ "abundant", "susceptible", "radioactive", "half", "intense" ], "ADP": [ "of", "to", "into", "of" ], "ADV": [ "most", "very", "highly" ], "AUX": [ "is", "being" ], "CCONJ": [ "and" ], "DET": [ "the", "the", "a" ], ...
[ "B-NP", "I-NP", "I-NP", "B-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-ADJP", "I-ADJP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP",...
64Zn/nsubj/is ,/punct/64Zn the/det/isotope most/advmod/abundant abundant/amod/isotope isotope/appos/64Zn of/prep/isotope zinc/pobj/of ,/punct/64Zn is/ROOT/is very/advmod/susceptible susceptible/acomp/is to/prep/susceptible neutron/compound/activation activation/pobj/to ,/punct/is being/auxpass/transmuted transmuted/adv...
(S (NP (NP (NNP 64Zn)) (, ,) (NP (NP (DT the) (ADJP (RBS most) (JJ abundant)) (NN isotope)) (PP (IN of) (NP (NN zinc)))) (, ,)) (VP (VBZ is) (ADJP (RB very) (JJ susceptible) (PP (IN to) (NP (NN neutron) (NN activation)))) (, ,) (S (VP (VBG being) (VP (VBN transmuted) (PP (IN into) (NP (NP (DT the) (ADJP (RB highly) (JJ...
CT
['64Zn , the most abundant isotope of zinc , is very susceptible to neutron activation , being transmuted into the highly radioactive 65Zn , which has a half - life of 244 days and produces intense gamma radiation']
['which has a half - life of 244 days and produces intense gamma radiation']
[]
['64Zn , the most abundant isotope of zinc , is very susceptible to neutron activation , being transmuted into the highly radioactive 65Zn , which has a half - life of 244 days and produces intense gamma radiation .']
[]
10,036
To the contrary, WHO recommends that children with diarrhea continue to eat as sufficient nutrients are usually still absorbed to support continued growth and weight gain, and that continuing to eat also speeds up recovery of normal intestinal functioning.
(ROOT (S (PP (IN To) (NP (DT the) (NN contrary))) (, ,) (NP (NNP WHO)) (VP (VBZ recommends) (SBAR (SBAR (IN that) (S (NP (NP (NNS children)) (PP (IN with) (NP (NN diarrhea)))) (VP (VBP continue) (S (VP (TO to) (VP (VB eat)))) (SBAR (IN as) (S (NP (JJ sufficient) (NNS nutrients)) (VP (VBP are) (ADVP (RB usually)) (ADVP ...
18
{ "ADJ": [ "sufficient", "continued", "normal", "intestinal" ], "ADP": [ "To", "with", "up", "of" ], "ADV": [ "usually", "still", "also" ], "AUX": [ "are" ], "CCONJ": [ "and", "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "co...
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "O", "B-NP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "O", "B-NP", "I-NP", "B-VP", "B-ADVP", "I-ADVP", "B-VP", "I-VP", "I-VP", "B-NP", "O", "B-NP", "O", "O", "O", "O", "O", "B-VP", "I-VP", "I-VP", "B-ADVP",...
To/prep/recommends the/det/contrary contrary/pobj/To ,/punct/recommends WHO/nsubj/recommends recommends/ROOT/recommends that/mark/continue children/nsubj/continue with/prep/children diarrhea/pobj/with continue/ccomp/recommends to/aux/eat eat/xcomp/continue as/mark/absorbed sufficient/amod/nutrients nutrients/nsubjpass/...
(S (PP (IN To) (NP (DT the) (NN contrary))) (, ,) (NP (NNP WHO)) (VP (VBZ recommends) (SBAR (SBAR (IN that) (S (NP (NP (NNS children)) (PP (IN with) (NP (NN diarrhea)))) (VP (VBP continue) (S (VP (TO to) (VP (VB eat)))) (SBAR (IN as) (S (NP (JJ sufficient) (NNS nutrients)) (VP (VBP are) (ADVP (RB usually)) (ADVP (RB st...
CT
['WHO recommends']
['that children with diarrhea continue to eat as sufficient nutrients are usually still absorbed to support continued growth and weight gain , and that continuing to eat also speeds up recovery of normal intestinal functioning', 'that children with diarrhea continue to eat as sufficient nutrients are usually still abso...
[]
['To the contrary , WHO recommends that children with diarrhea continue to eat as sufficient nutrients are usually still absorbed to support continued growth and weight gain , and that continuing to eat also speeds up recovery of normal intestinal functioning .']
[]
19,762
Beside obesity, how else does the lack of a circadian clock effect the mice?
(ROOT (SBARQ (PP (IN Beside) (NP (NN obesity))) (, ,) (WHADVP (WRB how) (RB else)) (SQ (VBZ does) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (DT a) (JJ circadian) (NN clock)))) (VP (VB effect) (NP (DT ) (DT the) (NNS mice)))) (. ?)))
7
{ "ADJ": [ "circadian" ], "ADP": [ "Beside", "of" ], "ADV": [ "else" ], "AUX": [ "does" ], "CCONJ": [], "DET": [ "the", "a", "the" ], "INTJ": [], "NOUN": [ "obesity", "lack", "clock", "effect", "mice" ], "NUM": [], "PART": [], "PRON":...
[ "B-PP", "B-NP", "O", "O", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "O" ]
Beside/prep/lack obesity/pobj/Beside ,/punct/lack how/advmod/lack else/advmod/how does/dep/how the/det/lack lack/ROOT/lack of/prep/lack a/det/effect circadian/amod/clock clock/compound/effect effect/pobj/of /dep/effect the/det/mice mice/appos/lack ?/punct/lack
(SBARQ (PP (IN Beside) (NP (NN obesity))) (, ,) (WHADVP (WRB how) (RB else)) (SQ (VBZ does) (NP (NP (DT the) (NN lack)) (PP (IN of) (NP (DT a) (JJ circadian) (NN clock)))) (VP (VB effect) (NP (DT ) (DT the) (NNS mice)))) (. ?))
FC
[]
[]
[]
[]
['Beside obesity , how else does the lack of a circadian clock effect the mice ?']
75,407
Tzu Chi was the first force from outside the People's Republic of China to join the rescue effort.
(ROOT (S (NP (NNP Tzu) (NNP Chi)) (VP (VBD was) (NP (NP (NP (DT the) (JJ first) (NN force)) (PP (IN from) (PP (IN outside) (NP (NP (NP (DT the) (NNPS People) (POS 's)) (NNP Republic)) (PP (IN of) (NP (NNP China))))))) (SBAR (S (VP (TO to) (VP (VB join) (NP (DT the) (NN rescue) (NN effort)))))))) (. .)))
11
{ "ADJ": [ "first" ], "ADP": [ "from", "outside", "of" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "force", "rescue", "effort" ], "NUM": [], "PART": [ "'s", "to" ], "PRON": [], ...
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "O" ]
Tzu/compound/Chi Chi/nsubj/was was/ROOT/was the/det/force first/amod/force force/attr/was from/prep/force outside/prep/from the/det/People People/poss/Republic 's/case/People Republic/pobj/outside of/prep/Republic China/pobj/of to/aux/join join/relcl/force the/det/effort rescue/compound/effort effort/dobj/join ./punct/...
(S (NP (NNP Tzu) (NNP Chi)) (VP (VBD was) (NP (NP (NP (DT the) (JJ first) (NN force)) (PP (IN from) (PP (IN outside) (NP (NP (NP (DT the) (NNPS People) (POS 's)) (NNP Republic)) (PP (IN of) (NP (NNP China))))))) (SBAR (S (VP (TO to) (VP (VB join) (NP (DT the) (NN rescue) (NN effort)))))))) (. .))
CT
["Tzu Chi was the first force from outside the People 's Republic of China to join the rescue effort"]
['to join the rescue effort']
[]
["Tzu Chi was the first force from outside the People 's Republic of China to join the rescue effort ."]
[]
42,364
The Cathedral of Brasília in the capital of the Federative Republic of Brazil, is an expression of the architect Oscar Niemeyer.
(ROOT (S (NP (NP (NP (DT The) (NNP Cathedral)) (PP (IN of) (NP (NNP Brasília))) (PP (IN in) (NP (NP (DT the) (NN capital)) (PP (IN of) (NP (NP (DT the) (NNP Federative) (NNP Republic)) (PP (IN of) (NP (NNP Brazil)))))))) (, ,)) (VP (VBZ is) (NP (NP (DT an) (NN expression)) (PP (IN of) (NP (NP (DT the) (NN architect)) (...
11
{ "ADJ": [], "ADP": [ "of", "in", "of", "of", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The", "the", "the", "an", "the" ], "INTJ": [], "NOUN": [ "capital", "expression", "architect" ], "NUM": [], "PART": [], "PRON": [...
[ "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/Cathedral Cathedral/nsubj/is of/prep/Cathedral Brasília/pobj/of in/prep/Cathedral the/det/capital capital/pobj/in of/prep/capital the/det/Republic Federative/compound/Republic Republic/pobj/of of/prep/Republic Brazil/pobj/of ,/punct/Cathedral is/ROOT/is an/det/expression expression/attr/is of/prep/expression th...
(S (NP (NP (NP (DT The) (NNP Cathedral)) (PP (IN of) (NP (NNP Brasília))) (PP (IN in) (NP (NP (DT the) (NN capital)) (PP (IN of) (NP (NP (DT the) (NNP Federative) (NNP Republic)) (PP (IN of) (NP (NNP Brazil)))))))) (, ,)) (VP (VBZ is) (NP (NP (DT an) (NN expression)) (PP (IN of) (NP (NP (DT the) (NN architect)) (NP (NN...
T
['The Cathedral of Brasília in the capital of the Federative Republic of Brazil , is an expression of the architect Oscar Niemeyer']
[]
['The Cathedral of Brasília in the capital of the Federative Republic of Brazil , is an expression of the architect Oscar Niemeyer .']
[]
[]
25,684
Prominent emerging Jazz musicians of the 1960s included: trumpet player Donald Byrd who attended Cass Tech and performed with Art Blakey and the Jazz Messengers early in his career and Saxophonist Pepper Adams who enjoyed a solo career and accompanied Byrd on several albums.
(ROOT (S (NP (NP (JJ Prominent) (VBG emerging) (NNP Jazz) (NNS musicians)) (PP (IN of) (NP (DT the) (NNS 1960s)))) (VP (VBD included) (: :) (NP (NP (NP (NML (NN trumpet) (NN player)) (NNP Donald) (NNP Byrd)) (SBAR (WHNP (WP who)) (S (VP (VP (VBD attended) (NP (NNP Cass) (NNP Tech))) (CC and) (VP (VBD performed) (PP (IN...
13
{ "ADJ": [ "Prominent", "several" ], "ADP": [ "of", "with", "in", "on" ], "ADV": [ "early" ], "AUX": [], "CCONJ": [ "and", "and", "and", "and" ], "DET": [ "the", "the", "a" ], "INTJ": [], "NOUN": [ "Jazz", "musicians", "trumpe...
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "O", "O", "B-NP", "I-NP", "O", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-...
Prominent/amod/musicians emerging/amod/musicians Jazz/compound/musicians musicians/nsubj/included of/prep/musicians the/det/1960s 1960s/pobj/of included/ROOT/included :/punct/included trumpet/compound/player player/compound/Byrd Donald/compound/Byrd Byrd/appos/musicians who/nsubj/attended attended/relcl/Byrd Cass/compo...
(S (NP (NP (JJ Prominent) (VBG emerging) (NNP Jazz) (NNS musicians)) (PP (IN of) (NP (DT the) (NNS 1960s)))) (VP (VBD included) (: :) (NP (NP (NP (NML (NN trumpet) (NN player)) (NNP Donald) (NNP Byrd)) (SBAR (WHNP (WP who)) (S (VP (VP (VBD attended) (NP (NNP Cass) (NNP Tech))) (CC and) (VP (VBD performed) (PP (IN with)...
CT
['Prominent emerging Jazz musicians of the 1960s included : trumpet player Donald Byrd who attended Cass Tech and performed with Art Blakey and the Jazz Messengers early in his career and Saxophonist Pepper Adams who enjoyed a solo career and accompanied Byrd on several albums']
['who attended Cass Tech and performed with Art Blakey and the Jazz Messengers early in his career', 'who enjoyed a solo career and accompanied Byrd on several albums']
[]
['Prominent emerging Jazz musicians of the 1960s included : trumpet player Donald Byrd who attended Cass Tech and performed with Art Blakey and the Jazz Messengers early in his career and Saxophonist Pepper Adams who enjoyed a solo career and accompanied Byrd on several albums .']
[]
47,426
Estonia's constitution guarantees freedom of religion, separation of church and state, and individual rights to privacy of belief and religion.
(ROOT (S (NP (NP (NNP Estonia) (POS 's)) (NN constitution)) (VP (VBZ guarantees) (NP (NP (NP (NN freedom)) (PP (IN of) (NP (NN religion)))) (, ,) (NP (NP (NN separation)) (PP (IN of) (NP (NN church) (CC and) (NN state)))) (, ,) (CC and) (NP (NP (JJ individual) (NNS rights)) (PP (IN to) (NP (NP (NN privacy)) (PP (IN of)...
10
{ "ADJ": [ "individual" ], "ADP": [ "of", "of", "to", "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and", "and" ], "DET": [], "INTJ": [], "NOUN": [ "constitution", "freedom", "religion", "separation", "church", "state", "rights", "...
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O" ]
Estonia/poss/constitution 's/case/Estonia constitution/nsubj/guarantees guarantees/ROOT/guarantees freedom/dobj/guarantees of/prep/freedom religion/pobj/of ,/punct/religion separation/conj/freedom of/prep/separation church/pobj/of and/cc/church state/conj/church ,/punct/separation and/cc/separation individual/amod/righ...
(S (NP (NP (NNP Estonia) (POS 's)) (NN constitution)) (VP (VBZ guarantees) (NP (NP (NP (NN freedom)) (PP (IN of) (NP (NN religion)))) (, ,) (NP (NP (NN separation)) (PP (IN of) (NP (NN church) (CC and) (NN state)))) (, ,) (CC and) (NP (NP (JJ individual) (NNS rights)) (PP (IN to) (NP (NP (NN privacy)) (PP (IN of) (NP (...
T
["Estonia 's constitution guarantees freedom of religion , separation of church and state , and individual rights to privacy of belief and religion"]
[]
["Estonia 's constitution guarantees freedom of religion , separation of church and state , and individual rights to privacy of belief and religion ."]
[]
[]
42,463
It benefits the psychological development and understanding of the reader.
(ROOT (S (NP (PRP It)) (VP (VBZ benefits) (NP (NP (DT the) (NML (NML (JJ psychological) (NN development)) (CC and) (NML (NN understanding)))) (PP (IN of) (NP (DT the) (NN reader))))) (. .)))
8
{ "ADJ": [ "psychological" ], "ADP": [ "of" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "development", "understanding", "reader" ], "NUM": [], "PART": [], "PRON": [ "It" ], "PROPN": [], "PUNCT": [ ...
[ "B-NP", "B-VP", "B-NP", "O", "O", "O", "O", "B-PP", "B-NP", "I-NP", "O" ]
It/nsubj/benefits benefits/ROOT/benefits the/det/development psychological/amod/development development/dobj/benefits and/cc/development understanding/conj/development of/prep/development the/det/reader reader/pobj/of ./punct/benefits
(S (NP (PRP It)) (VP (VBZ benefits) (NP (NP (DT the) (NML (NML (JJ psychological) (NN development)) (CC and) (NML (NN understanding)))) (PP (IN of) (NP (DT the) (NN reader))))) (. .))
T
['It benefits the psychological development and understanding of the reader']
[]
['It benefits the psychological development and understanding of the reader .']
[]
[]
25,055
The shramanas rejected the Veda, and the authority of the brahmans, who claimed they possessed revealed truths not knowable by any ordinary human means.
(ROOT (S (S (NP (DT The) (NNS shramanas)) (VP (VBD rejected) (NP (DT the) (NNP Veda)))) (, ,) (CC and) (S (NP (NP (DT the) (NN authority)) (PP (IN of) (NP (NP (DT the) (NNS brahmans)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD claimed) (SBAR (S (NP (PRP they)) (VP (VBD possessed)))))))))) (VP (VBD revealed) (NP (NP (NNS t...
13
{ "ADJ": [ "knowable", "ordinary" ], "ADP": [ "of", "by" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "The", "the", "the", "the", "any" ], "INTJ": [], "NOUN": [ "shramanas", "authority", "brahmans", "truths", "human", "mean...
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "B-VP", "B-NP", "B-VP", "I-VP", "B-NP", "B-ADJP", "I-ADJP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O" ]
The/det/shramanas shramanas/nsubj/rejected rejected/ROOT/rejected the/det/Veda Veda/dobj/rejected ,/punct/rejected and/cc/rejected the/det/authority authority/conj/rejected of/prep/authority the/det/brahmans brahmans/pobj/of ,/punct/authority who/nsubj/claimed claimed/relcl/authority they/nsubj/possessed possessed/ccom...
(S (S (NP (DT The) (NNS shramanas)) (VP (VBD rejected) (NP (DT the) (NNP Veda)))) (, ,) (CC and) (S (NP (NP (DT the) (NN authority)) (PP (IN of) (NP (NP (DT the) (NNS brahmans)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD claimed) (SBAR (S (NP (PRP they)) (VP (VBD possessed)))))))))) (VP (VBD revealed) (NP (NP (NNS truths)...
CT
['The shramanas rejected the Veda', 'the authority of the brahmans , who claimed revealed truths not knowable by any ordinary human means']
['who claimed they possessed', 'they possessed']
[]
['The shramanas rejected the Veda , and the authority of the brahmans , who claimed they possessed revealed truths not knowable by any ordinary human means .']
[]
17,690
In the United States, "Bohemian Rhapsody" was re-released as a single in 1992 after appearing in the comedy film Wayne's World.
(ROOT (S (PP (IN In) (NP (DT the) (NNP United) (NNPS States))) (, ,) (`` ") (NP (NNP Bohemian) (NNP Rhapsody)) ('' ") (VP (VBD was) (NN re) (HYPH -) (VBN released) (PP (IN as) (NP (DT a) (NN single))) (PP (IN in) (NP (CD 1992))) (PP (IN after) (S (VP (VBG appearing) (PP (IN in) (NP (NP (DT the) (NN comedy) (NN film)) (...
11
{ "ADJ": [ "single" ], "ADP": [ "In", "as", "in", "after", "in" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "a", "the" ], "INTJ": [], "NOUN": [ "comedy", "film" ], "NUM": [ "1992" ], "PART": [ "'s" ], "PRON": []...
[ "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "B-NP", "I-NP", "O", "B-VP", "I-VP", "I-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O" ]
In/prep/re the/det/States United/compound/States States/pobj/In ,/punct/re "/punct/re Bohemian/compound/Rhapsody Rhapsody/nsubj/was "/punct/Rhapsody was/auxpass/re re/ROOT/re -/punct/re released/conj/re as/prep/released a/det/single single/pobj/as in/prep/released 1992/pobj/in after/prep/released appearing/pcomp/after ...
(S (PP (IN In) (NP (DT the) (NNP United) (NNPS States))) (, ,) (`` ") (NP (NNP Bohemian) (NNP Rhapsody)) ('' ") (VP (VBD was) (NN re) (HYPH -) (VBN released) (PP (IN as) (NP (DT a) (NN single))) (PP (IN in) (NP (CD 1992))) (PP (IN after) (S (VP (VBG appearing) (PP (IN in) (NP (NP (DT the) (NN comedy) (NN film)) (NP (NP...
T
["Bohemian Rhapsody was re - released as a single in 1992 after appearing in the comedy film Wayne 's World"]
[]
['In the United States , " Bohemian Rhapsody " was re - released as a single in 1992 after appearing in the comedy film Wayne \'s World .']
[]
[]
28,075
Barricades as well as roadblocks were erected and Traoré declared a state of emergency and imposed a nightly curfew.
(ROOT (S (S (NP (NP (NNS Barricades)) (CONJP (RB as) (RB well) (IN as)) (NP (NNS roadblocks))) (VP (VBD were) (VP (VBN erected)))) (CC and) (S (NP (NNP Traoré)) (VP (VP (VBD declared) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN emergency))))) (CC and) (VP (VBD imposed) (NP (DT a) (JJ nightly) (NN curfew))))) (. .)))
9
{ "ADJ": [ "nightly" ], "ADP": [ "as", "of" ], "ADV": [ "as", "well" ], "AUX": [ "were" ], "CCONJ": [ "and", "and" ], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "Barricades", "roadblocks", "state", "emergency", "curfew" ], "NUM"...
[ "B-NP", "B-CONJP", "I-CONJP", "I-CONJP", "B-NP", "B-VP", "I-VP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "O" ]
Barricades/nsubjpass/erected as/advmod/as well/advmod/as as/cc/Barricades roadblocks/conj/Barricades were/auxpass/erected erected/ROOT/erected and/cc/erected Traoré/nsubj/declared declared/conj/erected a/det/state state/dobj/declared of/prep/state emergency/pobj/of and/cc/declared imposed/conj/declared a/det/curfew nig...
(S (S (NP (NP (NNS Barricades)) (CONJP (RB as) (RB well) (IN as)) (NP (NNS roadblocks))) (VP (VBD were) (VP (VBN erected)))) (CC and) (S (NP (NNP Traoré)) (VP (VP (VBD declared) (NP (NP (DT a) (NN state)) (PP (IN of) (NP (NN emergency))))) (CC and) (VP (VBD imposed) (NP (DT a) (JJ nightly) (NN curfew))))) (. .))
T
['Barricades as well as roadblocks were erected', 'Traoré declared a state of emergency and imposed a nightly curfew']
[]
['Barricades as well as roadblocks were erected and Traoré declared a state of emergency and imposed a nightly curfew .']
[]
[]
21,327
The southern continents remained tied together in the supercontinent Gondwana, which collided with North America-Europe (Laurussia) along the present line of eastern North America.
(ROOT (S (NP (DT The) (JJ southern) (NNS continents)) (VP (VBD remained) (VP (VBN tied) (ADVP (RB together)) (PP (IN in) (NP (NP (NP (DT the) (NN supercontinent)) (NP (NNP Gondwana))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD collided) (PP (IN with) (NP (NP (NP (NNP North) (NNP America)) (HYPH -) (NP (NNP Europe))) (-...
14
{ "ADJ": [ "southern", "present", "eastern" ], "ADP": [ "in", "with", "along", "of" ], "ADV": [ "together" ], "AUX": [], "CCONJ": [], "DET": [ "The", "the", "the" ], "INTJ": [], "NOUN": [ "continents", "supercontinent", "line" ], "NUM":...
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "B-PP", "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", "I-NP", "I-NP", "O" ]
The/det/continents southern/amod/continents continents/nsubj/remained remained/ROOT/remained tied/acomp/remained together/advmod/tied in/prep/tied the/det/Gondwana supercontinent/compound/Gondwana Gondwana/pobj/in ,/punct/Gondwana which/nsubj/collided collided/relcl/Gondwana with/prep/collided North/compound/Europe Ame...
(S (NP (DT The) (JJ southern) (NNS continents)) (VP (VBD remained) (VP (VBN tied) (ADVP (RB together)) (PP (IN in) (NP (NP (NP (DT the) (NN supercontinent)) (NP (NNP Gondwana))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD collided) (PP (IN with) (NP (NP (NP (NNP North) (NNP America)) (HYPH -) (NP (NNP Europe))) (-LRB- -...
CT
['The southern continents remained tied together in the supercontinent Gondwana , which collided with North America - Europe -LRB- Laurussia -RRB- along the present line of eastern North America']
['which collided with North America - Europe -LRB- Laurussia -RRB- along the present line of eastern North America']
[]
['The southern continents remained tied together in the supercontinent Gondwana , which collided with North America - Europe -LRB- Laurussia -RRB- along the present line of eastern North America .']
[]
2,960
Most others were plebeians, the lowest class of Roman citizens.
(ROOT (S (NP (JJS Most) (NNS others)) (VP (VBD were) (NP (NP (NNS plebeians)) (, ,) (NP (NP (DT the) (JJS lowest) (NN class)) (PP (IN of) (NP (JJ Roman) (NNS citizens)))))) (. .)))
8
{ "ADJ": [ "Most", "lowest", "Roman" ], "ADP": [ "of" ], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "the" ], "INTJ": [], "NOUN": [ "others", "plebeians", "class", "citizens" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [], "PUNCT": [...
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
Most/amod/others others/nsubj/were were/ROOT/were plebeians/attr/were ,/punct/plebeians the/det/class lowest/amod/class class/appos/plebeians of/prep/class Roman/amod/citizens citizens/pobj/of ./punct/were
(S (NP (JJS Most) (NNS others)) (VP (VBD were) (NP (NP (NNS plebeians)) (, ,) (NP (NP (DT the) (JJS lowest) (NN class)) (PP (IN of) (NP (JJ Roman) (NNS citizens)))))) (. .))
T
['Most others were plebeians , the lowest class of Roman citizens']
[]
['Most others were plebeians , the lowest class of Roman citizens .']
[]
[]
23,413
Where is Croatan National Forest located?
(ROOT (SBARQ (WHADVP (WRB Where)) (SQ (VBZ is) (NP (NNP Croatan) (NNP National) (NNP Forest)) (VP (VBN located))) (. ?)))
5
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Croatan", "National", "Forest" ], "PUNCT": [ "?" ], "SCONJ": [ "Where" ], "SPACE": [], "SYM": [], "VERB": [...
[ "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "O" ]
Where/advmod/is is/auxpass/located Croatan/compound/Forest National/compound/Forest Forest/nsubj/located located/ROOT/located ?/punct/located
(SBARQ (WHADVP (WRB Where)) (SQ (VBZ is) (NP (NNP Croatan) (NNP National) (NNP Forest)) (VP (VBN located))) (. ?))
FC
[]
[]
[]
[]
['Where is Croatan National Forest located ?']
6,509
When paired with any other allele for the same trait, what do dominant alleles give rise to?
(ROOT (SBARQ (SBAR (WHADVP (WRB When)) (S (VP (VBN paired) (PP (IN with) (NP (DT any) (JJ other) (NNS allele))) (PP (IN for) (NP (DT the) (JJ same) (NN trait)))))) (, ,) (WHNP (WP what)) (SQ (VBP do) (NP (JJ dominant) (NNS alleles)) (VP (VBP give) (NP (NN rise)) (PP (IN to)))) (. ?)))
8
{ "ADJ": [ "other", "same", "dominant" ], "ADP": [ "with", "for", "to" ], "ADV": [], "AUX": [ "do" ], "CCONJ": [], "DET": [ "any", "the" ], "INTJ": [], "NOUN": [ "allele", "trait", "alleles", "rise" ], "NUM": [], "PART": [], "PRON": [ ...
[ "O", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "O" ]
When/advmod/paired paired/advcl/give with/prep/paired any/det/allele other/amod/allele allele/pobj/with for/prep/paired the/det/trait same/amod/trait trait/pobj/for ,/punct/give what/nsubj/do do/csubj/give dominant/amod/alleles alleles/dobj/do give/ROOT/give rise/dobj/give to/prep/give ?/punct/give
(SBARQ (SBAR (WHADVP (WRB When)) (S (VP (VBN paired) (PP (IN with) (NP (DT any) (JJ other) (NNS allele))) (PP (IN for) (NP (DT the) (JJ same) (NN trait)))))) (, ,) (WHNP (WP what)) (SQ (VBP do) (NP (JJ dominant) (NNS alleles)) (VP (VBP give) (NP (NN rise)) (PP (IN to)))) (. ?))
FC
[]
['When paired with any other allele for the same trait']
[]
[]
['When paired with any other allele for the same trait , what do dominant alleles give rise to ?']
5,016
The device measures activity and light together at regular time intervals and electronically stores and logs its operating temperature.
(ROOT (S (NP (DT The) (NN device)) (VP (VP (VBZ measures) (NP (NN activity) (CC and) (NN light)) (ADVP (RB together)) (PP (IN at) (NP (JJ regular) (NN time) (NNS intervals)))) (CC and) (ADVP (RB electronically)) (VP (VBZ stores) (CC and) (VBZ logs) (NP (PRP$ its) (NN operating) (NN temperature)))) (. .)))
7
{ "ADJ": [ "regular" ], "ADP": [ "at" ], "ADV": [ "together", "electronically" ], "AUX": [], "CCONJ": [ "and", "and", "and" ], "DET": [ "The" ], "INTJ": [], "NOUN": [ "device", "activity", "light", "time", "intervals", "stores", "oper...
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/device device/nsubj/measures measures/ROOT/measures activity/dobj/measures and/cc/activity light/conj/activity together/advmod/measures at/prep/measures regular/amod/intervals time/compound/intervals intervals/pobj/at and/cc/intervals electronically/advmod/stores stores/conj/intervals and/cc/measures logs/conj/...
(S (NP (DT The) (NN device)) (VP (VP (VBZ measures) (NP (NN activity) (CC and) (NN light)) (ADVP (RB together)) (PP (IN at) (NP (JJ regular) (NN time) (NNS intervals)))) (CC and) (ADVP (RB electronically)) (VP (VBZ stores) (CC and) (VBZ logs) (NP (PRP$ its) (NN operating) (NN temperature)))) (. .))
T
['The device measures activity and light together at regular time intervals and electronically stores and logs its operating temperature']
[]
['The device measures activity and light together at regular time intervals and electronically stores and logs its operating temperature .']
[]
[]
47,270
What founder of pragmatism's collected papers did Charles Hartshorne ans Paul Weiss edit?
(ROOT (SBARQ (WHNP (WHNP (WP What) (NN founder)) (PP (IN of) (NP (NP (NN pragmatism) (POS 's)) (VBN collected) (NNS papers)))) (SQ (VBD did) (NP (NP (NNP Charles) (NNP Hartshorne)) (IN ans) (NP (NNP Paul) (NNP Weiss))) (VP (VB edit))) (. ?)))
7
{ "ADJ": [], "ADP": [ "of" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "founder", "pragmatism", "papers", "edit" ], "NUM": [], "PART": [ "'s" ], "PRON": [ "What" ], "PROPN": [ "Charles", "Hartshorne", "Paul", "Weiss" ...
[ "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "O" ]
What/det/founder founder/nsubj/did of/prep/founder pragmatism/poss/papers 's/case/pragmatism collected/amod/papers papers/pobj/of did/ROOT/did Charles/compound/Hartshorne Hartshorne/nsubj/ans ans/ccomp/did Paul/compound/Weiss Weiss/nsubj/edit edit/ccomp/ans ?/punct/did
(SBARQ (WHNP (WHNP (WP What) (NN founder)) (PP (IN of) (NP (NP (NN pragmatism) (POS 's)) (VBN collected) (NNS papers)))) (SQ (VBD did) (NP (NP (NNP Charles) (NNP Hartshorne)) (IN ans) (NP (NNP Paul) (NNP Weiss))) (VP (VB edit))) (. ?))
FC
[]
[]
[]
[]
["What founder of pragmatism 's collected papers did Charles Hartshorne ans Paul Weiss edit ?"]
15,585
In 1964, Paul VI created a Secretariat for non-Christians, later renamed the Pontifical Council for Interreligious Dialogue and a year later a new Secretariat (later Pontifical Council) for Dialogue with Non-Believers.
(ROOT (S (PP (IN In) (NP (CD 1964))) (, ,) (NP (NNP Paul) (NNP VI)) (VP (VP (VBD created) (NP (NP (DT a) (NNP Secretariat)) (PP (IN for) (NP (JJ non) (HYPH -) (NNPS Christians))))) (, ,) (ADVP (RB later)) (VP (VBD renamed) (NP (NP (DT the) (NNP Pontifical) (NNP Council)) (PP (IN for) (NP (NNP Interreligious) (NNP Dialo...
10
{ "ADJ": [ "Interreligious", "new" ], "ADP": [ "In", "for", "for", "for", "with" ], "ADV": [ "later", "later", "later" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "a", "the", "a", "a" ], "INTJ": [], "NOUN": [ "non", "-", "y...
[ "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-ADVP", "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-NP", "I-...
In/prep/created 1964/pobj/In ,/punct/created Paul/compound/VI VI/nsubj/created created/ROOT/created a/det/Secretariat Secretariat/dobj/created for/prep/Secretariat non/pobj/for -/pobj/for Christians/pobj/for ,/punct/created later/advmod/renamed renamed/conj/created the/det/Council Pontifical/compound/Council Council/do...
(S (PP (IN In) (NP (CD 1964))) (, ,) (NP (NNP Paul) (NNP VI)) (VP (VP (VBD created) (NP (NP (DT a) (NNP Secretariat)) (PP (IN for) (NP (JJ non) (HYPH -) (NNPS Christians))))) (, ,) (ADVP (RB later)) (VP (VBD renamed) (NP (NP (DT the) (NNP Pontifical) (NNP Council)) (PP (IN for) (NP (NNP Interreligious) (NNP Dialogue)))...
T
['Paul VI created a Secretariat for non - Christians , later renamed the Pontifical Council for Interreligious Dialogue and a year later a new Secretariat -LRB- later Pontifical Council -RRB- for Dialogue with Non - Believers']
[]
['In 1964 , Paul VI created a Secretariat for non - Christians , later renamed the Pontifical Council for Interreligious Dialogue and a year later a new Secretariat -LRB- later Pontifical Council -RRB- for Dialogue with Non - Believers .']
[]
[]
6,093
The English psychologist and philosopher James Ward inspired by Leibniz had also defended a form of pluralistic idealism.
(ROOT (S (NP (NP (NP (DT The) (JJ English) (NN psychologist) (CC and) (NN philosopher)) (NNP James) (NNP Ward)) (VP (VBN inspired) (PP (IN by) (NP (NNP Leibniz))))) (VP (VBD had) (ADVP (RB also)) (VP (VBN defended) (NP (NP (DT a) (NN form)) (PP (IN of) (NP (JJ pluralistic) (NN idealism)))))) (. .)))
8
{ "ADJ": [ "English", "pluralistic" ], "ADP": [ "by", "of" ], "ADV": [ "also" ], "AUX": [ "had" ], "CCONJ": [ "and" ], "DET": [ "The", "a" ], "INTJ": [], "NOUN": [ "psychologist", "philosopher", "form", "idealism" ], "NUM": [], "PART"...
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/psychologist English/amod/psychologist psychologist/nsubj/defended and/cc/psychologist philosopher/compound/Ward James/compound/Ward Ward/conj/psychologist inspired/acl/psychologist by/agent/inspired Leibniz/pobj/by had/aux/defended also/advmod/defended defended/ROOT/defended a/det/form form/dobj/defended of/pr...
(S (NP (NP (NP (DT The) (JJ English) (NN psychologist) (CC and) (NN philosopher)) (NNP James) (NNP Ward)) (VP (VBN inspired) (PP (IN by) (NP (NNP Leibniz))))) (VP (VBD had) (ADVP (RB also)) (VP (VBN defended) (NP (NP (DT a) (NN form)) (PP (IN of) (NP (JJ pluralistic) (NN idealism)))))) (. .))
T
['The English psychologist and philosopher James Ward inspired by Leibniz had also defended a form of pluralistic idealism']
[]
['The English psychologist and philosopher James Ward inspired by Leibniz had also defended a form of pluralistic idealism .']
[]
[]
23,085
Her debut single, "Crazy in Love" was named VH1's "Greatest Song of the 2000s", NME's "Best Track of the 00s" and "Pop Song of the Century", considered by Rolling Stone to be one of the 500 greatest songs of all time, earned two Grammy Awards and is one of the best-selling singles of all time at around 8 million copies...
(ROOT (S (NP (NP (NP (PRP$ Her) (JJ debut) (NN single)) (, ,) (`` ") (NP (NP (NNP Crazy)) (PP (IN in) (NP (NN Love)))) ('' ")) (VP (VBD was) (VP (VBN named) (S (NP (NP (NP (NNP VH1) (POS 's)) (`` ") (JJS Greatest) (NN Song)) (PP (IN of) (NP (DT the) (NNS 2000s))))))) (, ") (, ,) (NP (NP (NNP NME) (POS 's)) (`` ") (NML ...
13
{ "ADJ": [ "single", "greatest" ], "ADP": [ "in", "of", "of", "of", "by", "of", "of", "of", "of", "at", "around" ], "ADV": [ "best" ], "AUX": [ "was", "be", "is" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "the",...
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-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", "O", "O", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I...
Her/poss/debut debut/nsubj/single single/ccomp/named ,/punct/single "/punct/named Crazy/nsubjpass/named in/prep/Crazy Love/pobj/in "/punct/named was/auxpass/named named/ccomp/earned VH1/poss/Song 's/case/VH1 "/punct/Song Greatest/compound/Song Song/oprd/named of/prep/Song the/det/2000s 2000s/pobj/of "/punct/named ,/pun...
(S (NP (NP (NP (PRP$ Her) (JJ debut) (NN single)) (, ,) (`` ") (NP (NP (NNP Crazy)) (PP (IN in) (NP (NN Love)))) ('' ")) (VP (VBD was) (VP (VBN named) (S (NP (NP (NP (NNP VH1) (POS 's)) (`` ") (JJS Greatest) (NN Song)) (PP (IN of) (NP (DT the) (NNS 2000s))))))) (, ") (, ,) (NP (NP (NNP NME) (POS 's)) (`` ") (NML (JJS B...
T
['Her debut single , " Crazy in Love " was named VH1 \'s " Greatest Song of the 2000s " , NME \'s " Best Track of the 00s " and " Pop Song of the Century " , considered by Rolling Stone to be one of the 500 greatest songs of all time , earned two Grammy Awards and is one of the best - selling singles of all time at aro...
[]
['Her debut single , " Crazy in Love " was named VH1 \'s " Greatest Song of the 2000s " , NME \'s " Best Track of the 00s " and " Pop Song of the Century " , considered by Rolling Stone to be one of the 500 greatest songs of all time , earned two Grammy Awards and is one of the best - selling singles of all time at aro...
[]
[]
4,151
In contrast, Windows PC manufacturers generally have a wide range of offerings, selling only a portion through retail with a full selection on the web, and often with limited-time or region-specific models.
(ROOT (S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NML (NNP Windows) (NNP PC)) (NNS manufacturers)) (ADVP (RB generally)) (VP (VBP have) (NP (NP (DT a) (JJ wide) (NN range)) (PP (IN of) (NP (NNS offerings)))) (, ,) (S (VP (VBG selling) (NP (RB only) (DT a) (NN portion)) (PP (IN through) (NP (NN retail))) (PP (PP (IN w...
11
{ "ADJ": [ "wide", "full", "limited", "specific" ], "ADP": [ "In", "of", "through", "with", "on", "with" ], "ADV": [ "generally", "only", "often" ], "AUX": [], "CCONJ": [ "and", "or" ], "DET": [ "a", "a", "a", "the" ], "...
[ "B-PP", "B-NP", "O", "O", "O", "B-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "I-PP", "B-ADVP", "B-PP", "O", "O",...
In/prep/have contrast/pobj/In ,/punct/have Windows/compound/manufacturers PC/compound/manufacturers manufacturers/nsubj/have generally/advmod/have have/ROOT/have a/det/range wide/amod/range range/dobj/have of/prep/range offerings/pobj/of ,/punct/have selling/advcl/have only/advmod/portion a/det/portion portion/dobj/sel...
(S (PP (IN In) (NP (NN contrast))) (, ,) (NP (NML (NNP Windows) (NNP PC)) (NNS manufacturers)) (ADVP (RB generally)) (VP (VBP have) (NP (NP (DT a) (JJ wide) (NN range)) (PP (IN of) (NP (NNS offerings)))) (, ,) (S (VP (VBG selling) (NP (RB only) (DT a) (NN portion)) (PP (IN through) (NP (NN retail))) (PP (PP (IN with) (...
T
['Windows PC manufacturers have a wide range of offerings , selling only a portion through retail with a full selection on the web , and often with limited - time or region - specific models']
[]
['In contrast , Windows PC manufacturers generally have a wide range of offerings , selling only a portion through retail with a full selection on the web , and often with limited - time or region - specific models .']
[]
[]
35,896
Some neuroscientists and psychologists mistakenly equate the concept of engram and memory, broadly conceiving all persisting after-effects of experiences as memory; others argue against this notion that memory does not exist until it is revealed in behavior or thought (Moscovitch 2007).
(ROOT (S (S (NP (DT Some) (NNS neuroscientists) (CC and) (NNS psychologists)) (ADVP (RB mistakenly)) (VP (VBP equate) (NP (NP (DT the) (NN concept)) (PP (IN of) (NP (NN engram) (CC and) (NN memory)))) (, ,) (S (ADVP (RB broadly)) (VP (VBG conceiving) (NP (NP (DT all) (VBG persisting) (IN after) (HYPH -) (NNS effects)) ...
19
{ "ADJ": [], "ADP": [ "of", "after", "of", "as", "against", "in" ], "ADV": [ "mistakenly", "broadly" ], "AUX": [ "does", "is" ], "CCONJ": [ "and", "and", "or" ], "DET": [ "Some", "the", "this" ], "INTJ": [], "NOUN": [ "neurosc...
[ "B-NP", "I-NP", "I-NP", "I-NP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", ...
Some/det/neuroscientists neuroscientists/nsubj/equate and/cc/neuroscientists psychologists/conj/neuroscientists mistakenly/advmod/equate equate/ccomp/argue the/det/concept concept/dobj/equate of/prep/concept engram/pobj/of and/cc/engram memory/conj/engram ,/punct/equate broadly/advmod/conceiving conceiving/advcl/equate...
(S (S (NP (DT Some) (NNS neuroscientists) (CC and) (NNS psychologists)) (ADVP (RB mistakenly)) (VP (VBP equate) (NP (NP (DT the) (NN concept)) (PP (IN of) (NP (NN engram) (CC and) (NN memory)))) (, ,) (S (ADVP (RB broadly)) (VP (VBG conceiving) (NP (NP (DT all) (VBG persisting) (IN after) (HYPH -) (NNS effects)) (PP (I...
CT
['Some neuroscientists and psychologists mistakenly equate the concept of engram and memory , broadly conceiving all persisting after - effects of experiences as memory']
['that memory does not exist until it is revealed in behavior or thought -LRB- Moscovitch 2007 -RRB-', 'until it is revealed in behavior or thought -LRB- Moscovitch 2007 -RRB-', 'until it is revealed in behavior or thought']
[]
['Some neuroscientists and psychologists mistakenly equate the concept of engram and memory , broadly conceiving all persisting after - effects of experiences as memory ; others argue against this notion that memory does not exist until it is revealed in behavior or thought -LRB- Moscovitch 2007 -RRB- .']
[]
38,151
Classic examples of autocannons and large caliber guns are the 40 mm autocannon and the 8.8 cm FlaK 18, 36 gun, both designed by Bofors of Sweden.
(ROOT (S (NP (NP (JJ Classic) (NNS examples)) (PP (IN of) (NP (NP (NNS autocannons)) (CC and) (NP (NML (JJ large) (NN caliber)) (NNS guns))))) (VP (VBP are) (NP (NP (NP (DT the) (NML (CD 40) (NN mm)) (NN autocannon)) (CC and) (NP (DT the) (NML (CD 8.8) (NN cm)) (NML (NNP FlaK) (CD 18) (, ,) (CD 36)) (NN gun))) (, ,) (N...
11
{ "ADJ": [ "Classic", "large" ], "ADP": [ "of", "by", "of" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "examples", "autocannons", "caliber", "guns", "mm", "autocannon",...
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "B-NP", "O", "O", "B-NP", "I-NP", "I-NP", "O", "O", "O", "O", "O", "O", "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
Classic/amod/examples examples/nsubj/are of/prep/examples autocannons/pobj/of and/cc/autocannons large/amod/guns caliber/compound/guns guns/nsubj/are are/ROOT/are the/det/autocannon 40/nummod/mm mm/compound/autocannon autocannon/attr/are and/cc/autocannon the/det/gun 8.8/nummod/cm cm/nmod/gun FlaK/appos/cm 18/nummod/Fl...
(S (NP (NP (JJ Classic) (NNS examples)) (PP (IN of) (NP (NP (NNS autocannons)) (CC and) (NP (NML (JJ large) (NN caliber)) (NNS guns))))) (VP (VBP are) (NP (NP (NP (DT the) (NML (CD 40) (NN mm)) (NN autocannon)) (CC and) (NP (DT the) (NML (CD 8.8) (NN cm)) (NML (NNP FlaK) (CD 18) (, ,) (CD 36)) (NN gun))) (, ,) (NP (NP ...
T
['Classic examples of autocannons and large caliber guns are the 40 mm autocannon and the 8.8 cm FlaK 18 , 36 gun , both designed by Bofors of Sweden']
[]
['Classic examples of autocannons and large caliber guns are the 40 mm autocannon and the 8.8 cm FlaK 18 , 36 gun , both designed by Bofors of Sweden .']
[]
[]
32,861
Part of the Presbyterian Church in Malawi and Zambia is known as CCAP, Church of Central Africa-Presbyterian.
(ROOT (S (NP (NP (NN Part)) (PP (IN of) (NP (NP (DT the) (NNP Presbyterian) (NNP Church)) (PP (IN in) (NP (NNP Malawi) (CC and) (NNP Zambia)))))) (VP (VBZ is) (VP (VBN known) (PP (IN as) (NP (NP (NNP CCAP)) (, ,) (NP (NP (NNP Church)) (PP (IN of) (NP (NNP Central) (NNP Africa))) (HYPH -) (NP (NNP Presbyterian))))))) (....
10
{ "ADJ": [], "ADP": [ "of", "in", "as", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "Part" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "Presbyterian", "Church", "Malawi", "Zambia", ...
[ "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-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", "O" ]
Part/nsubjpass/known of/prep/Part the/det/Church Presbyterian/compound/Church Church/pobj/of in/prep/Church Malawi/pobj/in and/cc/Malawi Zambia/conj/Malawi is/auxpass/known known/ROOT/known as/prep/known CCAP/pobj/as ,/punct/CCAP Church/appos/CCAP of/prep/Church Central/compound/Presbyterian Africa/compound/Presbyteria...
(S (NP (NP (NN Part)) (PP (IN of) (NP (NP (DT the) (NNP Presbyterian) (NNP Church)) (PP (IN in) (NP (NNP Malawi) (CC and) (NNP Zambia)))))) (VP (VBZ is) (VP (VBN known) (PP (IN as) (NP (NP (NNP CCAP)) (, ,) (NP (NP (NNP Church)) (PP (IN of) (NP (NNP Central) (NNP Africa))) (HYPH -) (NP (NNP Presbyterian))))))) (. .))
T
['Part of the Presbyterian Church in Malawi and Zambia is known as CCAP , Church of Central Africa - Presbyterian']
[]
['Part of the Presbyterian Church in Malawi and Zambia is known as CCAP , Church of Central Africa - Presbyterian .']
[]
[]
49,120
What class were samurais?
(ROOT (SBARQ (WHNP (WP What) (NN class)) (SQ (VBD were) (NP (NNS samurais))) (. ?)))
5
{ "ADJ": [], "ADP": [], "ADV": [], "AUX": [ "were" ], "CCONJ": [], "DET": [ "What" ], "INTJ": [], "NOUN": [ "class" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "samurais" ], "PUNCT": [ "?" ], "SCONJ": [], "SPACE": [], "SYM": [], "VERB": [], "X": [] ...
[ "O", "O", "O", "B-NP", "O" ]
What/det/class class/attr/were were/ROOT/were samurais/attr/were ?/punct/were
(SBARQ (WHNP (WP What) (NN class)) (SQ (VBD were) (NP (NNS samurais))) (. ?))
FC
[]
[]
[]
[]
['What class were samurais ?']
50,271
The ICVA was established in 1973 as a non profit tax exempt organization.
(ROOT (S (NP (DT The) (NNP ICVA)) (VP (VBD was) (VP (VBN established) (PP (IN in) (NP (CD 1973))) (PP (IN as) (NP (DT a) (NML (JJ non) (JJ profit)) (ADJP (NN tax) (JJ exempt)) (NN organization))))) (. .)))
8
{ "ADJ": [ "non", "exempt" ], "ADP": [ "in", "as" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "The", "a" ], "INTJ": [], "NOUN": [ "profit", "tax", "organization" ], "NUM": [ "1973" ], "PART": [], "PRON": [], "PROPN": [ "ICVA" ...
[ "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "B-PP", "B-NP", "O", "O", "B-ADJP", "I-ADJP", "B-NP", "O" ]
The/det/ICVA ICVA/nsubjpass/established was/auxpass/established established/ROOT/established in/prep/established 1973/pobj/in as/prep/established a/det/organization non/nmod/profit profit/compound/organization tax/npadvmod/exempt exempt/amod/organization organization/pobj/as ./punct/established
(S (NP (DT The) (NNP ICVA)) (VP (VBD was) (VP (VBN established) (PP (IN in) (NP (CD 1973))) (PP (IN as) (NP (DT a) (NML (JJ non) (JJ profit)) (ADJP (NN tax) (JJ exempt)) (NN organization))))) (. .))
T
['The ICVA was established in 1973 as a non profit tax exempt organization']
[]
['The ICVA was established in 1973 as a non profit tax exempt organization .']
[]
[]
12,613
The old city is located on a peninsula at the point where, as Charlestonians say, "The Ashley and the Cooper Rivers come together to form the Atlantic Ocean.
(ROOT (S (NP (DT The) (JJ old) (NN city)) (VP (VBZ is) (VP (VBN located) (PP (IN on) (NP (NP (DT a) (NN peninsula)) (PP (IN at) (NP (NP (DT the) (NN point)) (SBAR (WHADVP (WRB where)) (, ,) (S (SBAR (IN as) (S (NP (NNS Charlestonians)) (VP (VBP say)))) (, ,) (`` ") (S (NP (NP (DT The) (NNP Ashley)) (CC and) (NP (DT the...
17
{ "ADJ": [ "old" ], "ADP": [ "on", "at" ], "ADV": [ "together" ], "AUX": [ "is" ], "CCONJ": [ "and" ], "DET": [ "The", "a", "the", "The", "the", "the" ], "INTJ": [], "NOUN": [ "city", "peninsula", "point", "Charlestonians" ], ...
[ "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "O", "O", "B-NP", "B-VP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "O" ]
The/det/city old/amod/city city/nsubjpass/located is/auxpass/located located/ROOT/located on/prep/located a/det/peninsula peninsula/pobj/on at/prep/located the/det/point point/pobj/at where/advmod/come ,/punct/come as/mark/say Charlestonians/nsubj/say say/advcl/come ,/punct/come "/punct/come The/det/Ashley Ashley/nsubj...
(S (NP (DT The) (JJ old) (NN city)) (VP (VBZ is) (VP (VBN located) (PP (IN on) (NP (NP (DT a) (NN peninsula)) (PP (IN at) (NP (NP (DT the) (NN point)) (SBAR (WHADVP (WRB where)) (, ,) (S (SBAR (IN as) (S (NP (NNS Charlestonians)) (VP (VBP say)))) (, ,) (`` ") (S (NP (NP (DT The) (NNP Ashley)) (CC and) (NP (DT the) (NNP...
CT
['The old city is located on a peninsula at the point where , , " The Ashley and the Cooper Rivers come together to form the Atlantic Ocean']
['where , as Charlestonians say , " The Ashley and the Cooper Rivers come together to form the Atlantic Ocean', 'as Charlestonians say']
[]
['The old city is located on a peninsula at the point where , as Charlestonians say , " The Ashley and the Cooper Rivers come together to form the Atlantic Ocean .']
[]
51,918
In the 1940s, a dam was built on the river to manage the flood control and reduced its level.
(ROOT (S (PP (IN In) (NP (DT the) (NNS 1940s))) (, ,) (NP (DT a) (NN dam)) (VP (VBD was) (VP (VBN built) (PP (IN on) (NP (DT the) (NN river))) (S (VP (TO to) (VP (VP (VB manage) (NP (DT the) (NN flood) (NN control))) (CC and) (VP (VBD reduced) (NP (PRP$ its) (NN level)))))))) (. .)))
10
{ "ADJ": [], "ADP": [ "In", "on" ], "ADV": [], "AUX": [ "was" ], "CCONJ": [ "and" ], "DET": [ "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "1940s", "dam", "river", "flood", "control", "level" ], "NUM": [], "PART": [ "to" ],...
[ "B-PP", "B-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "O" ]
In/prep/built the/det/1940s 1940s/pobj/In ,/punct/built a/det/dam dam/nsubjpass/built was/auxpass/built built/ROOT/built on/prep/built the/det/river river/pobj/on to/aux/manage manage/advcl/built the/det/control flood/compound/control control/dobj/manage and/cc/manage reduced/conj/manage its/poss/level level/dobj/reduc...
(S (PP (IN In) (NP (DT the) (NNS 1940s))) (, ,) (NP (DT a) (NN dam)) (VP (VBD was) (VP (VBN built) (PP (IN on) (NP (DT the) (NN river))) (S (VP (TO to) (VP (VP (VB manage) (NP (DT the) (NN flood) (NN control))) (CC and) (VP (VBD reduced) (NP (PRP$ its) (NN level)))))))) (. .))
T
['a dam was built on the river to manage the flood control and reduced its level']
[]
['In the 1940s , a dam was built on the river to manage the flood control and reduced its level .']
[]
[]
73,349
The Saint George's Anglican Church in the 16th arrondissement is the principal Anglican church in the city.
(ROOT (S (NP (NP (NP (DT The) (NP (NNP Saint) (NNP George) (POS 's))) (JJ Anglican) (NNP Church)) (PP (IN in) (NP (DT the) (JJ 16th) (NN arrondissement)))) (VP (VBZ is) (NP (NP (DT the) (JJ principal) (JJ Anglican) (NN church)) (PP (IN in) (NP (DT the) (NN city))))) (. .)))
7
{ "ADJ": [ "16th", "principal", "Anglican" ], "ADP": [ "in", "in" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [], "DET": [ "The", "the", "the", "the" ], "INTJ": [], "NOUN": [ "arrondissement", "church", "city" ], "NUM": [], "PART": [ "'s"...
[ "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
The/det/George Saint/compound/George George/poss/Church 's/case/George Anglican/compound/Church Church/nsubj/is in/prep/Church the/det/arrondissement 16th/amod/arrondissement arrondissement/pobj/in is/ROOT/is the/det/church principal/amod/church Anglican/amod/church church/attr/is in/prep/church the/det/city city/pobj/...
(S (NP (NP (NP (DT The) (NP (NNP Saint) (NNP George) (POS 's))) (JJ Anglican) (NNP Church)) (PP (IN in) (NP (DT the) (JJ 16th) (NN arrondissement)))) (VP (VBZ is) (NP (NP (DT the) (JJ principal) (JJ Anglican) (NN church)) (PP (IN in) (NP (DT the) (NN city))))) (. .))
T
["The Saint George 's Anglican Church in the 16th arrondissement is the principal Anglican church in the city"]
[]
["The Saint George 's Anglican Church in the 16th arrondissement is the principal Anglican church in the city ."]
[]
[]
61,872
In response to questions about this decision, Gates stated in a June 2014 blog post that she "struggle[s] with the issue" and that "the emotional and personal debate about abortion is threatening to get in the way of the lifesaving consensus regarding basic family planning".
(ROOT (S (PP (IN In) (NP (NP (NN response)) (PP (IN to) (NP (NP (NNS questions)) (PP (IN about) (NP (DT this) (NN decision))))))) (, ,) (NP (NNP Gates)) (VP (VBD stated) (PP (IN in) (NP (DT a) (NML (NNP June) (CD 2014)) (NN blog) (NN post))) (SBAR (SBAR (IN that) (S (NP (PRP she)) (`` ") (VBZ struggle-LSB-s) (-RRB- -RS...
18
{ "ADJ": [ "emotional", "personal", "basic" ], "ADP": [ "In", "to", "about", "in", "with", "about", "in", "of" ], "ADV": [], "AUX": [ "is" ], "CCONJ": [ "and", "and" ], "DET": [ "this", "a", "the", "the", "the", "the" ...
[ "B-PP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "O", "O", "B-NP", "I-NP", "O", "B-NP", "O", "O", "O", "B-PP", "B-NP", "I-NP", "O", "O", "O", "O", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "B-PP", "B-...
In/prep/stated response/pobj/In to/prep/response questions/pobj/to about/prep/questions this/det/decision decision/pobj/about ,/punct/stated Gates/nsubj/stated stated/ROOT/stated in/prep/stated a/det/post June/nmod/post 2014/nummod/June blog/compound/post post/pobj/in that/dobj/struggle[s she/nmod/struggle[s "/punct/st...
(S (PP (IN In) (NP (NP (NN response)) (PP (IN to) (NP (NP (NNS questions)) (PP (IN about) (NP (DT this) (NN decision))))))) (, ,) (NP (NNP Gates)) (VP (VBD stated) (PP (IN in) (NP (DT a) (NML (NNP June) (CD 2014)) (NN blog) (NN post))) (SBAR (SBAR (IN that) (S (NP (PRP she)) (`` ") (VBZ struggle-LSB-s) (-RRB- -RSB-) (P...
CT
['Gates stated in a June 2014 blog post']
['that she " struggle-LSB-s -RSB- with the issue " and that " the emotional and personal debate about abortion is threatening to get in the way of the lifesaving consensus regarding basic family planning', 'that she " struggle-LSB-s -RSB- with the issue "', 'that " the emotional and personal debate about abortion is th...
[]
['In response to questions about this decision , Gates stated in a June 2014 blog post that she " struggle-LSB-s -RSB- with the issue " and that " the emotional and personal debate about abortion is threatening to get in the way of the lifesaving consensus regarding basic family planning " .']
[]
56,674
After World War II Hudson's realized that the limited parking space at its downtown skyscraper would increasingly be a problem for its customers.
(ROOT (S (PP (IN After) (NP (NNP World) (NNP War) (NNP II))) (NP (NNP Hudson) (POS 's)) (VP (VBD realized) (SBAR (IN that) (S (NP (NP (DT the) (JJ limited) (NN parking) (NN space)) (PP (IN at) (NP (PRP$ its) (NN downtown) (NN skyscraper)))) (VP (MD would) (ADVP (RB increasingly)) (VP (VB be) (NP (DT a) (NN problem)) (P...
10
{ "ADJ": [ "limited" ], "ADP": [ "at", "for" ], "ADV": [ "increasingly" ], "AUX": [ "would", "be" ], "CCONJ": [], "DET": [ "the", "a" ], "INTJ": [], "NOUN": [ "parking", "space", "downtown", "skyscraper", "problem", "customers" ], "NU...
[ "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O" ]
After/mark/realized World/compound/II War/compound/II II/compound/Hudson Hudson/nsubj/realized 's/case/Hudson realized/ROOT/realized that/mark/be the/det/space limited/amod/space parking/compound/space space/nsubj/be at/prep/space its/poss/skyscraper downtown/compound/skyscraper skyscraper/pobj/at would/aux/be increasi...
(S (PP (IN After) (NP (NNP World) (NNP War) (NNP II))) (NP (NNP Hudson) (POS 's)) (VP (VBD realized) (SBAR (IN that) (S (NP (NP (DT the) (JJ limited) (NN parking) (NN space)) (PP (IN at) (NP (PRP$ its) (NN downtown) (NN skyscraper)))) (VP (MD would) (ADVP (RB increasingly)) (VP (VB be) (NP (DT a) (NN problem)) (PP (IN ...
CT
["Hudson 's realized"]
['that the limited parking space at its downtown skyscraper would increasingly be a problem for its customers']
[]
["After World War II Hudson 's realized that the limited parking space at its downtown skyscraper would increasingly be a problem for its customers ."]
[]
73,371
For example, the pitch halfway between C (60) and C♯ (61) can be labeled 60.5.
(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (NP (NP (DT the) (NN pitch)) (PP (ADVP (RB halfway)) (PP (IN between) (NP (NP (NP (NNP C)) (-LRB- -LRB-) (NP (CD 60)) (-RRB- -RRB-)) (CC and) (NP (SYM C♯) (-LRB- -LRB-) (NP (CD 61)) (-RRB- -RRB-)))))) (VP (MD can) (VP (VB be) (VP (VBN labeled) (S (NP (CD 60.5)))))) (. .)))
9
{ "ADJ": [], "ADP": [ "For", "between" ], "ADV": [ "halfway" ], "AUX": [ "can", "be" ], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "example", "pitch", "C♯" ], "NUM": [ "60", "61", "60.5" ], "PART": [], "PRON": [], ...
[ "B-PP", "B-NP", "O", "B-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "O" ]
For/prep/labeled example/pobj/For ,/punct/labeled the/det/pitch pitch/nsubjpass/labeled halfway/advmod/pitch between/prep/halfway C/pobj/between (/punct/C 60/appos/C )/punct/C and/cc/C C♯/conj/C (/punct/C♯ 61/appos/C♯ )/punct/C♯ can/aux/labeled be/auxpass/labeled labeled/ROOT/labeled 60.5/oprd/labeled ./punct/labeled
(S (PP (IN For) (NP (NN example))) (, ,) (NP (NP (DT the) (NN pitch)) (PP (ADVP (RB halfway)) (PP (IN between) (NP (NP (NP (NNP C)) (-LRB- -LRB-) (NP (CD 60)) (-RRB- -RRB-)) (CC and) (NP (SYM C♯) (-LRB- -LRB-) (NP (CD 61)) (-RRB- -RRB-)))))) (VP (MD can) (VP (VB be) (VP (VBN labeled) (S (NP (CD 60.5)))))) (. .))
T
['the pitch halfway between C -LRB- 60 -RRB- and C♯ -LRB- 61 -RRB- can be labeled 60.5']
[]
['For example , the pitch halfway between C -LRB- 60 -RRB- and C♯ -LRB- 61 -RRB- can be labeled 60.5 .']
[]
[]
12,954
Amazonian evergreen forests account for about 10% of the world's terrestrial primary productivity and 10% of the carbon stores in ecosystems—of the order of 1.1 × 1011 metric tonnes of carbon.
(ROOT (S (NP (JJ Amazonian) (JJ evergreen) (NNS forests)) (VP (VBP account) (PP (IN for) (NP (NP (NP (QP (RB about) (CD 10)) (NN %)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJ terrestrial) (JJ primary) (NN productivity)))) (CC and) (NP (NP (CD 10) (NN %)) (PP (PP (IN of) (NP (NP (DT the) (NN carbon) (NNS sto...
14
{ "ADJ": [ "Amazonian", "terrestrial", "primary", "metric" ], "ADP": [ "for", "of", "of", "in", "of", "of", "of" ], "ADV": [ "about" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "ever...
[ "B-NP", "I-NP", "I-NP", "B-VP", "B-PP", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "I-PP", "B-NP", "I-NP", "B-PP", "O", "O", "O", "B-NP", "...
Amazonian/amod/forests evergreen/compound/forests forests/nsubj/account account/ROOT/account for/prep/account about/advmod/10 10/nummod/% %/pobj/for of/prep/% the/det/world world/poss/productivity 's/case/world terrestrial/amod/productivity primary/amod/productivity productivity/pobj/of and/cc/account 10/nummod/% %/con...
(S (NP (JJ Amazonian) (JJ evergreen) (NNS forests)) (VP (VBP account) (PP (IN for) (NP (NP (NP (QP (RB about) (CD 10)) (NN %)) (PP (IN of) (NP (NP (DT the) (NN world) (POS 's)) (JJ terrestrial) (JJ primary) (NN productivity)))) (CC and) (NP (NP (CD 10) (NN %)) (PP (PP (IN of) (NP (NP (DT the) (NN carbon) (NNS stores)) ...
T
["Amazonian evergreen forests account for about 10 % of the world 's terrestrial primary productivity and 10 % of the carbon stores in ecosystems — of the order of 1.1 × 1011 metric tonnes of carbon"]
[]
["Amazonian evergreen forests account for about 10 % of the world 's terrestrial primary productivity and 10 % of the carbon stores in ecosystems — of the order of 1.1 × 1011 metric tonnes of carbon ."]
[]
[]
25,687
This added momentum to proposals for government reform.
(ROOT (S (NP (DT This)) (VP (VBD added) (NP (NN momentum)) (PP (IN to) (NP (NP (NNS proposals)) (PP (IN for) (NP (NN government) (NN reform)))))) (. .)))
8
{ "ADJ": [], "ADP": [ "to", "for" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [], "INTJ": [], "NOUN": [ "momentum", "proposals", "government", "reform" ], "NUM": [], "PART": [], "PRON": [ "This" ], "PROPN": [], "PUNCT": [ "." ], "SCONJ": [], "SPACE"...
[ "B-NP", "B-VP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O" ]
This/nsubj/added added/ROOT/added momentum/dobj/added to/prep/added proposals/pobj/to for/prep/proposals government/compound/reform reform/pobj/for ./punct/added
(S (NP (DT This)) (VP (VBD added) (NP (NN momentum)) (PP (IN to) (NP (NP (NNS proposals)) (PP (IN for) (NP (NN government) (NN reform)))))) (. .))
T
['This added momentum to proposals for government reform']
[]
['This added momentum to proposals for government reform .']
[]
[]
45,816
After fighting Ahmad Shah Durrani in the later eighteenth century, the Sikhs took control of Punjab and managed to establish the Sikh Empire under Maharaja Ranjit Singh, which lasted from 1799 to 1849.
(ROOT (S (PP (IN After) (S (VP (VBG fighting) (NP (NNP Ahmad) (NNP Shah) (NNP Durrani)) (PP (IN in) (NP (DT the) (JJ later) (JJ eighteenth) (NN century)))))) (, ,) (NP (DT the) (NNPS Sikhs)) (VP (VP (VBD took) (NP (NP (NN control)) (PP (IN of) (NP (NNP Punjab))))) (CC and) (VP (VBD managed) (S (VP (TO to) (VP (VB estab...
16
{ "ADJ": [ "later", "eighteenth" ], "ADP": [ "After", "in", "of", "under", "from", "to" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "century", "control" ], "NUM": [ "1799", ...
[ "B-PP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "B-NP", "B-PP", "B-NP", "B-VP", "I-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-VP", "B-PP", "B...
After/prep/took fighting/pcomp/After Ahmad/compound/Durrani Shah/compound/Durrani Durrani/dobj/fighting in/prep/fighting the/det/century later/amod/century eighteenth/amod/century century/pobj/in ,/punct/took the/det/Sikhs Sikhs/nsubj/took took/ROOT/took control/dobj/took of/prep/took Punjab/pobj/of and/cc/took managed...
(S (PP (IN After) (S (VP (VBG fighting) (NP (NNP Ahmad) (NNP Shah) (NNP Durrani)) (PP (IN in) (NP (DT the) (JJ later) (JJ eighteenth) (NN century)))))) (, ,) (NP (DT the) (NNPS Sikhs)) (VP (VP (VBD took) (NP (NP (NN control)) (PP (IN of) (NP (NNP Punjab))))) (CC and) (VP (VBD managed) (S (VP (TO to) (VP (VB establish) ...
CT
['the Sikhs took control of Punjab and managed to establish the Sikh Empire under Maharaja Ranjit Singh , which lasted from 1799 to 1849']
['which lasted from 1799 to 1849']
[]
['After fighting Ahmad Shah Durrani in the later eighteenth century , the Sikhs took control of Punjab and managed to establish the Sikh Empire under Maharaja Ranjit Singh , which lasted from 1799 to 1849 .']
[]
1,531
Japanese imports became mass-market leaders with unibody construction and front-wheel drive, which became de facto standards.
(ROOT (S (NP (JJ Japanese) (NNS imports)) (VP (VBD became) (NP (NML (JJ mass) (HYPH -) (NN market)) (NNS leaders)) (PP (IN with) (NP (NP (NP (NN unibody) (NN construction)) (CC and) (NP (NML (JJ front) (HYPH -) (NN wheel)) (NN drive))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD became) (NP (ADJP (FW de) (FW facto)) (NN...
11
{ "ADJ": [ "Japanese", "mass", "front" ], "ADP": [ "with" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [], "INTJ": [], "NOUN": [ "imports", "market", "leaders", "unibody", "construction", "wheel", "drive", "standards" ], "NUM": [], "...
[ "B-NP", "I-NP", "B-VP", "O", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "O", "O", "O", "B-NP", "I-NP", "O", "B-VP", "B-ADJP", "I-ADJP", "B-NP", "O" ]
Japanese/amod/imports imports/nsubj/became became/ROOT/became mass/amod/market -/punct/market market/compound/leaders leaders/attr/became with/prep/leaders unibody/compound/construction construction/pobj/with and/cc/construction front/amod/wheel -/punct/wheel wheel/compound/drive drive/conj/construction ,/punct/constru...
(S (NP (JJ Japanese) (NNS imports)) (VP (VBD became) (NP (NML (JJ mass) (HYPH -) (NN market)) (NNS leaders)) (PP (IN with) (NP (NP (NP (NN unibody) (NN construction)) (CC and) (NP (NML (JJ front) (HYPH -) (NN wheel)) (NN drive))) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD became) (NP (ADJP (FW de) (FW facto)) (NNS stan...
CT
['Japanese imports became mass - market leaders with unibody construction and front - wheel drive , which became de facto standards']
['which became de facto standards']
[]
['Japanese imports became mass - market leaders with unibody construction and front - wheel drive , which became de facto standards .']
[]
70,361
Pure Land Buddhism holds that it has declined to the point where few are capable of following the path, so it may be best to rely on the power of Amitābha.
(ROOT (S (NP (NML (JJ Pure) (NNP Land)) (NNP Buddhism)) (VP (VBZ holds) (SBAR (SBAR (IN that) (S (NP (PRP it)) (VP (VBZ has) (VP (VBN declined) (PP (IN to) (NP (NP (DT the) (NN point)) (SBAR (WHADVP (WRB where)) (S (NP (JJ few)) (VP (VBP are) (ADJP (JJ capable) (PP (IN of) (S (VP (VBG following) (NP (DT the) (NN path))...
19
{ "ADJ": [ "Pure", "few", "capable", "best" ], "ADP": [ "to", "of", "on", "of" ], "ADV": [], "AUX": [ "has", "are", "may", "be" ], "CCONJ": [], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "point", "path", "power" ...
[ "O", "O", "B-NP", "B-VP", "O", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-ADJP", "B-PP", "B-VP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "I-VP", "B-ADJP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O" ]
Pure/amod/Land Land/compound/Buddhism Buddhism/nsubj/holds holds/ccomp/be that/mark/declined it/nsubj/declined has/aux/declined declined/ccomp/holds to/prep/declined the/det/point point/pobj/to where/advmod/are few/nsubj/are are/relcl/point capable/acomp/are of/prep/capable following/pcomp/of the/det/path path/dobj/fol...
(S (NP (NML (JJ Pure) (NNP Land)) (NNP Buddhism)) (VP (VBZ holds) (SBAR (SBAR (IN that) (S (NP (PRP it)) (VP (VBZ has) (VP (VBN declined) (PP (IN to) (NP (NP (DT the) (NN point)) (SBAR (WHADVP (WRB where)) (S (NP (JJ few)) (VP (VBP are) (ADJP (JJ capable) (PP (IN of) (S (VP (VBG following) (NP (DT the) (NN path))))))))...
CT
['Pure Land Buddhism holds']
['that it has declined to the point where few are capable of following the path , so it may be best to rely on the power of Amitābha', 'that it has declined to the point where few are capable of following the path', 'where few are capable of following the path']
[]
['Pure Land Buddhism holds that it has declined to the point where few are capable of following the path , so it may be best to rely on the power of Amitābha .']
[]
2,323
It was the second American territory which the English attempted to colonize.
(ROOT (S (NP (PRP It)) (VP (VBD was) (NP (NP (DT the) (JJ second) (JJ American) (NN territory)) (SBAR (WHNP (WDT which)) (S (NP (DT the) (NNPS English)) (VP (VBD attempted) (S (VP (TO to) (VP (VB colonize))))))))) (. .)))
11
{ "ADJ": [ "second", "American" ], "ADP": [], "ADV": [], "AUX": [ "was" ], "CCONJ": [], "DET": [ "the", "the" ], "INTJ": [], "NOUN": [ "territory" ], "NUM": [], "PART": [ "to" ], "PRON": [ "It", "which" ], "PROPN": [ "English" ], "PUNCT": [...
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "O" ]
It/nsubj/was was/ROOT/was the/det/territory second/amod/territory American/amod/territory territory/attr/was which/dobj/colonize the/det/English English/nsubj/attempted attempted/relcl/territory to/aux/colonize colonize/xcomp/attempted ./punct/was
(S (NP (PRP It)) (VP (VBD was) (NP (NP (DT the) (JJ second) (JJ American) (NN territory)) (SBAR (WHNP (WDT which)) (S (NP (DT the) (NNPS English)) (VP (VBD attempted) (S (VP (TO to) (VP (VB colonize))))))))) (. .))
CT
['It was the second American territory which the English attempted to colonize']
['which the English attempted to colonize']
[]
['It was the second American territory which the English attempted to colonize .']
[]
49,263
The Reserve has two levels of protection, the yellow zones of protection where certain non-extractive activities, like snorkeling and boating, are allowed and the red zones of high protection where most activities including SCUBA are restricted in order to protect or recover marine life.
(ROOT (S (NP (DT The) (NNP Reserve)) (VP (VBZ has) (NP (NP (NP (CD two) (NNS levels)) (PP (IN of) (NP (NN protection)))) (, ,) (NP (NP (NP (NP (DT the) (JJ yellow) (NNS zones)) (PP (IN of) (NP (NN protection)))) (SBAR (WHADVP (WRB where)) (S (NP (NP (JJ certain) (ADJP (RB non) (HYPH -) (JJ extractive)) (NNS activities)...
16
{ "ADJ": [ "yellow", "certain", "non", "-", "extractive", "red", "high", "most", "marine" ], "ADP": [ "of", "of", "like", "of", "in" ], "ADV": [], "AUX": [ "are", "are" ], "CCONJ": [ "and", "and", "or" ], "DET": [ "The",...
[ "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "O", "B-NP", "B-ADJP", "I-ADJP", "I-ADJP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-...
The/det/Reserve Reserve/nsubj/has has/ROOT/has two/nummod/levels levels/dobj/has of/prep/levels protection/pobj/of ,/punct/levels the/det/zones yellow/amod/zones zones/appos/levels of/prep/zones protection/pobj/of where/advmod/allowed certain/amod/activities non/amod/activities -/amod/activities extractive/amod/activit...
(S (NP (DT The) (NNP Reserve)) (VP (VBZ has) (NP (NP (NP (CD two) (NNS levels)) (PP (IN of) (NP (NN protection)))) (, ,) (NP (NP (NP (NP (DT the) (JJ yellow) (NNS zones)) (PP (IN of) (NP (NN protection)))) (SBAR (WHADVP (WRB where)) (S (NP (NP (JJ certain) (ADJP (RB non) (HYPH -) (JJ extractive)) (NNS activities)) (, ,...
CT
['The Reserve has two levels of protection , the yellow zones of protection where certain non - extractive activities , like snorkeling and boating , are allowed and the red zones of high protection where most activities including SCUBA are restricted']
['where certain non - extractive activities , like snorkeling and boating , are allowed', 'where most activities including SCUBA are restricted in order to protect or recover marine life', 'in order to protect or recover marine life']
[]
['The Reserve has two levels of protection , the yellow zones of protection where certain non - extractive activities , like snorkeling and boating , are allowed and the red zones of high protection where most activities including SCUBA are restricted in order to protect or recover marine life .']
[]
2,658
He assembled a large force of warriors from among neighboring Slavs and Pecheneg allies, and sent for reinforcements of Varangians from “beyond the sea.
(ROOT (S (NP (PRP He)) (VP (VP (VBD assembled) (NP (NP (DT a) (JJ large) (NN force)) (PP (IN of) (NP (NNS warriors))) (PP (IN from) (PP (IN among) (NP (VBG neighboring) (NML (NNPS Slavs) (CC and) (NNP Pecheneg)) (NNS allies)))))) (, ,) (CC and) (VP (VBD sent) (PP (IN for) (NP (NP (NNS reinforcements)) (PP (IN of) (NP (...
10
{ "ADJ": [ "large" ], "ADP": [ "of", "from", "among", "for", "of", "from", "beyond" ], "ADV": [], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "a", "the" ], "INTJ": [], "NOUN": [ "force", "warriors", "allies", "reinforcements", ...
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "I-PP", "B-NP", "O", "O", "O", "B-NP", "B-VP", "I-VP", "I-VP", "B-PP", "B-NP", "B-PP", "B-NP", "B-PP", "I-PP", "I-PP", "B-NP", "I-NP", "O" ]
He/nsubj/assembled assembled/ROOT/assembled a/det/force large/amod/force force/dobj/assembled of/prep/force warriors/pobj/of from/prep/assembled among/prep/from neighboring/amod/allies Slavs/nmod/allies and/cc/Slavs Pecheneg/conj/Slavs allies/pobj/among ,/punct/assembled and/cc/assembled sent/conj/assembled for/prep/se...
(S (NP (PRP He)) (VP (VP (VBD assembled) (NP (NP (DT a) (JJ large) (NN force)) (PP (IN of) (NP (NNS warriors))) (PP (IN from) (PP (IN among) (NP (VBG neighboring) (NML (NNPS Slavs) (CC and) (NNP Pecheneg)) (NNS allies)))))) (, ,) (CC and) (VP (VBD sent) (PP (IN for) (NP (NP (NNS reinforcements)) (PP (IN of) (NP (NNPS V...
T
['He assembled a large force of warriors from among neighboring Slavs and Pecheneg allies , and sent for reinforcements of Varangians from “ beyond the sea']
[]
['He assembled a large force of warriors from among neighboring Slavs and Pecheneg allies , and sent for reinforcements of Varangians from “ beyond the sea .']
[]
[]
35,038
By far, the most common is 120 millimetres (4.7 in) in diameter, with a 74- or 80-minute audio capacity and a 650 or 700 MiB (737,280,000-byte) data capacity.
(ROOT (S (PP (IN By) (ADVP (RB far))) (, ,) (NP (DT the) (ADJP (RBS most) (JJ common))) (VP (VBZ is) (NP (NP (NP (CD 120) (NNS millimetres)) (-LRB- -LRB-) (NP (NP (CD 4.7)) (PP (IN in))) (-RRB- -RRB-)) (PP (IN in) (NP (NN diameter))) (, ,) (PP (IN with) (NP (NP (DT a) (NML (CD 74-) (CC or) (NML (CD 80) (HYPH -) (NN min...
11
{ "ADJ": [ "common", "audio" ], "ADP": [ "By", "in", "with" ], "ADV": [ "far", "most", "in" ], "AUX": [ "is" ], "CCONJ": [ "or", "and", "or" ], "DET": [ "the", "a", "a" ], "INTJ": [], "NOUN": [ "millimetres", "diameter", ...
[ "B-PP", "B-ADVP", "O", "B-NP", "B-ADJP", "I-ADJP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "O", "O", "O", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "O", "O", "O", "O", "O", "O...
By/prep/is far/pcomp/By ,/punct/is the/det/common most/advmod/common common/nsubj/is is/ROOT/is 120/nummod/millimetres millimetres/attr/is (/punct/millimetres 4.7/appos/millimetres in/advmod/4.7 )/punct/4.7 in/prep/millimetres diameter/pobj/in ,/punct/millimetres with/prep/is a/det/capacity 74-/nummod/capacity or/cc/74...
(S (PP (IN By) (ADVP (RB far))) (, ,) (NP (DT the) (ADJP (RBS most) (JJ common))) (VP (VBZ is) (NP (NP (NP (CD 120) (NNS millimetres)) (-LRB- -LRB-) (NP (NP (CD 4.7)) (PP (IN in))) (-RRB- -RRB-)) (PP (IN in) (NP (NN diameter))) (, ,) (PP (IN with) (NP (NP (DT a) (NML (CD 74-) (CC or) (NML (CD 80) (HYPH -) (NN minute)))...
T
['the most common is 120 millimetres -LRB- 4.7 in -RRB- in diameter , with a 74- or 80 - minute audio capacity and a 650 or 700 MiB -LRB- 737,280,000 - byte -RRB- data capacity']
[]
['By far , the most common is 120 millimetres -LRB- 4.7 in -RRB- in diameter , with a 74- or 80 - minute audio capacity and a 650 or 700 MiB -LRB- 737,280,000 - byte -RRB- data capacity .']
[]
[]
61,909
As a consequence of this opinion, Burke objected to the opium trade, which he called a "smuggling adventure" and condemned "the great Disgrace of the British character in India".
(ROOT (S (PP (IN As) (NP (NP (DT a) (NN consequence)) (PP (IN of) (NP (DT this) (NN opinion))))) (, ,) (NP (NNP Burke)) (VP (VP (VBD objected) (PP (IN to) (NP (NP (DT the) (NN opium) (NN trade)) (, ,) (SBAR (WHNP (WDT which)) (S (NP (PRP he)) (VP (VBD called) (S (NP (DT a) (`` ") (NN smuggling) (NN adventure) ('' "))))...
12
{ "ADJ": [ "great", "British" ], "ADP": [ "As", "of", "to", "of", "in" ], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "a", "this", "the", "a", "the", "the" ], "INTJ": [], "NOUN": [ "consequence", "opinion", "opium", "...
[ "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B...
As/prep/objected a/det/consequence consequence/pobj/As of/prep/consequence this/det/opinion opinion/pobj/of ,/punct/objected Burke/nsubj/objected objected/ROOT/objected to/prep/objected the/det/trade opium/compound/trade trade/pobj/to ,/punct/trade which/dobj/called he/nsubj/called called/relcl/trade a/det/adventure "/...
(S (PP (IN As) (NP (NP (DT a) (NN consequence)) (PP (IN of) (NP (DT this) (NN opinion))))) (, ,) (NP (NNP Burke)) (VP (VP (VBD objected) (PP (IN to) (NP (NP (DT the) (NN opium) (NN trade)) (, ,) (SBAR (WHNP (WDT which)) (S (NP (PRP he)) (VP (VBD called) (S (NP (DT a) (`` ") (NN smuggling) (NN adventure) ('' "))))))))) ...
CT
['Burke objected to the opium trade , which he called a " smuggling adventure " and condemned " the great Disgrace of the British character in India']
['which he called a " smuggling adventure "']
[]
['As a consequence of this opinion , Burke objected to the opium trade , which he called a " smuggling adventure " and condemned " the great Disgrace of the British character in India " .']
[]
72,291
Beyoncé has expressed admiration for the artist Jean-Michel Basquiat, posting in a letter "what I find in the work of Jean-Michel Basquiat, I search for in every day in music... he is lyrical and raw".
(ROOT (S (NP (NNP Beyoncé)) (VP (VBZ has) (VP (VBN expressed) (NP (NP (NN admiration)) (PP (IN for) (NP (NP (DT the) (NN artist)) (NP (NNP Jean) (HYPH -) (NNP Michel) (NNP Basquiat))))) (, ,) (S (VP (VBG posting) (IN in) (NP (NP (DT a) (NN letter)) (`` ") (SBAR (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP find) (PP ...
16
{ "ADJ": [ "lyrical", "raw" ], "ADP": [ "for", "in", "in", "of", "for", "in", "in" ], "ADV": [], "AUX": [ "has", "is" ], "CCONJ": [ "and" ], "DET": [ "the", "a", "the", "every" ], "INTJ": [], "NOUN": [ "admiration", "artis...
[ "B-NP", "B-VP", "I-VP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "B-PP", "I...
Beyoncé/nsubj/expressed has/aux/expressed expressed/ccomp/search admiration/dobj/expressed for/prep/admiration the/det/artist artist/pobj/for Jean/compound/Basquiat -/punct/Basquiat Michel/compound/Basquiat Basquiat/appos/artist ,/punct/expressed posting/advcl/search in/prep/posting a/det/letter letter/pobj/in "/punct/...
(S (NP (NNP Beyoncé)) (VP (VBZ has) (VP (VBN expressed) (NP (NP (NN admiration)) (PP (IN for) (NP (NP (DT the) (NN artist)) (NP (NNP Jean) (HYPH -) (NNP Michel) (NNP Basquiat))))) (, ,) (S (VP (VBG posting) (IN in) (NP (NP (DT a) (NN letter)) (`` ") (SBAR (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP find) (PP (IN in...
CT
['Beyoncé has expressed admiration for the artist Jean - Michel Basquiat , posting in a letter " ,']
['what I find in the work of Jean - Michel Basquiat , I search for in every day in music', 'what I find in the work of Jean - Michel Basquiat', 'I search for in every day in music']
[]
['Beyoncé has expressed admiration for the artist Jean - Michel Basquiat , posting in a letter " what I find in the work of Jean - Michel Basquiat , I search for in every day in music ...']
[]
14,871
In 1869 he built much larger building at 24 rue de Sèvres on the Left Bank, and enlarged the store again in 1872, with help from the engineering firm of Gustave Eiffel, creator of the Eiffel Tower.
(ROOT (S (PP (IN In) (NP (CD 1869))) (NP (PRP he)) (VP (VP (VBD built) (NP (ADJP (RB much) (JJR larger)) (NN building)) (PP (IN at) (NP (CD 24) (NNP rue) (FW de) (NNP Sèvres))) (PP (IN on) (NP (DT the) (NNP Left) (NNP Bank)))) (, ,) (CC and) (VP (VBD enlarged) (NP (DT the) (NN store)) (ADVP (RB again)) (PP (IN in) (NP ...
14
{ "ADJ": [ "larger" ], "ADP": [ "In", "at", "on", "in", "with", "from", "of", "of" ], "ADV": [ "much", "again" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the", "the" ], "INTJ": [], "NOUN": [ "building", "sto...
[ "B-PP", "B-NP", "I-NP", "B-VP", "B-ADJP", "I-ADJP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-ADVP", "B-PP", "B-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", ...
In/prep/built 1869/pobj/In he/nsubj/built built/ROOT/built much/advmod/larger larger/amod/building building/dobj/built at/prep/built 24/nummod/Sèvres rue/nmod/Sèvres de/nmod/Sèvres Sèvres/pobj/at on/prep/built the/det/Bank Left/compound/Bank Bank/pobj/on ,/punct/built and/cc/built enlarged/conj/built the/det/store stor...
(S (PP (IN In) (NP (CD 1869))) (NP (PRP he)) (VP (VP (VBD built) (NP (ADJP (RB much) (JJR larger)) (NN building)) (PP (IN at) (NP (CD 24) (NNP rue) (FW de) (NNP Sèvres))) (PP (IN on) (NP (DT the) (NNP Left) (NNP Bank)))) (, ,) (CC and) (VP (VBD enlarged) (NP (DT the) (NN store)) (ADVP (RB again)) (PP (IN in) (NP (CD 18...
T
['he built much larger building at 24 rue de Sèvres on the Left Bank , and enlarged the store again in 1872 , with help from the engineering firm of Gustave Eiffel , creator of the Eiffel Tower']
[]
['In 1869 he built much larger building at 24 rue de Sèvres on the Left Bank , and enlarged the store again in 1872 , with help from the engineering firm of Gustave Eiffel , creator of the Eiffel Tower .']
[]
[]
40,215
Snipers use the M107 Long Range Sniper Rifle, the M2010 Enhanced Sniper Rifle, and the M110 Semi-Automatic Sniper Rifle.
(ROOT (S (NP (NNS Snipers)) (VP (VBP use) (NP (NP (DT the) (NNP M107) (NML (NNP Long) (NNP Range)) (NNP Sniper) (NNP Rifle)) (, ,) (NP (DT the) (NNP M2010) (NML (NNP Enhanced) (NNP Sniper)) (NNP Rifle)) (, ,) (CC and) (NP (DT the) (NNP M110) (NML (NNP Semi) (HYPH -) (NNP Automatic) (NNP Sniper)) (NNP Rifle)))) (. .)))
7
{ "ADJ": [ "Semi", "-", "Automatic" ], "ADP": [], "ADV": [], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "the", "the" ], "INTJ": [], "NOUN": [ "Snipers" ], "NUM": [], "PART": [], "PRON": [], "PROPN": [ "M107", "Long", "Range", "Sniper", ...
[ "B-NP", "B-VP", "B-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "O", "O", "O", "O", "B-NP", "O" ]
Snipers/nsubj/use use/ROOT/use the/det/Rifle M107/compound/Range Long/compound/Range Range/compound/Rifle Sniper/compound/Rifle Rifle/dobj/use ,/punct/Rifle the/det/Rifle M2010/compound/Rifle Enhanced/compound/Rifle Sniper/compound/Rifle Rifle/appos/Rifle ,/punct/Rifle and/cc/Rifle the/det/Rifle M110/compound/Rifle Sem...
(S (NP (NNS Snipers)) (VP (VBP use) (NP (NP (DT the) (NNP M107) (NML (NNP Long) (NNP Range)) (NNP Sniper) (NNP Rifle)) (, ,) (NP (DT the) (NNP M2010) (NML (NNP Enhanced) (NNP Sniper)) (NNP Rifle)) (, ,) (CC and) (NP (DT the) (NNP M110) (NML (NNP Semi) (HYPH -) (NNP Automatic) (NNP Sniper)) (NNP Rifle)))) (. .))
T
['Snipers use the M107 Long Range Sniper Rifle , the M2010 Enhanced Sniper Rifle , and the M110 Semi - Automatic Sniper Rifle']
[]
['Snipers use the M107 Long Range Sniper Rifle , the M2010 Enhanced Sniper Rifle , and the M110 Semi - Automatic Sniper Rifle .']
[]
[]
17,880
Imports are mainly from the UK and South Africa and amounted to £6.4 million in 2004-05 (quoted on an FOB basis).
(ROOT (S (NP (NNS Imports)) (VP (VP (VBP are) (ADVP (RB mainly)) (PP (IN from) (NP (NP (DT the) (NNP UK)) (CC and) (NP (NNP South) (NNP Africa))))) (CC and) (VP (VBD amounted) (PP (IN to) (NP (QP ($ £) (CD 6.4) (CD million)))) (PP (IN in) (NP (NP (CD 2004)) (PP (SYM -) (NP (CD 05))))) (-LRB- -LRB-) (VP (VBN quoted) (PP...
9
{ "ADJ": [], "ADP": [ "from", "to", "in", "on" ], "ADV": [ "mainly" ], "AUX": [ "are" ], "CCONJ": [ "and", "and" ], "DET": [ "the", "an" ], "INTJ": [], "NOUN": [ "Imports", "basis" ], "NUM": [ "6.4", "million", "2004", "05" ...
[ "B-NP", "B-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "I-NP", "B-VP", "I-VP", "B-PP", "O", "O", "O", "B-PP", "B-NP", "B-PP", "B-NP", "B-VP", "I-VP", "B-PP", "B-NP", "I-NP", "I-NP", "B-VP", "O" ]
Imports/nsubj/are are/ROOT/are mainly/advmod/are from/prep/are the/det/UK UK/pobj/from and/cc/UK South/compound/Africa Africa/conj/UK and/cc/are amounted/conj/are to/prep/amounted £/quantmod/million 6.4/compound/million million/pobj/to in/prep/amounted 2004/pobj/in -/punct/05 05/prep/2004 (/punct/amounted quoted/advcl/...
(S (NP (NNS Imports)) (VP (VP (VBP are) (ADVP (RB mainly)) (PP (IN from) (NP (NP (DT the) (NNP UK)) (CC and) (NP (NNP South) (NNP Africa))))) (CC and) (VP (VBD amounted) (PP (IN to) (NP (QP ($ £) (CD 6.4) (CD million)))) (PP (IN in) (NP (NP (CD 2004)) (PP (SYM -) (NP (CD 05))))) (-LRB- -LRB-) (VP (VBN quoted) (PP (IN o...
T
['Imports are mainly from the UK and South Africa and amounted to £ 6.4 million in 2004 - 05 -LRB- quoted on an FOB basis -RRB-']
[]
['Imports are mainly from the UK and South Africa and amounted to £ 6.4 million in 2004 - 05 -LRB- quoted on an FOB basis -RRB- .']
[]
[]
20,399
The strength of beer is usually around 4% to 6% alcohol by volume (abv), although it may vary between 0.5% and 20%, with some breweries creating examples of 40% abv and above.
(ROOT (S (NP (NP (DT The) (NN strength)) (PP (IN of) (NP (NN beer)))) (VP (VBZ is) (ADVP (RB usually)) (NP (NP (NP (QP (RB around) (CD 4) (NN %) (IN to) (CD 6) (NN %))) (NN alcohol)) (PP (IN by) (NP (NP (NN volume)) (-LRB- -LRB-) (NP (NN abv)) (-RRB- -RRB-)))) (, ,) (SBAR (IN although) (S (NP (PRP it)) (VP (MD may) (VP...
15
{ "ADJ": [], "ADP": [ "of", "around", "by", "between", "with", "of", "above" ], "ADV": [ "usually" ], "AUX": [ "is", "may" ], "CCONJ": [ "and", "and" ], "DET": [ "The", "some" ], "INTJ": [], "NOUN": [ "strength", "beer", "%", ...
[ "B-NP", "I-NP", "B-PP", "B-NP", "B-VP", "B-ADVP", "O", "O", "O", "O", "O", "O", "B-NP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-VP", "O", "B-NP", "B-VP", "I-VP", "B-PP", "O", "O", "O", "O", "B-NP", "B-VP", "B-PP", "B-NP", "I-NP", "B-VP", "B-NP",...
The/det/strength strength/nsubj/is of/prep/strength beer/pobj/of is/ROOT/is usually/advmod/is around/quantmod/6 4/quantmod/6 %/quantmod/6 to/quantmod/6 6/nummod/% %/compound/alcohol alcohol/attr/is by/prep/alcohol volume/pobj/by (/punct/volume abv/appos/volume )/punct/is ,/punct/is although/mark/vary it/nsubj/vary may/...
(S (NP (NP (DT The) (NN strength)) (PP (IN of) (NP (NN beer)))) (VP (VBZ is) (ADVP (RB usually)) (NP (NP (NP (QP (RB around) (CD 4) (NN %) (IN to) (CD 6) (NN %))) (NN alcohol)) (PP (IN by) (NP (NP (NN volume)) (-LRB- -LRB-) (NP (NN abv)) (-RRB- -RRB-)))) (, ,) (SBAR (IN although) (S (NP (PRP it)) (VP (MD may) (VP (VB v...
CT
['The strength of beer is usually around 4 % to 6 % alcohol by volume -LRB- abv -RRB- ,']
['although it may vary between 0.5 % and 20 % , with some breweries creating examples of 40 % abv and above']
[]
['The strength of beer is usually around 4 % to 6 % alcohol by volume -LRB- abv -RRB- , although it may vary between 0.5 % and 20 % , with some breweries creating examples of 40 % abv and above .']
[]
60,486
"It seems fair to say that if the influence of a scientist is interpreted broadly enough to include impact on fields beyond science proper, then John von Neumann was probably the most influential mathematician who ever lived," wrote Miklós Rédei in "Selected Letters."
(ROOT (SINV (`` ") (S (NP (NP (PRP It))) (VP (VBZ seems) (S (ADJP (JJ fair))) (S (VP (TO to) (VP (VB say) (SBAR (IN that) (S (SBAR (IN if) (S (NP (NP (DT the) (NN influence)) (PP (IN of) (NP (DT a) (NN scientist)))) (VP (VBZ is) (VP (VBN interpreted) (ADVP (RB broadly) (RB enough) (S (VP (TO to) (VP (VB include) (NP (N...
23
{ "ADJ": [ "fair", "proper", "influential" ], "ADP": [ "of", "on", "beyond", "in" ], "ADV": [ "broadly", "enough", "then", "probably", "most", "ever" ], "AUX": [ "is", "was" ], "CCONJ": [], "DET": [ "the", "a", "the" ], "INT...
[ "O", "B-NP", "B-VP", "B-ADJP", "B-VP", "I-VP", "O", "O", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "I-ADVP", "B-VP", "I-VP", "B-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "B-ADVP", "B-NP", "I-NP", "I-NP", "B-VP", "B-ADVP", ...
"/punct/wrote It/nsubj/seems seems/ccomp/wrote fair/oprd/seems to/aux/say say/xcomp/seems that/mark/was if/mark/interpreted the/det/influence influence/nsubjpass/interpreted of/prep/influence a/det/scientist scientist/pobj/of is/auxpass/interpreted interpreted/advcl/was broadly/advmod/enough enough/advmod/interpreted t...
(SINV (`` ") (S (NP (NP (PRP It))) (VP (VBZ seems) (S (ADJP (JJ fair))) (S (VP (TO to) (VP (VB say) (SBAR (IN that) (S (SBAR (IN if) (S (NP (NP (DT the) (NN influence)) (PP (IN of) (NP (DT a) (NN scientist)))) (VP (VBZ is) (VP (VBN interpreted) (ADVP (RB broadly) (RB enough) (S (VP (TO to) (VP (VB include) (NP (NP (NN ...
CT
['It seems fair to say']
['that if the influence of a scientist is interpreted broadly enough to include impact on fields beyond science proper , then John von Neumann was probably the most influential mathematician who ever lived', 'if the influence of a scientist is interpreted broadly enough to include impact on fields beyond science proper...
[]
['" It seems fair to say that if the influence of a scientist is interpreted broadly enough to include impact on fields beyond science proper , then John von Neumann was probably the most influential mathematician who ever lived , " wrote Miklós Rédei in " Selected Letters . "']
[]
56,567
In 1992 the newly elected Kennett government began a campaign to revive the economy with an aggressive development campaign of public works coupled with the promotion of the city as a tourist destination with a focus on major events and sports tourism.
(ROOT (S (PP (IN In) (NP (CD 1992))) (NP (DT the) (ADJP (RB newly) (VBN elected)) (NNP Kennett) (NN government)) (VP (VBD began) (NP (DT a) (NN campaign) (S (VP (TO to) (VP (VB revive) (NP (DT the) (NN economy)) (PP (IN with) (NP (NP (NP (DT an) (JJ aggressive) (NN development) (NN campaign)) (PP (IN of) (NP (JJ public...
20
{ "ADJ": [ "aggressive", "public", "major" ], "ADP": [ "In", "with", "of", "with", "of", "as", "with", "on" ], "ADV": [ "newly" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the", "a", "the", "an", "the", "the", "a", "...
[ "B-PP", "B-NP", "I-NP", "B-ADJP", "I-ADJP", "B-NP", "I-NP", "B-VP", "B-NP", "I-NP", "B-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "I-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", "B-NP", "I...
In/prep/began 1992/pobj/In the/det/government newly/advmod/elected elected/amod/government Kennett/compound/government government/nsubj/began began/ROOT/began a/det/campaign campaign/dobj/began to/aux/revive revive/acl/campaign the/det/economy economy/dobj/revive with/prep/revive an/det/campaign aggressive/amod/campaig...
(S (PP (IN In) (NP (CD 1992))) (NP (DT the) (ADJP (RB newly) (VBN elected)) (NNP Kennett) (NN government)) (VP (VBD began) (NP (DT a) (NN campaign) (S (VP (TO to) (VP (VB revive) (NP (DT the) (NN economy)) (PP (IN with) (NP (NP (NP (DT an) (JJ aggressive) (NN development) (NN campaign)) (PP (IN of) (NP (JJ public) (NNS...
T
['the newly elected Kennett government began a campaign to revive the economy with an aggressive development campaign of public works coupled with the promotion of the city as a tourist destination with a focus on major events and sports tourism']
[]
['In 1992 the newly elected Kennett government began a campaign to revive the economy with an aggressive development campaign of public works coupled with the promotion of the city as a tourist destination with a focus on major events and sports tourism .']
[]
[]
44,380
WHat are some festivals or events of note in Cork?
(ROOT (SBARQ (WHADVP (RB WHat)) (SQ (VBP are) (NP (NP (DT some) (NNS festivals) (CC or) (NNS events)) (PP (IN of) (NP (NN note)))) (PP (IN in) (NP (NNP Cork)))) (. ?)))
7
{ "ADJ": [], "ADP": [ "of", "in" ], "ADV": [], "AUX": [ "are" ], "CCONJ": [ "or" ], "DET": [ "some" ], "INTJ": [], "NOUN": [ "festivals", "events", "note" ], "NUM": [], "PART": [], "PRON": [ "WHat" ], "PROPN": [ "Cork" ], "PUNCT": [ "?"...
[ "O", "O", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "O" ]
WHat/nsubj/are are/ROOT/are some/det/festivals festivals/nsubj/are or/cc/festivals events/conj/festivals of/prep/events note/pobj/of in/prep/are Cork/pobj/in ?/punct/are
(SBARQ (WHADVP (RB WHat)) (SQ (VBP are) (NP (NP (DT some) (NNS festivals) (CC or) (NNS events)) (PP (IN of) (NP (NN note)))) (PP (IN in) (NP (NNP Cork)))) (. ?))
FC
[]
[]
[]
[]
['WHat are some festivals or events of note in Cork ?']
40,183
After breathing the gas himself, he wrote: "The feeling of it to my lungs was not sensibly different from that of common air, but I fancied that my breast felt peculiarly light and easy for some time afterwards."
(ROOT (S (PP (IN After) (S (VP (VBG breathing) (NP (DT the) (NN gas)) (NP (PRP himself))))) (, ,) (NP (PRP he)) (VP (VBD wrote) (: :) (`` ") (S (S (NP (NP (DT The) (NN feeling)) (PP (IN of) (NP (PRP it))) (PP (IN to) (NP (PRP$ my) (NNS lungs)))) (VP (VBD was) (RB not) (ADJP (ADVP (RB sensibly)) (JJ different) (PP (IN f...
13
{ "ADJ": [ "different", "common", "peculiarly", "easy" ], "ADP": [ "After", "of", "to", "from", "of", "for" ], "ADV": [ "sensibly", "afterwards" ], "AUX": [ "was" ], "CCONJ": [ "but", "and" ], "DET": [ "the", "The", "some" ]...
[ "B-PP", "B-VP", "B-NP", "I-NP", "I-NP", "O", "B-NP", "B-VP", "I-VP", "I-VP", "B-NP", "I-NP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "B-ADVP", "B-ADJP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "O", "O", "B-NP", "B-VP", "O", "B-NP", "I-N...
After/prep/wrote breathing/pcomp/After the/det/gas gas/dobj/breathing himself/npadvmod/breathing ,/punct/wrote he/nsubj/wrote wrote/ROOT/wrote :/punct/wrote "/punct/wrote The/det/feeling feeling/nsubj/was of/prep/feeling it/pobj/of to/prep/feeling my/poss/lungs lungs/pobj/to was/ccomp/wrote not/neg/was sensibly/advmod/...
(S (PP (IN After) (S (VP (VBG breathing) (NP (DT the) (NN gas)) (NP (PRP himself))))) (, ,) (NP (PRP he)) (VP (VBD wrote) (: :) (`` ") (S (S (NP (NP (DT The) (NN feeling)) (PP (IN of) (NP (PRP it))) (PP (IN to) (NP (PRP$ my) (NNS lungs)))) (VP (VBD was) (RB not) (ADJP (ADVP (RB sensibly)) (JJ different) (PP (IN from) (...
CT
['he wrote : " The feeling of it to my lungs was not sensibly different from that of common air , but I fancied']
['that my breast felt peculiarly light and easy for some time afterwards']
[]
['After breathing the gas himself , he wrote : " The feeling of it to my lungs was not sensibly different from that of common air , but I fancied that my breast felt peculiarly light and easy for some time afterwards . "']
[]
51,775
This robbed the senatorial aristocracy of its prestige, and made it increasingly subservient to him.
(ROOT (S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .)))
9
{ "ADJ": [ "senatorial" ], "ADP": [ "of", "to" ], "ADV": [ "increasingly" ], "AUX": [], "CCONJ": [ "and" ], "DET": [ "the" ], "INTJ": [], "NOUN": [ "aristocracy", "prestige" ], "NUM": [], "PART": [], "PRON": [ "This", "its", "it", "him" ...
[ "B-NP", "B-VP", "B-NP", "I-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "I-VP", "I-VP", "B-NP", "B-ADJP", "I-ADJP", "B-PP", "B-NP", "O" ]
This/nsubj/robbed robbed/ROOT/robbed the/det/aristocracy senatorial/amod/aristocracy aristocracy/dobj/robbed of/prep/aristocracy its/poss/prestige prestige/pobj/of ,/punct/robbed and/cc/robbed made/conj/robbed it/nsubj/subservient increasingly/advmod/subservient subservient/ccomp/made to/prep/subservient him/pobj/to ./...
(S (NP (DT This)) (VP (VP (VBD robbed) (NP (DT the) (JJ senatorial) (NN aristocracy)) (PP (IN of) (NP (PRP$ its) (NN prestige)))) (, ,) (CC and) (VP (VBD made) (S (NP (PRP it)) (ADJP (RB increasingly) (JJ subservient) (PP (IN to) (NP (PRP him))))))) (. .))
T
['This robbed the senatorial aristocracy of its prestige , and made it increasingly subservient to him']
[]
['This robbed the senatorial aristocracy of its prestige , and made it increasingly subservient to him .']
[]
[]
70,298
In general, a fixed system can be identified, attacked and destroyed whereas a mobile system can show up in places where it is not expected.
(ROOT (S (PP (IN In) (ADJP (JJ general))) (, ,) (NP (DT a) (VBN fixed) (NN system)) (VP (MD can) (VP (VB be) (VP (VBN identified) (, ,) (VBN attacked) (CC and) (VBN destroyed) (SBAR (IN whereas) (S (NP (DT a) (JJ mobile) (NN system)) (VP (MD can) (VP (VB show) (PRT (RP up)) (PP (IN in) (NP (NP (NNS places)) (SBAR (WHAD...
16
{ "ADJ": [ "general", "fixed", "mobile" ], "ADP": [ "In", "up", "in" ], "ADV": [], "AUX": [ "can", "be", "can", "is" ], "CCONJ": [ "and" ], "DET": [ "a", "a" ], "INTJ": [], "NOUN": [ "system", "system", "places" ], "NUM": [], ...
[ "B-PP", "B-ADJP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "I-VP", "I-VP", "I-VP", "I-VP", "I-VP", "O", "B-NP", "I-NP", "I-NP", "B-VP", "I-VP", "O", "B-PP", "B-NP", "O", "B-NP", "B-VP", "I-VP", "I-VP", "O" ]
In/prep/identified general/amod/In ,/punct/identified a/det/system fixed/amod/system system/nsubjpass/identified can/aux/identified be/auxpass/identified identified/ROOT/identified ,/punct/identified attacked/conj/identified and/cc/attacked destroyed/conj/attacked whereas/mark/show a/det/system mobile/amod/system syste...
(S (PP (IN In) (ADJP (JJ general))) (, ,) (NP (DT a) (VBN fixed) (NN system)) (VP (MD can) (VP (VB be) (VP (VBN identified) (, ,) (VBN attacked) (CC and) (VBN destroyed) (SBAR (IN whereas) (S (NP (DT a) (JJ mobile) (NN system)) (VP (MD can) (VP (VB show) (PRT (RP up)) (PP (IN in) (NP (NP (NNS places)) (SBAR (WHADVP (WR...
CT
['a fixed system can be identified , attacked and destroyed']
['whereas a mobile system can show up in places where it is not expected', 'where it is not expected']
[]
['In general , a fixed system can be identified , attacked and destroyed whereas a mobile system can show up in places where it is not expected .']
[]
40,947
The number of published volumes of American reports soared from eighteen in 1810 to over 8,000 by 1910.
(ROOT (S (NP (NP (DT The) (NN number)) (PP (IN of) (NP (NP (VBN published) (NNS volumes)) (PP (IN of) (NP (JJ American) (NNS reports)))))) (VP (VBD soared) (PP (PP (IN from) (NP (CD eighteen))) (PP (IN in) (NP (CD 1810)))) (PP (IN to) (NP (NP (QP (IN over) (CD 8,000))) (PP (IN by) (NP (CD 1910)))))) (. .)))
8
{ "ADJ": [ "American" ], "ADP": [ "of", "of", "from", "in", "to", "over", "by" ], "ADV": [], "AUX": [], "CCONJ": [], "DET": [ "The" ], "INTJ": [], "NOUN": [ "number", "volumes", "reports" ], "NUM": [ "eighteen", "1810", "8,000", "...
[ "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "B-PP", "O", "O", "B-PP", "B-NP", "O" ]
The/det/number number/nsubj/soared of/prep/number published/amod/volumes volumes/pobj/of of/prep/volumes American/amod/reports reports/pobj/of soared/ROOT/soared from/prep/soared eighteen/pobj/from in/prep/from 1810/pobj/in to/prep/soared over/quantmod/8,000 8,000/pobj/to by/prep/soared 1910/pobj/by ./punct/soared
(S (NP (NP (DT The) (NN number)) (PP (IN of) (NP (NP (VBN published) (NNS volumes)) (PP (IN of) (NP (JJ American) (NNS reports)))))) (VP (VBD soared) (PP (PP (IN from) (NP (CD eighteen))) (PP (IN in) (NP (CD 1810)))) (PP (IN to) (NP (NP (QP (IN over) (CD 8,000))) (PP (IN by) (NP (CD 1910)))))) (. .))
T
['The number of published volumes of American reports soared from eighteen in 1810 to over 8,000 by 1910']
[]
['The number of published volumes of American reports soared from eighteen in 1810 to over 8,000 by 1910 .']
[]
[]
10,476
When Sassou Nguesso returned to power at the end of the war in October 1997, he publicly expressed interest in moving forward on economic reforms and privatization and in renewing cooperation with international financial institutions.
(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (NNP Sassou) (NNP Nguesso)) (VP (VBD returned) (PP (IN to) (NP (NN power))) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (NN war))))) (PP (IN in) (NP (NNP October) (CD 1997)))))) (, ,) (NP (PRP he)) (ADVP (RB publicly)) (VP (VBD expressed) (NP (NP (NN interes...
12
{ "ADJ": [ "economic", "international", "financial" ], "ADP": [ "to", "at", "of", "in", "in", "on", "in", "with" ], "ADV": [ "publicly", "forward" ], "AUX": [], "CCONJ": [ "and", "and" ], "DET": [ "the", "the" ], "INTJ": [], "...
[ "O", "B-NP", "I-NP", "B-VP", "B-PP", "B-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "B-PP", "B-NP", "I-NP", "O", "B-NP", "B-ADVP", "B-VP", "B-NP", "B-PP", "B-VP", "B-ADVP", "B-PP", "B-NP", "I-NP", "I-NP", "I-NP", "B-PP", "I-PP", "B-VP", "B-NP", ...
When/advmod/returned Sassou/compound/Nguesso Nguesso/nsubj/returned returned/advcl/expressed to/prep/returned power/pobj/to at/prep/returned the/det/end end/pobj/at of/prep/end the/det/war war/pobj/of in/prep/returned October/pobj/in 1997/nummod/October ,/punct/expressed he/nsubj/expressed publicly/advmod/expressed exp...
(S (SBAR (WHADVP (WRB When)) (S (NP (NNP Sassou) (NNP Nguesso)) (VP (VBD returned) (PP (IN to) (NP (NN power))) (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (NN war))))) (PP (IN in) (NP (NNP October) (CD 1997)))))) (, ,) (NP (PRP he)) (ADVP (RB publicly)) (VP (VBD expressed) (NP (NP (NN interest)) (P...
CT
['he expressed interest in moving forward on economic reforms and privatization and in renewing cooperation with international financial institutions']
['When Sassou Nguesso returned to power at the end of the war in October 1997']
[]
['When Sassou Nguesso returned to power at the end of the war in October 1997 , he publicly expressed interest in moving forward on economic reforms and privatization and in renewing cooperation with international financial institutions .']
[]
62,460