promptID
int64
23
146k
pairID
stringlengths
3
7
premise
stringlengths
7
1.3k
premise_binary_parse
stringlengths
8
2.4k
premise_parse
stringlengths
26
3.67k
hypothesis
stringlengths
3
240
hypothesis_binary_parse
stringlengths
3
406
hypothesis_parse
stringlengths
22
706
genre
stringclasses
5 values
label
int64
0
1
38,644
38644e
'Not bad at all.'
( ` ( ( ( Not ( bad ( at all ) ) ) . ) ' ) )
(ROOT (S (`` `) (VP (VB Not) (ADVP (RB bad) (IN at) (DT all))) (. .) ('' ')))
It's not bad whatsoever.
( It ( ( ( ( 's not ) bad ) whatsoever ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ 's) (RB not) (ADJP (JJ bad)) (ADVP (RB whatsoever))) (. .)))
fiction
0
81,756
81756e
Both final rules were issued using the notice and comment procedures contained in 5 U.S.C.
( ( Both ( final rules ) ) ( were ( issued ( using ( ( the ( notice ( and ( comment procedures ) ) ) ) ( contained ( in ( 5 U.S.C. ) ) ) ) ) ) ) )
(ROOT (S (NP (DT Both) (JJ final) (NNS rules)) (VP (VBD were) (VP (VBN issued) (S (VP (VBG using) (NP (NP (DT the) (NN notice) (CC and) (NN comment) (NNS procedures)) (VP (VBN contained) (PP (IN in) (NP (CD 5) (NN U.S.C.)))))))))))
The notice and comment procedures found in 5 U.S.C. outline the protocol for issuing the final rules.
( ( The ( notice ( and ( comment procedures ) ) ) ) ( ( ( found ( in ( 5 ( U.S.C. outline ) ) ) ) ( ( the protocol ) ( for ( issuing ( the ( final rules ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN notice) (CC and) (NN comment) (NNS procedures)) (VP (VBD found) (PP (IN in) (NP (CD 5) (NNP U.S.C.) (NN outline))) (NP (NP (DT the) (NN protocol)) (PP (IN for) (S (VP (VBG issuing) (NP (DT the) (JJ final) (NNS rules))))))) (. .)))
government
0
24,779
24779e
Cohen has written a book that he undoubtedly believes extols heroes and explains a suppressed bit of Jewish history, but what he has done is expose the architecture of his own pathology.
( ( ( ( ( Cohen ( has ( ( written ( a book ) ) ( that ( he ( ( ( undoubtedly ( believes ( extols heroes ) ) ) and ) ( explains ( ( a ( suppressed bit ) ) ( of ( Jewish history ) ) ) ) ) ) ) ) ) ) , ) but ) ( ( what ( he ( has done ) ) ) ( is ( expose ( ( the architecture ) ( of ( his ( own pathology ) ) ) ) ) ) ) ) . )
(ROOT (S (S (NP (NNP Cohen)) (VP (VBZ has) (VP (VBN written) (NP (DT a) (NN book)) (SBAR (IN that) (S (NP (PRP he)) (VP (VP (ADVP (RB undoubtedly)) (VBZ believes) (NP (JJ extols) (NNS heroes))) (CC and) (VP (VBZ explains) (NP (NP (DT a) (JJ suppressed) (NN bit)) (PP (IN of) (NP (JJ Jewish) (NN history))))))))))) (, ,) (CC but) (S (SBAR (WHNP (WP what)) (S (NP (PRP he)) (VP (VBZ has) (VP (VBN done))))) (VP (VBZ is) (VP (VB expose) (NP (NP (DT the) (NN architecture)) (PP (IN of) (NP (PRP$ his) (JJ own) (NN pathology))))))) (. .)))
Cohen authored a book related to history.
( Cohen ( ( authored ( ( a book ) ( related ( to history ) ) ) ) . ) )
(ROOT (S (NP (NNP Cohen)) (VP (VBN authored) (NP (NP (DT a) (NN book)) (VP (VBN related) (PP (TO to) (NP (NN history)))))) (. .)))
slate
0
31,492
31492c
Such drinks are spiced with the island's wild herbs, resulting in interesting and varied flavours.
( ( Such drinks ) ( ( are ( ( ( spiced ( with ( ( the ( island 's ) ) ( wild herbs ) ) ) ) , ) ( resulting ( in ( ( ( interesting and ) varied ) flavours ) ) ) ) ) . ) )
(ROOT (S (NP (JJ Such) (NNS drinks)) (VP (VBP are) (VP (VBN spiced) (PP (IN with) (NP (NP (DT the) (NN island) (POS 's)) (JJ wild) (NNS herbs))) (, ,) (S (VP (VBG resulting) (PP (IN in) (NP (ADJP (JJ interesting) (CC and) (VBN varied)) (NNS flavours))))))) (. .)))
The drinks are never spiced with wild herbs because they are poisonous.
( ( The drinks ) ( ( ( are never ) ( ( spiced ( with ( wild herbs ) ) ) ( because ( they ( are poisonous ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS drinks)) (VP (VBP are) (ADVP (RB never)) (VP (VBN spiced) (PP (IN with) (NP (JJ wild) (NNS herbs))) (SBAR (IN because) (S (NP (PRP they)) (VP (VBP are) (ADJP (JJ poisonous))))))) (. .)))
travel
1
12,852
12852c
It is a challenge to each of us to join in the fight against the pervasive cynicism that is debilitating our democracy.
( It ( ( is ( ( ( a challenge ) ( to ( each ( of us ) ) ) ) ( to ( join ( in ( ( the fight ) ( against ( ( the ( pervasive cynicism ) ) ( that ( is ( debilitating ( our democracy ) ) ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ is) (NP (NP (DT a) (NN challenge)) (PP (TO to) (NP (NP (DT each)) (PP (IN of) (NP (PRP us))))) (S (VP (TO to) (VP (VB join) (PP (IN in) (NP (NP (DT the) (NN fight)) (PP (IN against) (NP (NP (DT the) (JJ pervasive) (NN cynicism)) (SBAR (WHNP (WDT that)) (S (VP (VBZ is) (VP (VBG debilitating) (NP (PRP$ our) (NN democracy))))))))))))))) (. .)))
We are very optimistic.
( We ( ( are ( very optimistic ) ) . ) )
(ROOT (S (NP (PRP We)) (VP (VBP are) (ADJP (RB very) (JJ optimistic))) (. .)))
slate
1
18,112
18112c
Daniel winced.
( Daniel ( winced . ) )
(ROOT (S (NP (NNP Daniel)) (VP (VBD winced)) (. .)))
Daniel was feeling fine.
( Daniel ( ( was ( feeling fine ) ) . ) )
(ROOT (S (NP (NNP Daniel)) (VP (VBD was) (VP (VBG feeling) (ADJP (JJ fine)))) (. .)))
fiction
1
93,870
93870c
Friedman is almost certainly correct in his belief that globalization is likely to make life better for people in remote places.
( Friedman ( ( ( ( is ( almost certainly ) ) ( correct ( in ( his belief ) ) ) ) ( that ( globalization ( is ( likely ( to ( ( ( make life ) better ) ( for ( people ( in ( remote places ) ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Friedman)) (VP (VBZ is) (ADVP (RB almost) (RB certainly)) (ADJP (JJ correct) (PP (IN in) (NP (PRP$ his) (NN belief)))) (SBAR (IN that) (S (NP (NN globalization)) (VP (VBZ is) (ADJP (JJ likely) (S (VP (TO to) (VP (VB make) (NP (NN life)) (ADVP (RBR better)) (PP (IN for) (NP (NP (NNS people)) (PP (IN in) (NP (JJ remote) (NNS places))))))))))))) (. .)))
Friedman didn't believe globalization would benefit anyone.
( Friedman ( ( ( did n't ) ( believe ( globalization ( would ( benefit anyone ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Friedman)) (VP (VBD did) (RB n't) (VP (VB believe) (SBAR (S (NP (NN globalization)) (VP (MD would) (VP (VB benefit) (NP (NN anyone)))))))) (. .)))
slate
1
107,766
107766e
yes we uh uh i haven't missed a one since i've been eligible to vote
( ( yes we ) ( ( uh uh ) ( i ( ( have n't ) ( ( missed ( a one ) ) ( since ( i ( 've ( been ( eligible ( to vote ) ) ) ) ) ) ) ) ) ) )
(ROOT (S (VP (VB yes) (NP (PRP we)) (SBAR (S (INTJ (UH uh) (UH uh)) (NP (FW i)) (VP (VBP have) (RB n't) (VP (VBN missed) (NP (DT a) (NN one)) (SBAR (IN since) (S (NP (FW i)) (VP (VBP 've) (VP (VBN been) (ADJP (JJ eligible) (S (VP (TO to) (VP (VB vote))))))))))))))))
Since I became eligible to vote, I've done it every time.
( ( Since ( I ( became ( eligible ( to vote ) ) ) ) ) ( , ( I ( ( 've ( ( done it ) ( every time ) ) ) . ) ) ) )
(ROOT (S (SBAR (IN Since) (S (NP (PRP I)) (VP (VBD became) (ADJP (JJ eligible) (S (VP (TO to) (VP (VB vote)))))))) (, ,) (NP (PRP I)) (VP (VBP 've) (VP (VBN done) (NP (PRP it)) (NP (DT every) (NN time)))) (. .)))
telephone
0
137,041
137041e
Oh, I see, you are joking.
( ( Oh ( , ( I see ) ) ) ( , ( you ( ( are joking ) . ) ) ) )
(ROOT (S (S (INTJ (UH Oh)) (, ,) (NP (PRP I)) (VP (VBP see))) (, ,) (NP (PRP you)) (VP (VBP are) (VP (VBG joking))) (. .)))
You are not being serious.
( You ( ( ( are not ) ( being serious ) ) . ) )
(ROOT (S (NP (PRP You)) (VP (VBP are) (RB not) (VP (VBG being) (ADJP (JJ serious)))) (. .)))
fiction
0
67,076
67076c
Pushkin, who was building Russian poetry out of very little, did something very similar in Eugene Onegin , only 50 years before.
( ( ( ( Pushkin , ) ( who ( was ( ( building ( Russian poetry ) ) ( out ( of ( very little ) ) ) ) ) ) ) , ) ( ( ( did ( something ( very similar ) ) ) ( in ( ( ( Eugene Onegin ) , ) ( ( only ( 50 years ) ) before ) ) ) ) . ) )
(ROOT (S (NP (NP (NNP Pushkin)) (, ,) (SBAR (WHNP (WP who)) (S (VP (VBD was) (VP (VBG building) (NP (JJ Russian) (NN poetry)) (PP (RB out) (IN of) (ADJP (RB very) (JJ little))))))) (, ,)) (VP (VBD did) (NP (NP (NN something)) (ADJP (RB very) (JJ similar))) (PP (IN in) (NP (NP (NNP Eugene) (NNP Onegin)) (, ,) (ADVP (NP (RB only) (CD 50) (NNS years)) (IN before))))) (. .)))
Pushkin writes Chinese novels.
( Pushkin ( ( writes ( Chinese novels ) ) . ) )
(ROOT (S (NP (NNP Pushkin)) (VP (VBZ writes) (NP (JJ Chinese) (NNS novels))) (. .)))
slate
1
73,311
73311c
In 1999, the federal minimum wage rate for similar workers is $5.
( ( In 1999 ) ( , ( ( ( the ( federal ( minimum ( wage rate ) ) ) ) ( for ( similar workers ) ) ) ( ( is ( $ 5 ) ) . ) ) ) )
(ROOT (S (PP (IN In) (NP (CD 1999))) (, ,) (NP (NP (DT the) (JJ federal) (JJ minimum) (NN wage) (NN rate)) (PP (IN for) (NP (JJ similar) (NNS workers)))) (VP (VBZ is) (NP ($ $) (CD 5))) (. .)))
The federal minimum wage was $10 in 1999.
( ( The ( federal ( minimum wage ) ) ) ( ( was ( ( $ 10 ) ( in 1999 ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ federal) (JJ minimum) (NN wage)) (VP (VBD was) (NP (NP ($ $) (CD 10)) (PP (IN in) (NP (CD 1999))))) (. .)))
government
1
127,265
127265c
NHTSA's legal interpretation is supported by the language and legislative history of section 330.
( ( ( NHTSA 's ) ( legal interpretation ) ) ( ( is ( supported ( by ( ( the ( language ( and ( legislative history ) ) ) ) ( of ( section 330 ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (NNP NHTSA) (POS 's)) (JJ legal) (NN interpretation)) (VP (VBZ is) (VP (VBN supported) (PP (IN by) (NP (NP (DT the) (NN language) (CC and) (JJ legislative) (NN history)) (PP (IN of) (NP (NN section) (CD 330))))))) (. .)))
The NHTSAs interpretation is lacking legal support.
( ( The ( NHTSAs interpretation ) ) ( ( is ( lacking ( legal support ) ) ) . ) )
(ROOT (S (NP (DT The) (NNP NHTSAs) (NN interpretation)) (VP (VBZ is) (VP (VBG lacking) (NP (JJ legal) (NN support)))) (. .)))
government
1
20,192
20192e
The Monastery of the Temptation, said to be on the spot where Jesus was tempted by the Devil for 40 days and nights, clings to the mountainside.
( ( ( ( ( ( The Monastery ) ( of ( the Temptation ) ) ) , ) ( said ( to ( ( be ( on ( the spot ) ) ) ( where ( Jesus ( was ( ( tempted ( by ( the Devil ) ) ) ( for ( ( ( 40 days ) and ) nights ) ) ) ) ) ) ) ) ) ) , ) ( ( clings ( to ( the mountainside ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN Monastery)) (PP (IN of) (NP (DT the) (NN Temptation))) (, ,) (VP (VBN said) (S (VP (TO to) (VP (VB be) (PP (IN on) (NP (DT the) (NN spot))) (SBAR (WHADVP (WRB where)) (S (NP (NNP Jesus)) (VP (VBD was) (VP (VBN tempted) (PP (IN by) (NP (DT the) (NNP Devil))) (PP (IN for) (NP (NP (CD 40) (NNS days)) (CC and) (NP (NNS nights)))))))))))) (, ,)) (VP (VBZ clings) (PP (TO to) (NP (DT the) (NN mountainside)))) (. .)))
The monastery of temptation was where Jesus was said to be tempted bu the devil.
( ( ( The monastery ) ( of temptation ) ) ( ( was ( where ( Jesus ( was ( said ( to ( be ( tempted ( bu ( the devil ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN monastery)) (PP (IN of) (NP (NN temptation)))) (VP (VBD was) (SBAR (WHADVP (WRB where)) (S (NP (NNP Jesus)) (VP (VBD was) (VP (VBN said) (S (VP (TO to) (VP (VB be) (VP (VBN tempted) (S (VP (VB bu) (NP (DT the) (NN devil))))))))))))) (. .)))
travel
0
20,212
20212e
By day, downtown is best explored on foot and on the DASH buses, which run through the area during the day for just 25 cents a ride.
( ( By day ) ( , ( downtown ( ( ( is best ) ( explored ( ( ( on foot ) and ) ( on ( ( ( the ( DASH buses ) ) , ) ( which ( ( ( run ( through ( the area ) ) ) ( during ( the day ) ) ) ( for ( ( just ( 25 cents ) ) ( a ride ) ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (PP (IN By) (NP (NN day))) (, ,) (NP (NN downtown)) (VP (VBZ is) (ADVP (RBS best)) (VP (VBN explored) (PP (PP (IN on) (NP (NN foot))) (CC and) (PP (IN on) (NP (NP (DT the) (JJ DASH) (NNS buses)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBN run) (PP (IN through) (NP (DT the) (NN area))) (PP (IN during) (NP (DT the) (NN day))) (PP (IN for) (NP (NP (RB just) (CD 25) (NNS cents)) (NP (DT a) (NN ride)))))))))))) (. .)))
The DASH buses only cost 25 cents a ride.
( ( The ( DASH buses ) ) ( ( only ( ( cost ( 25 cents ) ) ( a ride ) ) ) . ) )
(ROOT (S (NP (DT The) (NNP DASH) (NNS buses)) (VP (ADVP (RB only)) (VBD cost) (NP (CD 25) (NNS cents)) (NP (DT a) (NN ride))) (. .)))
travel
0
66,317
66317e
Jon closed his eyes and tried to imagine himself looking through Stark's eyes.
( Jon ( ( ( ( closed ( his eyes ) ) and ) ( tried ( to ( imagine ( himself ( looking ( through ( ( Stark 's ) eyes ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Jon)) (VP (VP (VBD closed) (NP (PRP$ his) (NNS eyes))) (CC and) (VP (VBD tried) (S (VP (TO to) (VP (VB imagine) (S (NP (PRP himself)) (VP (VBG looking) (PP (IN through) (NP (NP (NNP Stark) (POS 's)) (NNS eyes)))))))))) (. .)))
Jon had his eyes closed.
( Jon ( ( had ( ( his eyes ) closed ) ) . ) )
(ROOT (S (NP (NNP Jon)) (VP (VBD had) (S (NP (PRP$ his) (NNS eyes)) (ADJP (JJ closed)))) (. .)))
fiction
0
9,145
9145c
When did she lose the key of it?
( When ( ( ( did she ) ( lose ( ( the key ) ( of it ) ) ) ) ? ) )
(ROOT (SBARQ (WHADVP (WRB When)) (SQ (VBD did) (NP (PRP she)) (VP (VB lose) (NP (NP (DT the) (NN key)) (PP (IN of) (NP (PRP it)))))) (. ?)))
When did she lose the bad writing style?
( When ( ( ( did she ) ( lose ( the ( bad ( writing style ) ) ) ) ) ? ) )
(ROOT (SBARQ (WHADVP (WRB When)) (SQ (VBD did) (NP (PRP she)) (VP (VB lose) (NP (DT the) (JJ bad) (NN writing) (NN style)))) (. ?)))
fiction
1
26,001
26001c
The owner of the cantina raised his glass.
( ( ( The owner ) ( of ( the cantina ) ) ) ( ( raised ( his glass ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN owner)) (PP (IN of) (NP (DT the) (NN cantina)))) (VP (VBD raised) (NP (PRP$ his) (NN glass))) (. .)))
The cantina owner set his glass down.
( ( The ( cantina owner ) ) ( ( ( set ( his glass ) ) down ) . ) )
(ROOT (S (NP (DT The) (NN cantina) (NN owner)) (VP (VBD set) (NP (PRP$ his) (NN glass)) (PRT (RP down))) (. .)))
fiction
1
1,521
1521c
and uh and i'm not completely just you know just teach the basics in schools but i think there does does need to be a reemphasis of those because of our our lowering grades in the standardized test and such
( and ( ( ( uh and ) i ) ( ( 'm not ) ( completely ( ( ( just ( you ( ( know just ) ( ( teach ( the basics ) ) ( in schools ) ) ) ) ) but ) ( i ( think ( there ( does ( does ( need ( to ( be ( ( a reemphasis ) ( of ( those ( because ( of ( our ( ( our ( lowering grades ) ) ( in ( ( ( the ( standardized test ) ) and ) such ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (FRAG (CC and) (NP (NP (NNP uh) (CC and) (NNP i)) (SBAR (S (VP (VBP 'm) (RB not) (ADJP (RB completely) (SBAR (S (S (ADVP (RB just)) (NP (PRP you)) (VP (VBP know) (ADVP (RB just)) (VP (VB teach) (NP (DT the) (NNS basics)) (PP (IN in) (NP (NNS schools)))))) (CC but) (S (NP (FW i)) (VP (VBP think) (SBAR (S (NP (EX there)) (VP (VBZ does) (SBAR (S (VP (VBZ does) (VP (VB need) (S (VP (TO to) (VP (VB be) (NP (NP (DT a) (NNS reemphasis)) (PP (IN of) (NP (NP (DT those)) (PP (RB because) (IN of) (NP (PRP$ our) (NP (NP (PRP$ our) (JJ lowering) (NNS grades)) (PP (IN in) (NP (NP (DT the) (JJ standardized) (NN test)) (CC and) (NP (JJ such)))))))))))))))))))))))))))))))
There is no need to emphasize the basics in schools, grades and test scores are rising as it is.
( ( There ( is ( no ( need ( to ( ( emphasize ( the basics ) ) ( in schools ) ) ) ) ) ) ) ( , ( ( grades ( and ( test scores ) ) ) ( ( are ( rising ( as ( it is ) ) ) ) . ) ) ) )
(ROOT (S (S (NP (EX There)) (VP (VBZ is) (NP (DT no) (NN need) (S (VP (TO to) (VP (VB emphasize) (NP (DT the) (NNS basics)) (PP (IN in) (NP (NNS schools))))))))) (, ,) (NP (NNS grades) (CC and) (NN test) (NNS scores)) (VP (VBP are) (VP (VBG rising) (SBAR (IN as) (S (NP (PRP it)) (VP (VBZ is)))))) (. .)))
telephone
1
28,888
28888e
We know this, because later she asked Dorcas to bring her some.
( We ( ( know ( ( this , ) ( because ( later ( she ( asked ( Dorcas ( to ( bring ( her some ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP We)) (VP (VBP know) (NP (NP (DT this)) (, ,) (SBAR (IN because) (S (ADVP (RB later)) (NP (PRP she)) (VP (VBD asked) (S (NP (NNP Dorcas)) (VP (TO to) (VP (VB bring) (S (NP (PRP her)) (NP (DT some))))))))))) (. .)))
Dorcas was asked by her to bring some.
( Dorcas ( ( was ( ( asked ( by her ) ) ( to ( bring some ) ) ) ) . ) )
(ROOT (S (NP (NNS Dorcas)) (VP (VBD was) (VP (VBN asked) (PP (IN by) (NP (PRP her))) (S (VP (TO to) (VP (VB bring) (NP (DT some))))))) (. .)))
fiction
0
99,445
99445e
you know there's there's a lot of money to be made for cleaning but they um
( you ( know ( there ( 's ( there ( 's ( ( ( a lot ) ( of money ) ) ( to ( be ( made ( for ( cleaning ( but ( they um ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (EX there)) (VP (VBZ 's) (SBAR (S (NP (EX there)) (VP (VBZ 's) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN money))) (S (VP (TO to) (VP (VB be) (VP (VBN made) (PP (IN for) (S (VP (VBG cleaning) (SBAR (CC but) (S (NP (PRP they)) (VP (VBP um)))))))))))))))))))))
You can make a lot of money cleaning.
( You ( ( can ( make ( ( a lot ) ( of ( money cleaning ) ) ) ) ) . ) )
(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB make) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN money) (NN cleaning)))))) (. .)))
telephone
0
52,993
52993c
There's a sore on his right pinky finger, a raw spot, flesh rubbed off to blood against the oak, from where he was clawing the chair.
( ( There ( 's ( ( a sore ) ( on ( ( ( his ( right ( pinky finger ) ) ) , ) ( a ( raw spot ) ) ) ) ) ) ) ( , ( flesh ( ( ( ( ( ( rubbed off ) ( to blood ) ) ( against ( the oak ) ) ) , ) ( from ( where ( he ( was ( clawing ( the chair ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (S (NP (EX There)) (VP (VBZ 's) (NP (NP (DT a) (JJ sore)) (PP (IN on) (NP (NP (PRP$ his) (JJ right) (JJ pinky) (NN finger)) (, ,) (NP (DT a) (JJ raw) (NN spot))))))) (, ,) (NP (NN flesh)) (VP (VBD rubbed) (PRT (RP off)) (PP (TO to) (NP (NN blood))) (PP (IN against) (NP (DT the) (NN oak))) (, ,) (PP (IN from) (SBAR (WHADVP (WRB where)) (S (NP (PRP he)) (VP (VBD was) (VP (VBG clawing) (NP (DT the) (NN chair)))))))) (. .)))
The sore was caused buy a burn from the candle.
( ( The sore ) ( ( was ( caused ( ( buy ( a burn ) ) ( from ( the candle ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ sore)) (VP (VBD was) (VP (VBN caused) (S (VP (VB buy) (NP (DT a) (NN burn)) (PP (IN from) (NP (DT the) (NN candle))))))) (. .)))
slate
1
7,110
7110e
Baracoa became the first of seven settlements across Cuba.
( Baracoa ( ( ( became ( ( the first ) ( of ( seven settlements ) ) ) ) ( across Cuba ) ) . ) )
(ROOT (S (NP (NNP Baracoa)) (VP (VBD became) (NP (NP (DT the) (JJ first)) (PP (IN of) (NP (CD seven) (NNS settlements)))) (PP (IN across) (NP (NNP Cuba)))) (. .)))
Baracoa was a settlement in Cuba.
( Baracoa ( ( was ( ( a settlement ) ( in Cuba ) ) ) . ) )
(ROOT (S (NP (NNP Baracoa)) (VP (VBD was) (NP (NP (DT a) (NN settlement)) (PP (IN in) (NP (NNP Cuba))))) (. .)))
travel
0
104,619
104619c
When it was gone, he felt better.
( ( When ( it ( was gone ) ) ) ( , ( he ( ( felt better ) . ) ) ) )
(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (PRP it)) (VP (VBD was) (VP (VBN gone))))) (, ,) (NP (PRP he)) (VP (VBD felt) (ADVP (RBR better))) (. .)))
He missed it and wished it was still around.
( He ( ( ( ( missed it ) and ) ( wished ( it ( ( was still ) around ) ) ) ) . ) )
(ROOT (S (NP (PRP He)) (VP (VP (VBD missed) (NP (PRP it))) (CC and) (VP (VBD wished) (SBAR (S (NP (PRP it)) (VP (VBD was) (ADVP (RB still)) (ADVP (RB around))))))) (. .)))
fiction
1
119,268
119268c
Hiking, or trekking, as it is most often called here, is a marvellous way of getting away from the often madding crowd in India, and you will find it is well organized in the old hill-stations.
( ( ( ( ( ( ( ( Hiking , ) or ) trekking ) ( , ( ( as ( it ( ( is ( most often ) ) ( called here ) ) ) ) ( , ( is ( ( a ( marvellous way ) ) ( of ( ( getting away ) ( from ( ( the ( ( often madding ) crowd ) ) ( in India ) ) ) ) ) ) ) ) ) ) ) , ) and ) ( you ( will ( find ( it ( ( is well ) ( organized ( in ( the ( old hill-stations ) ) ) ) ) ) ) ) ) ) . )
(ROOT (S (S (S (VP (VP (VBG Hiking)) (, ,) (CC or) (VP (VBG trekking)))) (, ,) (SBAR (IN as) (S (NP (PRP it)) (VP (VBZ is) (ADVP (RBS most) (RB often)) (VP (VBN called) (ADVP (RB here)))))) (, ,) (VP (VBZ is) (NP (NP (DT a) (JJ marvellous) (NN way)) (PP (IN of) (S (VP (VBG getting) (PRT (RP away)) (PP (IN from) (NP (NP (DT the) (ADJP (RB often) (JJ madding)) (NN crowd)) (PP (IN in) (NP (NNP India))))))))))) (, ,) (CC and) (S (NP (PRP you)) (VP (MD will) (VP (VB find) (SBAR (S (NP (PRP it)) (VP (VBZ is) (ADVP (RB well)) (VP (VBN organized) (PP (IN in) (NP (DT the) (JJ old) (NNS hill-stations)))))))))) (. .)))
There is no way to go in the Indian mountains.
( There ( ( is ( no ( way ( to ( go ( in ( the ( Indian mountains ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (DT no) (NN way) (S (VP (TO to) (VP (VB go) (PP (IN in) (NP (DT the) (JJ Indian) (NNS mountains)))))))) (. .)))
travel
1
19,539
19539e
Toward the end of 1997, investment in Korea suddenly became less attractive to both Korean savers and foreigners.
( ( Toward ( ( the end ) ( of 1997 ) ) ) ( , ( ( investment ( in Korea ) ) ( suddenly ( ( ( became ( less attractive ) ) ( to ( both ( Korean ( ( savers and ) foreigners ) ) ) ) ) . ) ) ) ) )
(ROOT (S (PP (IN Toward) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (CD 1997))))) (, ,) (NP (NP (NN investment)) (PP (IN in) (NP (NNP Korea)))) (ADVP (RB suddenly)) (VP (VBD became) (ADJP (RBR less) (JJ attractive)) (PP (TO to) (NP (DT both) (JJ Korean) (NNS savers) (CC and) (NNS foreigners)))) (. .)))
In late 90s they were not interested in contributions to the welfare of Korea.
( ( In ( late 90s ) ) ( they ( ( ( ( were not ) ( interested ( in contributions ) ) ) ( to ( ( the welfare ) ( of Korea ) ) ) ) . ) ) )
(ROOT (S (PP (IN In) (NP (JJ late) (NNS 90s))) (NP (PRP they)) (VP (VBD were) (RB not) (ADJP (JJ interested) (PP (IN in) (NP (NNS contributions)))) (PP (TO to) (NP (NP (DT the) (NN welfare)) (PP (IN of) (NP (NNP Korea)))))) (. .)))
slate
0
79,921
79921e
Page predicted that no breakthrough would emerge from Kyoto because Stuart Eisenstat was attending as lead U.S. representative instead of Gore.
( Page ( ( predicted ( that ( ( no breakthrough ) ( would ( ( emerge ( from Kyoto ) ) ( because ( ( Stuart Eisenstat ) ( was ( attending ( as ( ( lead ( U.S. representative ) ) ( instead ( of Gore ) ) ) ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Page)) (VP (VBD predicted) (SBAR (IN that) (S (NP (DT no) (NN breakthrough)) (VP (MD would) (VP (VB emerge) (PP (IN from) (NP (NNP Kyoto))) (SBAR (IN because) (S (NP (NNP Stuart) (NNP Eisenstat)) (VP (VBD was) (VP (VBG attending) (PP (IN as) (NP (NP (JJ lead) (NNP U.S.) (NN representative)) (PP (RB instead) (IN of) (NP (NNP Gore)))))))))))))) (. .)))
Page did no think that Kyoto would succeed due to the U.S. representative.
( Page ( ( ( did ( no think ) ) ( that ( Kyoto ( would ( succeed ( due ( to ( the ( U.S. representative ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Page)) (VP (VBD did) (NP (DT no) (NN think)) (SBAR (IN that) (S (NP (NNP Kyoto)) (VP (MD would) (VP (VB succeed) (ADJP (JJ due) (PP (TO to) (NP (DT the) (NNP U.S.) (NN representative))))))))) (. .)))
slate
0
29,557
29557e
Nevertheless, the nature and extent of Tand;A approvals must be such that management has assurance that supervisors or other officials know they are accountable for the approvals of an employee's work time and absences.
( Nevertheless ( , ( ( ( the ( ( nature and ) extent ) ) ( of ( ( Tand ; ) ( A approvals ) ) ) ) ( ( must ( ( be such ) ( that ( management ( has ( assurance ( that ( ( ( supervisors or ) ( other officials ) ) ( know ( they ( are ( accountable ( for ( ( the approvals ) ( of ( ( an ( employee 's ) ) ( work ( ( time and ) absences ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (ADVP (RB Nevertheless)) (, ,) (NP (NP (DT the) (NN nature) (CC and) (NN extent)) (PP (IN of) (NP (NP (NNP Tand)) (: ;) (NP (DT A) (NNS approvals))))) (VP (MD must) (VP (VB be) (ADJP (JJ such)) (SBAR (IN that) (S (NP (NN management)) (VP (VBZ has) (NP (NP (NN assurance)) (SBAR (IN that) (S (NP (NP (NNS supervisors)) (CC or) (NP (JJ other) (NNS officials))) (VP (VBP know) (SBAR (S (NP (PRP they)) (VP (VBP are) (ADJP (JJ accountable) (PP (IN for) (NP (NP (DT the) (NNS approvals)) (PP (IN of) (NP (NP (DT an) (NN employee) (POS 's)) (NN work) (NN time) (CC and) (NNS absences)))))))))))))))))) (. .)))
Tand A approvals must provide assurance to management that supervisors will be accountable.
( ( Tand ( A approvals ) ) ( ( must ( ( ( provide assurance ) ( to management ) ) ( that ( supervisors ( will ( be accountable ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Tand) (NNP A) (NNS approvals)) (VP (MD must) (VP (VB provide) (NP (NN assurance)) (PP (TO to) (NP (NN management))) (SBAR (IN that) (S (NP (NNS supervisors)) (VP (MD will) (VP (VB be) (ADJP (JJ accountable)))))))) (. .)))
government
0
53,311
53311e
Our VBA work was conducted at VBA's regional offices in Los Angeles, CA; Muskogee, OK; and Phoenix, AZ.
( ( Our ( VBA work ) ) ( ( was ( ( conducted ( at ( ( VBA 's ) ( regional offices ) ) ) ) ( in ( ( ( ( ( ( ( ( Los Angeles ) , ) CA ) ; ) ( Muskogee ( , OK ) ) ) ; ) and ) ( ( Phoenix , ) AZ. ) ) ) ) ) . ) )
(ROOT (S (NP (PRP$ Our) (NNP VBA) (NN work)) (VP (VBD was) (VP (VBN conducted) (PP (IN at) (NP (NP (NNP VBA) (POS 's)) (JJ regional) (NNS offices))) (PP (IN in) (NP (NP (NP (NNP Los) (NNP Angeles)) (, ,) (NP (NNP CA))) (: ;) (ADJP (JJ Muskogee) (, ,) (JJ OK)) (: ;) (CC and) (NP (NP (NNP Phoenix)) (, ,) (NP (NNP AZ.))))))) (. .)))
The VBA has regional offices in multiple states.
( ( The VBA ) ( ( has ( ( regional offices ) ( in ( multiple states ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NNP VBA)) (VP (VBZ has) (NP (NP (JJ regional) (NNS offices)) (PP (IN in) (NP (JJ multiple) (NNS states))))) (. .)))
government
0
88,487
88487e
Imagine her feelings when her mother-in-law is suddenly taken ill and dies, and immediately after she hears the word 'Poison'!
( ( ( Imagine ( her feelings ) ) ( ( ( ( ( when ( ( her mother-in-law ) ( ( ( ( is suddenly ) ( taken ill ) ) and ) dies ) ) ) , ) and ) immediately ) ( after ( she ( hears ( the ( word ( ` ( Poison ' ) ) ) ) ) ) ) ) ) ! )
(ROOT (S (VP (VB Imagine) (NP (PRP$ her) (NNS feelings)) (SBAR (SBAR (WHADVP (WRB when)) (S (NP (PRP$ her) (NN mother-in-law)) (VP (VP (VBZ is) (ADVP (RB suddenly)) (VP (VBN taken) (S (ADJP (RB ill))))) (CC and) (VP (VBZ dies))))) (, ,) (CC and) (ADVP (RB immediately)) (SBAR (IN after) (S (NP (PRP she)) (VP (VBZ hears) (NP (DT the) (NN word) (`` `) (NN Poison) ('' '))))))) (. !)))
Her mother-in-law was considered ill before her death.
( ( Her mother-in-law ) ( ( was ( ( considered ill ) ( before ( her death ) ) ) ) . ) )
(ROOT (S (NP (PRP$ Her) (NN mother-in-law)) (VP (VBD was) (VP (VBN considered) (ADVP (RB ill)) (PP (IN before) (NP (PRP$ her) (NN death))))) (. .)))
fiction
0
84,466
84466c
There was a large company assembled round the table.
( There ( ( was ( ( a ( large company ) ) ( assembled ( round ( the table ) ) ) ) ) . ) )
(ROOT (S (NP (EX There)) (VP (VBD was) (NP (NP (DT a) (JJ large) (NN company)) (VP (VBN assembled) (ADVP (RB round) (NP (DT the) (NN table)))))) (. .)))
There were only two people sitting around the table.
( There ( ( ( were ( only ( two people ) ) ) ( sitting ( around ( the table ) ) ) ) . ) )
(ROOT (S (NP (EX There)) (VP (VBD were) (ADVP (RB only) (NP (CD two) (NNS people))) (VP (VBG sitting) (PP (IN around) (NP (DT the) (NN table))))) (. .)))
fiction
1
59,988
59988e
so yeah my husband does too so
( so ( yeah ( ( my husband ) ( does ( too so ) ) ) ) )
(ROOT (S (ADVP (RB so)) (VP (VB yeah) (SBAR (S (NP (PRP$ my) (NN husband)) (VP (VBZ does) (ADVP (RB too) (RB so))))))))
The man I married does.
( ( ( The man ) ( I married ) ) ( does . ) )
(ROOT (S (NP (NP (DT The) (NN man)) (SBAR (S (NP (PRP I)) (VP (VBD married))))) (VP (VBZ does)) (. .)))
telephone
0
72,708
72708e
One is that genes influence personality so powerfully that mixing unrelated siblings is like mixing oil and water.
( One ( ( is ( that ( genes ( ( influence ( personality ( so powerfully ) ) ) ( that ( ( mixing ( unrelated siblings ) ) ( is ( like ( mixing ( ( oil and ) water ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP One)) (VP (VBZ is) (SBAR (IN that) (S (NP (NNS genes)) (VP (VBP influence) (S (NP (NN personality)) (ADJP (RB so) (JJ powerfully))) (SBAR (IN that) (S (S (VP (VBG mixing) (NP (JJ unrelated) (NNS siblings)))) (VP (VBZ is) (PP (IN like) (S (VP (VBG mixing) (NP (NN oil) (CC and) (NN water)))))))))))) (. .)))
Because genes are so relevant to personality, mixing unrelated siblings is like putting oil and water together.
( ( Because ( genes ( are ( so ( relevant ( to personality ) ) ) ) ) ) ( , ( ( mixing ( unrelated siblings ) ) ( ( is ( like ( ( putting ( ( oil and ) water ) ) together ) ) ) . ) ) ) )
(ROOT (S (SBAR (IN Because) (S (NP (NNS genes)) (VP (VBP are) (ADJP (RB so) (JJ relevant) (PP (TO to) (NP (NN personality))))))) (, ,) (NP (JJ mixing) (JJ unrelated) (NNS siblings)) (VP (VBZ is) (PP (IN like) (S (VP (VBG putting) (NP (NN oil) (CC and) (NN water)) (ADVP (RB together)))))) (. .)))
slate
0
120,156
120156e
If, during your tours of the big cities, you come acroseproducts you like from places you will be visiting later, such as Rajasthan, Varanasi, or Kashmir, wait until you get there the price and selection may be much better.
( ( ( ( ( If , ) ( during ( ( your tours ) ( of ( the ( big cities ) ) ) ) ) ) , ) ( you ( come ( acroseproducts ( you ( like ( from places ) ) ) ) ) ) ) ( you ( ( will ( be ( visiting ( ( later ( , ( ( such ( as ( Rajasthan ( , ( Varanasi ( , ( or Kashmir ) ) ) ) ) ) ) , ) ) ) ( wait ( until ( you ( get ( there ( ( ( ( the price ) and ) selection ) ( may ( be ( much better ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) )
(ROOT (S (SBAR (IN If) (, ,) (PP (IN during) (NP (NP (PRP$ your) (NNS tours)) (PP (IN of) (NP (DT the) (JJ big) (NNS cities))))) (, ,) (S (NP (PRP you)) (VP (VBP come) (NP (NP (NNS acroseproducts)) (SBAR (S (NP (PRP you)) (VP (VBP like) (PP (IN from) (NP (NNS places)))))))))) (NP (PRP you)) (VP (MD will) (VP (VB be) (VP (VBG visiting) (ADVP (RB later) (PRN (, ,) (PP (JJ such) (IN as) (NP (NNP Rajasthan) (, ,) (NNP Varanasi) (, ,) (CC or) (NNP Kashmir))) (, ,)) (S (VP (VB wait) (SBAR (IN until) (S (NP (PRP you)) (VP (VBP get) (SBAR (S (ADVP (RB there)) (NP (NP (DT the) (NN price)) (CC and) (NP (NN selection))) (VP (MD may) (VP (VB be) (ADJP (RB much) (JJR better))))))))))))))) (. .)))
Prices on souvenirs are often higher in bigger cities than in the places from which those items originated.
( ( Prices ( on souvenirs ) ) ( ( ( are ( ( often higher ) ( in ( bigger cities ) ) ) ) ( than ( in ( ( the places ) ( ( from which ) ( ( those items ) originated ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (NNS Prices)) (PP (IN on) (NP (NNS souvenirs)))) (VP (VBP are) (ADJP (ADJP (RB often) (JJR higher)) (PP (IN in) (NP (JJR bigger) (NNS cities)))) (PP (IN than) (IN in) (NP (NP (DT the) (NNS places)) (SBAR (WHPP (IN from) (WHNP (WDT which))) (S (NP (DT those) (NNS items)) (VP (VBP originated))))))) (. .)))
travel
0
50,733
50733c
You meant that? You want to go in with me?
( ( You ( meant ( that ? ) ) ) ( You ( ( want ( to ( ( go in ) ( with me ) ) ) ) ? ) ) )
(ROOT (S (S (NP (PRP You)) (VP (VBD meant) (SBAR (FRAG (WHNP (WDT that)) (. ?))))) (NP (PRP You)) (VP (VBP want) (S (VP (TO to) (VP (VB go) (PRT (RP in)) (PP (IN with) (NP (PRP me))))))) (. ?)))
I mean that? You don't ant to leave with him?
( ( I ( mean ( that ? ) ) ) ( You ( ( ( do n't ) ( ant ( to ( leave ( with him ) ) ) ) ) ? ) ) )
(ROOT (S (S (NP (PRP I)) (VP (VB mean) (FRAG (SBARQ (WHNP (WDT that)) (. ?))))) (NP (PRP You)) (VP (VBP do) (RB n't) (VP (VB ant) (S (VP (TO to) (VP (VB leave) (PP (IN with) (NP (PRP him)))))))) (. ?)))
fiction
1
26,337
26337e
Obviously, a president's ambition, judgment, temperament, integrity, and ways of relating with other people (among other psychological qualities) bear greatly on how he will govern--at least as greatly as whatever election-year stands he stakes out on the issues of policy.
( Obviously ( , ( ( a president ) ( ( ( ( 's ( ( ambition ( , ( judgment ( , ( temperament ( , ( integrity ( , ( and ways ) ) ) ) ) ) ) ) ) ( of ( relating ( with ( ( ( other people ) ( -LRB- ( ( among ( other ( psychological qualities ) ) ) -RRB- ) ) ) ( ( bear greatly ) ( on ( how ( he ( will govern ) ) ) ) ) ) ) ) ) ) ) -- ) ( ( ( at least ) ( as greatly ) ) ( as ( whatever ( election-year ( ( stands he ) ( ( stakes out ) ( on ( ( the issues ) ( of policy ) ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (ADVP (RB Obviously)) (, ,) (NP (DT a) (NN president)) (VP (VBZ 's) (NP (NP (NN ambition) (, ,) (NN judgment) (, ,) (NN temperament) (, ,) (NN integrity) (, ,) (CC and) (NN ways)) (PP (IN of) (S (VP (VBG relating) (SBAR (IN with) (S (NP (NP (JJ other) (NNS people)) (PRN (-LRB- -LRB-) (PP (IN among) (NP (JJ other) (JJ psychological) (NNS qualities))) (-RRB- -RRB-))) (VP (VBP bear) (ADVP (RB greatly)) (PP (IN on) (SBAR (WHADVP (WRB how)) (S (NP (PRP he)) (VP (MD will) (VP (VB govern))))))))))))) (: --) (ADVP (ADVP (ADVP (IN at) (JJS least)) (PP (IN as) (ADVP (RB greatly)))) (PP (IN as) (SBAR (WHNP (WDT whatever)) (S (NP (NN election-year)) (VP (VBZ stands) (NP (PRP he)) (PP (ADVP (NP (NNS stakes)) (IN out)) (IN on) (NP (NP (DT the) (NNS issues)) (PP (IN of) (NP (NN policy))))))))))) (. .)))
A president's personality makes a big impact on how he runs the country.
( ( ( A ( president 's ) ) personality ) ( ( makes ( ( a ( big impact ) ) ( on ( how ( he ( runs ( the country ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (DT A) (NN president) (POS 's)) (NN personality)) (VP (VBZ makes) (NP (NP (DT a) (JJ big) (NN impact)) (PP (IN on) (SBAR (WHADVP (WRB how)) (S (NP (PRP he)) (VP (VBZ runs) (NP (DT the) (NN country)))))))) (. .)))
slate
0
82,403
82403e
well i can see transportation because now you're dealing with or they have the responsibility over a great number of people
( ( well i ) ( ( can ( see transportation ) ) ( because ( ( ( now ( you ( 're ( dealing with ) ) ) ) or ) ( they ( have ( ( the responsibility ) ( over ( ( a ( great number ) ) ( of people ) ) ) ) ) ) ) ) ) )
(ROOT (SINV (ADVP (RB well) (RB i)) (VP (MD can) (VP (VB see) (NP (NN transportation)))) (SBAR (IN because) (S (S (ADVP (RB now)) (NP (PRP you)) (VP (VBP 're) (VP (VBG dealing) (PP (IN with))))) (CC or) (S (NP (PRP they)) (VP (VBP have) (NP (NP (DT the) (NN responsibility)) (PP (IN over) (NP (NP (DT a) (JJ great) (NN number)) (PP (IN of) (NP (NNS people))))))))))))
If you are dealing with transportation, they have an important responsibility for a lot of people.
( ( If ( you ( are ( dealing ( with transportation ) ) ) ) ) ( , ( they ( ( have ( ( an ( important responsibility ) ) ( for ( ( a lot ) ( of people ) ) ) ) ) . ) ) ) )
(ROOT (S (SBAR (IN If) (S (NP (PRP you)) (VP (VBP are) (VP (VBG dealing) (PP (IN with) (NP (NN transportation))))))) (, ,) (NP (PRP they)) (VP (VBP have) (NP (NP (DT an) (JJ important) (NN responsibility)) (PP (IN for) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NNS people))))))) (. .)))
telephone
0
108,196
108196e
9 billion pieces.
( ( ( 9 billion ) pieces ) . )
(ROOT (NP (NP (NP (QP (CD 9) (CD billion))) (NP (NNS pieces))) (. .)))
9000000000 pieces.
( 9000000000 ( pieces . ) )
(ROOT (NP (CD 9000000000) (NNS pieces) (. .)))
government
0
30,859
30859c
OK, Edward answered, because he'd had enough.
( OK ( , ( Edward ( ( ( answered , ) ( because ( he ( 'd ( had enough ) ) ) ) ) . ) ) ) )
(ROOT (S (INTJ (UH OK)) (, ,) (NP (NNP Edward)) (VP (VBD answered) (, ,) (SBAR (IN because) (S (NP (PRP he)) (VP (VBD 'd) (VP (VBN had) (NP (RB enough))))))) (. .)))
Edward just couldn't get enough of it.
( Edward ( just ( ( ( could n't ) ( get ( enough ( of it ) ) ) ) . ) ) )
(ROOT (S (NP (NNP Edward)) (ADVP (RB just)) (VP (MD could) (RB n't) (VP (VB get) (NP (NP (RB enough)) (PP (IN of) (NP (PRP it)))))) (. .)))
fiction
1
10,303
10303c
However, the Irish church with its Celtic cultural base developed differently from the emerging Christian world in Europe and was eventually superseded by Rome and its centralized administration.
( However ( , ( ( ( the ( Irish church ) ) ( with ( ( its ( Celtic ( cultural base ) ) ) ( ( ( ( developed differently ) ( from ( ( the ( emerging ( Christian world ) ) ) ( in Europe ) ) ) ) and ) ( was eventually ) ) ) ) ) ( ( superseded ( by ( ( Rome and ) ( its ( centralized administration ) ) ) ) ) . ) ) ) )
(ROOT (S (ADVP (RB However)) (, ,) (NP (NP (DT the) (JJ Irish) (NN church)) (PP (IN with) (NP (NP (PRP$ its) (JJ Celtic) (JJ cultural) (NN base)) (VP (VP (VBN developed) (ADVP (RB differently)) (PP (IN from) (NP (NP (DT the) (VBG emerging) (JJ Christian) (NN world)) (PP (IN in) (NP (NNP Europe)))))) (CC and) (VP (VBD was) (ADVP (RB eventually))))))) (VP (VBD superseded) (PP (IN by) (NP (NP (NNP Rome)) (CC and) (NP (PRP$ its) (JJ centralized) (NN administration))))) (. .)))
The Irish church had an Irish base.
( ( The ( Irish church ) ) ( ( had ( an ( Irish base ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ Irish) (NN church)) (VP (VBD had) (NP (DT an) (JJ Irish) (NN base))) (. .)))
travel
1
106,799
106799c
It makes everything altogether foreign.
( It ( ( makes ( everything ( altogether foreign ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ makes) (NP (NP (NN everything)) (ADJP (RB altogether) (JJ foreign)))) (. .)))
I makes everything seem normal.
( I ( ( makes ( everything ( seem normal ) ) ) . ) )
(ROOT (S (NP (PRP I)) (VP (VBZ makes) (SBAR (S (NP (NN everything)) (VP (VBP seem) (ADJP (JJ normal)))))) (. .)))
fiction
1
140,124
140124c
Vrenna, stood behind the fallen man, blood dripping from her saber.
( ( ( ( Vrenna , ) ( stood ( behind ( the ( fallen man ) ) ) ) ) , ) ( ( blood ( dripping ( from ( her saber ) ) ) ) . ) )
(ROOT (S (NP (NP (NNP Vrenna)) (, ,) (VP (VBN stood) (PP (IN behind) (NP (DT the) (JJ fallen) (NN man)))) (, ,)) (VP (VBZ blood) (S (VP (VBG dripping) (PP (IN from) (NP (PRP$ her) (NN saber)))))) (. .)))
The man stood next to the fallen Vrenna, blood dripping from his sword.
( ( The man ) ( ( stood ( next ( to ( ( ( the ( fallen Vrenna ) ) , ) ( blood ( dripping ( from ( his sword ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN man)) (VP (VBD stood) (ADVP (JJ next) (PP (TO to) (NP (NP (DT the) (JJ fallen) (NN Vrenna)) (, ,) (NP (NP (NN blood)) (VP (VBG dripping) (PP (IN from) (NP (PRP$ his) (NN sword))))))))) (. .)))
fiction
1
79,655
79655c
did we do what was correct there
( ( did ( we ( do ( what ( was correct ) ) ) ) ) there )
(ROOT (SINV (VP (VBD did) (SBAR (S (NP (PRP we)) (VP (VBP do) (SBAR (WHNP (WP what)) (S (VP (VBD was) (ADJP (JJ correct))))))))) (NP (RB there))))
I am not wondering if what we did was correct.
( I ( ( ( am not ) ( wondering ( if ( ( what ( we did ) ) ( was correct ) ) ) ) ) . ) )
(ROOT (S (NP (PRP I)) (VP (VBP am) (RB not) (VP (VBG wondering) (SBAR (IN if) (S (SBAR (WHNP (WP what)) (S (NP (PRP we)) (VP (VBD did)))) (VP (VBD was) (ADJP (JJ correct))))))) (. .)))
telephone
1
133,914
133914c
Growing up on a farm near St. Paul, L. Mark Bailey didn't dream of becoming a judge.
( ( ( Growing up ) ( on ( ( a farm ) ( near ( St. Paul ) ) ) ) ) ( , ( ( L. ( Mark Bailey ) ) ( ( ( did n't ) ( dream ( of ( becoming ( a judge ) ) ) ) ) . ) ) ) )
(ROOT (S (S (VP (VBG Growing) (PRT (RP up)) (PP (IN on) (NP (NP (DT a) (NN farm)) (PP (IN near) (NP (NNP St.) (NNP Paul))))))) (, ,) (NP (NNP L.) (NNP Mark) (NNP Bailey)) (VP (VBD did) (RB n't) (VP (VB dream) (PP (IN of) (S (VP (VBG becoming) (NP (DT a) (NN judge))))))) (. .)))
L. Mark Bailey is a CEO in the St. Paul area.
( ( L. ( Mark Bailey ) ) ( ( is ( ( a CEO ) ( in ( the ( St. ( Paul area ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP L.) (NNP Mark) (NNP Bailey)) (VP (VBZ is) (NP (NP (DT a) (NN CEO)) (PP (IN in) (NP (DT the) (NNP St.) (NNP Paul) (NN area))))) (. .)))
government
1
56,914
56914c
Dole and other business families were turning vast fields into pineapple plantations and importing new workers to plant and cultivate them.
( ( ( Dole and ) ( other ( business families ) ) ) ( ( were ( ( ( ( turning ( vast fields ) ) ( into ( pineapple plantations ) ) ) and ) ( ( importing ( new workers ) ) ( to ( ( ( plant and ) cultivate ) them ) ) ) ) ) . ) )
(ROOT (S (NP (NP (NNP Dole)) (CC and) (NP (JJ other) (NN business) (NNS families))) (VP (VBD were) (VP (VP (VBG turning) (NP (JJ vast) (NNS fields)) (PP (IN into) (NP (NN pineapple) (NNS plantations)))) (CC and) (VP (VBG importing) (NP (JJ new) (NNS workers)) (S (VP (TO to) (VP (VB plant) (CC and) (VB cultivate) (NP (PRP them)))))))) (. .)))
Dole was planting peaches.
( Dole ( ( was ( planting peaches ) ) . ) )
(ROOT (S (NP (NNP Dole)) (VP (VBD was) (VP (VBG planting) (NP (NNS peaches)))) (. .)))
travel
1
60,558
60558e
right they've got a lot of adjustments to make with coming out of what they've been through now and um they've been they've been under under the oppression that they've been under for so long that now they have some freedoms but they don't know how to act yet they don't understand that to make that work they've got to take some responsibility for themselves it's not just the government's responsibility anymore you can't just blame it on the government when they give you the freedom to take care of yourself then that puts some responsibility on you as well
( ( right ( they ( 've ( ( got ( ( a lot ) ( of adjustments ) ) ) ( to ( ( ( make ( with ( ( coming out ) ( of ( what ( they ( 've ( been ( through now ) ) ) ) ) ) ) ) ) and ) ( um ( they ( 've ( been they ) ) ) ) ) ) ) ) ) ) ( 've ( ( been ( under ( under ( the oppression ) ) ) ) ( that ( they ( 've ( ( been ( under ( for ( so long ) ) ) ) ( that ( ( ( now ( they ( have ( some freedoms ) ) ) ) but ) ( they ( ( do n't ) ( know ( how ( to ( act ( ( ( ( yet ( they ( ( do n't ) ( understand ( that ( to ( make ( that work ) ) ) ) ) ) ) ) ( they ( 've ( got ( to ( take ( ( some responsibility ) ( for themselves ) ) ) ) ) ) ) ) ( it ( ( ( 's not ) just ) ( ( the ( government 's ) ) responsibility ) ) ) ) ( anymore ( you ( ( ( ca n't ) just ) ( ( ( blame it ) ( on ( the government ) ) ) ( when ( they ( ( give you ) ( the ( freedom ( to ( take ( ( ( care ( of yourself ) ) then ) ( that ( ( puts ( ( some responsibility ) ( on you ) ) ) ( as well ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (S (NP (NP (NN right)) (SBAR (S (NP (PRP they)) (VP (VBP 've) (VP (VBN got) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NNS adjustments)))) (S (VP (TO to) (VP (VP (VB make) (PP (IN with) (S (VP (VBG coming) (PRT (RP out)) (PP (IN of) (SBAR (WHNP (WP what)) (S (NP (PRP they)) (VP (VBP 've) (VP (VBN been) (PP (IN through) (NP (RB now)))))))))))) (CC and) (VP (VB um) (SBAR (S (NP (PRP they)) (VP (VBP 've) (VP (VBN been) (NP (PRP they))))))))))))))) (VP (VBP 've) (VP (VBN been) (PP (IN under) (PP (IN under) (NP (DT the) (NN oppression)))) (SBAR (IN that) (S (NP (PRP they)) (VP (VBP 've) (VP (VBN been) (PP (IN under) (PP (IN for) (ADVP (RB so) (RB long)))) (SBAR (IN that) (S (S (ADVP (RB now)) (NP (PRP they)) (VP (VBP have) (NP (DT some) (NNS freedoms)))) (CC but) (S (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB know) (SBAR (WHADVP (WRB how)) (S (VP (TO to) (VP (VB act) (S (S (ADVP (RB yet)) (NP (PRP they)) (VP (VBP do) (RB n't) (VP (VB understand) (SBAR (IN that) (S (VP (TO to) (VP (VB make) (NP (DT that) (NN work))))))))) (S (NP (PRP they)) (VP (VBP 've) (VP (VBN got) (S (VP (TO to) (VP (VB take) (NP (NP (DT some) (NN responsibility)) (PP (IN for) (NP (PRP themselves)))))))))) (S (NP (PRP it)) (VP (VBZ 's) (RB not) (ADVP (RB just)) (NP (NP (DT the) (NN government) (POS 's)) (NN responsibility)))) (S (ADVP (RB anymore)) (NP (PRP you)) (VP (MD ca) (RB n't) (ADVP (RB just)) (VP (VB blame) (NP (PRP it)) (PP (IN on) (NP (DT the) (NN government))) (SBAR (WHADVP (WRB when)) (S (NP (PRP they)) (VP (VBP give) (NP (PRP you)) (NP (DT the) (NN freedom) (S (VP (TO to) (VP (VB take) (NP (NP (VB care)) (PP (IN of) (NP (PRP yourself))) (ADVP (RB then)) (SBAR (WHNP (WDT that)) (S (VP (VBZ puts) (NP (NP (DT some) (NN responsibility)) (PP (IN on) (NP (PRP you)))) (ADVP (RB as) (RB well))))))))))))))))))))))))))))))))))
They should take responsibility of their actions.
( They ( ( should ( take ( responsibility ( of ( their actions ) ) ) ) ) . ) )
(ROOT (S (NP (PRP They)) (VP (MD should) (VP (VB take) (NP (NP (NN responsibility)) (PP (IN of) (NP (PRP$ their) (NNS actions)))))) (. .)))
telephone
0
32,338
32338e
yeah real scruffy looking
( yeah ( ( real scruffy ) looking ) )
(ROOT (S (VP (VB yeah) (NP (NP (JJ real) (NN scruffy)) (VP (VBG looking))))))
It is really scruffy looking.
( It ( ( ( is really ) ( scruffy looking ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADVP (RB really)) (VP (ADVP (RB scruffy)) (VBG looking))) (. .)))
telephone
0
131,497
131497e
When Seleucid rulers outlawed Judaism, Jews led by Judah Maccabee and his brothers staged a revolution in 167 b.c. and, against all odds, restored the primacy of Jewish religious life in Jerusalem.
( ( When ( ( Seleucid rulers ) ( outlawed Judaism ) ) ) ( , ( ( Jews ( led ( by ( ( ( Judah Maccabee ) and ) ( his brothers ) ) ) ) ) ( ( ( ( ( staged ( a revolution ) ) ( in ( 167 b.c. ) ) ) and ) ( , ( ( against ( all odds ) ) ( , ( restored ( ( the primacy ) ( of ( ( Jewish ( religious life ) ) ( in Jerusalem ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (NNP Seleucid) (NNS rulers)) (VP (VBD outlawed) (NP (NNS Judaism))))) (, ,) (NP (NP (NNPS Jews)) (VP (VBN led) (PP (IN by) (NP (NP (NNP Judah) (NNP Maccabee)) (CC and) (NP (PRP$ his) (NNS brothers)))))) (VP (VP (VBD staged) (NP (DT a) (NN revolution)) (PP (IN in) (NP (QP (CD 167) (CD b.c.))))) (CC and) (VP (, ,) (PP (IN against) (NP (DT all) (NNS odds))) (, ,) (VBD restored) (NP (NP (DT the) (NN primacy)) (PP (IN of) (NP (NP (JJ Jewish) (JJ religious) (NN life)) (PP (IN in) (NP (NNP Jerusalem)))))))) (. .)))
Judaism was outlaws by Seleucid rulers sometime before 167 bc.
( Judaism ( ( ( was ( outlaws ( by ( Seleucid rulers ) ) ) ) ( sometime ( before ( 167 bc ) ) ) ) . ) )
(ROOT (S (NP (NNP Judaism)) (VP (VBD was) (ADJP (JJ outlaws) (PP (IN by) (NP (NNP Seleucid) (NNS rulers)))) (PP (ADVP (RB sometime)) (IN before) (NP (CD 167) (NN bc)))) (. .)))
travel
0
54,155
54155e
This means that more kilowatthours of electricity are generated for every unit of energy consumed by the power plants.
( This ( ( means ( that ( ( ( more kilowatthours ) ( of electricity ) ) ( are ( generated ( for ( ( every unit ) ( of ( energy ( consumed ( by ( the ( power plants ) ) ) ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT This)) (VP (VBZ means) (SBAR (IN that) (S (NP (NP (JJR more) (NNS kilowatthours)) (PP (IN of) (NP (NN electricity)))) (VP (VBP are) (VP (VBN generated) (PP (IN for) (NP (NP (DT every) (NN unit)) (PP (IN of) (NP (NP (NN energy)) (VP (VBN consumed) (PP (IN by) (NP (DT the) (NN power) (NNS plants))))))))))))) (. .)))
This means for every unit of energy the power plants consume, more kilowatthours of electricity will be generated.
( ( This ( ( means ( for ( ( every unit ) ( of energy ) ) ) ) ( ( the ( power plants ) ) consume ) ) ) ( , ( ( ( more kilowatthours ) ( of electricity ) ) ( ( will ( be generated ) ) . ) ) ) )
(ROOT (S (S (NP (DT This)) (VP (VBZ means) (PP (IN for) (NP (NP (DT every) (NN unit)) (PP (IN of) (NP (NN energy))))) (SBAR (S (NP (DT the) (NN power) (NNS plants)) (VP (VBP consume)))))) (, ,) (NP (NP (JJR more) (NNS kilowatthours)) (PP (IN of) (NP (NN electricity)))) (VP (MD will) (VP (VB be) (VP (VBN generated)))) (. .)))
government
0
13,197
13197e
The information collection requirements were discussed in the preamble to the proposed rule making published on February 3, 1995.
( ( The ( information ( collection requirements ) ) ) ( ( were ( ( discussed ( in ( the preamble ) ) ) ( to ( ( the ( proposed ( rule making ) ) ) ( published ( on ( ( ( February 3 ) , ) 1995 ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN information) (NN collection) (NNS requirements)) (VP (VBD were) (VP (VBN discussed) (PP (IN in) (NP (DT the) (NN preamble))) (PP (TO to) (NP (NP (DT the) (VBN proposed) (NN rule) (NN making)) (VP (VBN published) (PP (IN on) (NP (NNP February) (CD 3) (, ,) (CD 1995)))))))) (. .)))
In 1995 they discussed the information collection requirements.
( ( In 1995 ) ( they ( ( discussed ( the ( information ( collection requirements ) ) ) ) . ) ) )
(ROOT (S (PP (IN In) (NP (CD 1995))) (NP (PRP they)) (VP (VBD discussed) (NP (DT the) (NN information) (NN collection) (NNS requirements))) (. .)))
government
0
92,973
92973e
(The survey starts in the Northeast and works its way clockwise around the country.
( -LRB- ( ( The survey ) ( ( ( ( starts ( in ( the Northeast ) ) ) and ) ( ( works ( its way ) ) ( clockwise ( around ( the country ) ) ) ) ) . ) ) )
(ROOT (S (-LRB- -LRB-) (NP (DT The) (NN survey)) (VP (VP (VBZ starts) (PP (IN in) (NP (DT the) (NN Northeast)))) (CC and) (VP (VBZ works) (NP (PRP$ its) (NN way)) (ADJP (JJ clockwise) (PP (IN around) (NP (DT the) (NN country)))))) (. .)))
The survey covers the whole country.
( ( The survey ) ( ( covers ( the ( whole country ) ) ) . ) )
(ROOT (S (NP (DT The) (NN survey)) (VP (VBZ covers) (NP (DT the) (JJ whole) (NN country))) (. .)))
slate
0
66,156
66156e
This, we trust, will effectually silence the sensational rumours which still persist.
( This ( ( , ( ( we trust ) , ) ) ( ( ( will effectually ) ( silence ( ( the ( sensational rumours ) ) ( which ( still persist ) ) ) ) ) . ) ) )
(ROOT (S (NP (DT This)) (PRN (, ,) (S (NP (PRP we)) (VP (VBP trust))) (, ,)) (VP (MD will) (ADVP (RB effectually)) (VP (VB silence) (NP (NP (DT the) (JJ sensational) (NNS rumours)) (SBAR (WHNP (WDT which)) (S (ADVP (RB still)) (VP (VBP persist))))))) (. .)))
We trust this will put an end to the persistent, sensational rumors.
( We ( ( trust ( this ( will ( ( put ( an end ) ) ( to ( the ( persistent ( , ( sensational rumors ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP We)) (VP (VBP trust) (SBAR (S (NP (DT this)) (VP (MD will) (VP (VB put) (NP (DT an) (NN end)) (PP (TO to) (NP (DT the) (JJ persistent) (, ,) (JJ sensational) (NNS rumors)))))))) (. .)))
fiction
0
119,101
119101c
yeah that really is and i didn't think that i was going to enjoy that uh just from what people had told me about it and and i thought well it's not going to be that good but i i really did enjoy that
( yeah ( ( ( ( ( that ( really is ) ) and ) ( i ( ( did n't ) ( think ( that ( i ( was ( going ( to ( enjoy ( that ( ( ( ( uh just ) ( from ( what ( people ( had ( ( told me ) ( about it ) ) ) ) ) ) ) and ) ( and ( i ( ( thought well ) ( it ( ( 's not ) ( going ( to ( be ( that good ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) but ) ( ( ( i i ) really ) ( did ( enjoy that ) ) ) ) )
(ROOT (S (VP (VB yeah) (S (S (NP (DT that)) (ADVP (RB really)) (VP (VBZ is))) (CC and) (S (NP (FW i)) (VP (VBD did) (RB n't) (VP (VB think) (SBAR (IN that) (S (NP (FW i)) (VP (VBD was) (VP (VBG going) (S (VP (TO to) (VP (VB enjoy) (SBAR (IN that) (S (S (VP (VBG uh) (ADVP (RB just)) (PP (IN from) (SBAR (WHNP (WP what)) (S (NP (NNS people)) (VP (VBD had) (VP (VBN told) (NP (PRP me)) (PP (IN about) (NP (PRP it)))))))))) (CC and) (S (CC and) (S (NP (FW i)) (VP (VBD thought) (ADVP (RB well)) (SBAR (S (NP (PRP it)) (VP (VBZ 's) (RB not) (VP (VBG going) (S (VP (TO to) (VP (VB be) (ADJP (RB that) (JJ good)))))))))))))))))))))))) (CC but) (S (NP (NP (FW i) (FW i)) (ADVP (RB really))) (VP (VBD did) (VP (VB enjoy) (NP (DT that)))))))))
The people I talked to were right; it was not good at all.
( ( ( ( ( ( The people ) ( I ( talked to ) ) ) ( were right ) ) ; ) ( it ( ( was not ) ( good ( at all ) ) ) ) ) . )
(ROOT (S (S (NP (NP (DT The) (NNS people)) (SBAR (S (NP (PRP I)) (VP (VBD talked) (PP (TO to)))))) (VP (VBD were) (ADJP (JJ right)))) (: ;) (S (NP (PRP it)) (VP (VBD was) (RB not) (ADJP (JJ good) (PP (IN at) (NP (DT all)))))) (. .)))
telephone
1
39,720
39720c
One recent study demonstrated that a brief, patient-centered alcohol counseling intervention delivered in the context of a regularly scheduled internal medicine visit produced significant reductions in alcohol consumption among both male and female high-risk drinkers.
( ( One ( recent study ) ) ( ( demonstrated ( that ( ( ( a ( brief ( , ( patient-centered ( alcohol ( counseling intervention ) ) ) ) ) ) ( delivered ( in ( ( the context ) ( of ( a ( ( regularly scheduled ) ( internal ( medicine visit ) ) ) ) ) ) ) ) ) ( ( ( produced ( significant reductions ) ) ( in ( alcohol consumption ) ) ) ( among ( ( both ( ( male and ) female ) ) ( high-risk drinkers ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (CD One) (JJ recent) (NN study)) (VP (VBD demonstrated) (SBAR (IN that) (S (NP (NP (DT a) (JJ brief) (, ,) (JJ patient-centered) (NN alcohol) (NN counseling) (NN intervention)) (VP (VBN delivered) (PP (IN in) (NP (NP (DT the) (NN context)) (PP (IN of) (NP (DT a) (ADJP (ADVP (RB regularly)) (VBN scheduled)) (JJ internal) (NN medicine) (NN visit))))))) (VP (VBD produced) (NP (JJ significant) (NNS reductions)) (PP (IN in) (NP (NN alcohol) (NN consumption))) (PP (IN among) (NP (ADJP (DT both) (JJ male) (CC and) (JJ female)) (JJ high-risk) (NNS drinkers))))))) (. .)))
The study said checkup interventions weren't helpful.
( ( The study ) ( ( said ( ( checkup interventions ) ( ( were n't ) helpful ) ) ) . ) )
(ROOT (S (NP (DT The) (NN study)) (VP (VBD said) (SBAR (S (NP (NN checkup) (NNS interventions)) (VP (VBD were) (RB n't) (ADJP (JJ helpful)))))) (. .)))
government
1
136,564
136564e
if they catch it they think that i'm you know i'm on drugs and they send me and and have me uh you know go through this this thing you know yeah
( if ( they ( ( catch it ) ( they ( think ( that ( i ( 'm ( ( ( ( you ( know ( i ( 'm ( on drugs ) ) ) ) ) and ) ( they ( send ( me ( ( and and ) ( have me ) ) ) ) ) ) ( uh ( you ( know ( ( go ( through this ) ) ( ( this thing ) ( you ( know yeah ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (SBAR (IN if) (S (NP (PRP they)) (VP (VB catch) (NP (PRP it)) (SBAR (S (NP (PRP they)) (VP (VBP think) (SBAR (IN that) (S (NP (FW i)) (VP (VBP 'm) (S (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (FW i)) (VP (VBP 'm) (PP (IN on) (NP (NNS drugs)))))))) (CC and) (S (NP (PRP they)) (VP (VBP send) (S (NP (PRP me)) (VP (VP (VB and)) (CC and) (VP (VB have) (NP (PRP me))))))) (S (INTJ (UH uh)) (NP (PRP you)) (VP (VBP know) (VP (VB go) (PP (IN through) (NP (DT this))) (NP (NP (DT this) (NN thing)) (SBAR (S (NP (PRP you)) (VP (VBP know) (NP (NN yeah))))))))))))))))))))
if they catch it they will assume that I'm me on drugs, they will then send me this thing I have to go through
( ( if ( they ( ( catch it ) ( they ( will ( assume ( that ( I ( ( 'm me ) ( on drugs ) ) ) ) ) ) ) ) ) ) ( , ( they ( ( will then ) ( ( send me ) ( ( this thing ) ( I ( have ( to ( go through ) ) ) ) ) ) ) ) ) )
(ROOT (S (SBAR (IN if) (S (NP (PRP they)) (VP (VB catch) (NP (PRP it)) (SBAR (S (NP (PRP they)) (VP (MD will) (VP (VB assume) (SBAR (IN that) (S (NP (PRP I)) (VP (VBP 'm) (NP (PRP me)) (PP (IN on) (NP (NNS drugs))))))))))))) (, ,) (NP (PRP they)) (VP (MD will) (RB then) (VP (VB send) (NP (PRP me)) (NP (NP (DT this) (NN thing)) (SBAR (S (NP (PRP I)) (VP (VBP have) (S (VP (TO to) (VP (VB go) (PRT (RP through)))))))))))))
telephone
0
143,835
143835c
The church may then be marked out to designate where worshippers of the various denominations take their place.
( ( The church ) ( ( ( may then ) ( be ( ( marked out ) ( to ( designate ( where ( ( worshippers ( of ( the ( various denominations ) ) ) ) ( take ( their place ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN church)) (VP (MD may) (RB then) (VP (VB be) (VP (VBN marked) (PRT (RP out)) (S (VP (TO to) (VP (VB designate) (SBAR (WHADVP (WRB where)) (S (NP (NP (NNS worshippers)) (PP (IN of) (NP (DT the) (JJ various) (NNS denominations)))) (VP (VBP take) (NP (PRP$ their) (NN place))))))))))) (. .)))
All churches are single-denominational.
( ( All churches ) ( ( are single-denominational ) . ) )
(ROOT (S (NP (DT All) (NNS churches)) (VP (VBP are) (NP (NN single-denominational))) (. .)))
travel
1
87,329
87329c
Although an individual household can tap its wealth by selling assets to finance consumption or accumulate other assets, the sale of an existing asset merely transfers ownership; it does not generate new economic output.
( ( ( ( ( Although ( ( an ( individual household ) ) ( ( ( can ( ( tap ( its wealth ) ) ( by ( ( selling assets ) ( to ( finance consumption ) ) ) ) ) ) or ) ( accumulate ( other assets ) ) ) ) ) ( , ( ( ( the sale ) ( of ( an ( existing asset ) ) ) ) ( merely ( transfers ownership ) ) ) ) ) ; ) ( it ( ( does not ) ( generate ( new ( economic output ) ) ) ) ) ) . )
(ROOT (S (S (SBAR (IN Although) (S (NP (DT an) (JJ individual) (NN household)) (VP (VP (MD can) (VP (VB tap) (NP (PRP$ its) (NN wealth)) (PP (IN by) (S (VP (VBG selling) (NP (NNS assets)) (S (VP (TO to) (VP (VB finance) (NP (NN consumption)))))))))) (CC or) (VP (VBP accumulate) (NP (JJ other) (NNS assets)))))) (, ,) (NP (NP (DT the) (NN sale)) (PP (IN of) (NP (DT an) (VBG existing) (NN asset)))) (ADVP (RB merely)) (VP (VBZ transfers) (NP (NN ownership)))) (: ;) (S (NP (PRP it)) (VP (VBZ does) (RB not) (VP (VB generate) (NP (JJ new) (JJ economic) (NN output))))) (. .)))
Selling an asset does not transfer ownership.
( ( Selling ( an asset ) ) ( ( ( does not ) ( transfer ownership ) ) . ) )
(ROOT (S (S (VP (VBG Selling) (NP (DT an) (NN asset)))) (VP (VBZ does) (RB not) (VP (VB transfer) (NP (NN ownership)))) (. .)))
government
1
78,699
78699c
Below, all signs of roads disappear, and it is clear how difficult road-building is in this tortuous terrain.
( Below ( , ( ( ( ( ( ( ( all signs ) ( of roads ) ) disappear ) , ) and ) ( it ( ( is clear ) ( ( how difficult ) ( road-building ( is ( in ( this ( tortuous terrain ) ) ) ) ) ) ) ) ) . ) ) )
(ROOT (S (ADVP (RB Below)) (, ,) (S (NP (NP (DT all) (NNS signs)) (PP (IN of) (NP (NNS roads)))) (VP (VBP disappear))) (, ,) (CC and) (S (NP (PRP it)) (VP (VBZ is) (ADJP (JJ clear)) (SBAR (WHADJP (WRB how) (JJ difficult)) (S (NP (NN road-building)) (VP (VBZ is) (PP (IN in) (NP (DT this) (JJ tortuous) (NN terrain)))))))) (. .)))
It is easy to build roads there.
( It ( ( is ( easy ( to ( ( build roads ) there ) ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ easy) (S (VP (TO to) (VP (VB build) (NP (NNS roads)) (ADVP (RB there))))))) (. .)))
travel
1
95,770
95770e
no no not at all but uh you had uh you know there was one part like we were waiting to get some water right and we were looking at where we could get some water and it said you know it was like
( ( no no ) ( not ( ( at all ) ( but ( ( ( uh ( you ( had ( ( ( uh ( you ( know ( there ( ( was ( one part ) ) ( like ( we ( were ( waiting ( to ( get ( some ( water right ) ) ) ) ) ) ) ) ) ) ) ) ) and ) ( we ( were ( looking ( at ( where ( we ( could ( get ( some water ) ) ) ) ) ) ) ) ) ) ) ) ) and ) ( it ( said ( you ( know ( it ( was like ) ) ) ) ) ) ) ) ) ) )
(ROOT (FRAG (ADVP (RB no) (RB no)) (RB not) (ADVP (IN at) (DT all)) (PP (IN but) (S (S (INTJ (UH uh)) (NP (PRP you)) (VP (VBD had) (S (S (INTJ (UH uh)) (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (EX there)) (VP (VBD was) (NP (CD one) (NN part)) (SBAR (IN like) (S (NP (PRP we)) (VP (VBD were) (VP (VBG waiting) (S (VP (TO to) (VP (VB get) (NP (DT some) (NN water) (NN right)))))))))))))) (CC and) (S (NP (PRP we)) (VP (VBD were) (VP (VBG looking) (PP (IN at) (SBAR (WHADVP (WRB where)) (S (NP (PRP we)) (VP (MD could) (VP (VB get) (NP (DT some) (NN water))))))))))))) (CC and) (S (NP (PRP it)) (VP (VBD said) (SBAR (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (PRP it)) (VP (VBD was) (ADJP (JJ like))))))))))))))
We were looking for a place to get some water.
( We ( ( were ( ( looking ( for ( a place ) ) ) ( to ( get ( some water ) ) ) ) ) . ) )
(ROOT (S (NP (PRP We)) (VP (VBD were) (VP (VBG looking) (PP (IN for) (NP (DT a) (NN place))) (S (VP (TO to) (VP (VB get) (NP (DT some) (NN water))))))) (. .)))
telephone
0
81,304
81304c
Moreover, the first quintile stands apart in that its seconds per piece is also nearly two standard deviations greater than the mean, while the other four are all less than one standard deviation from the mean.
( Moreover ( , ( ( the ( first quintile ) ) ( ( ( stands apart ) ( in ( that ( ( ( its seconds ) ( per piece ) ) ( ( ( ( is also ) ( ( ( nearly two ) ( standard ( deviations greater ) ) ) ( than ( the mean ) ) ) ) , ) ( while ( ( the ( other four ) ) ( are ( ( all ( ( less ( than one ) ) ( standard deviation ) ) ) ( from ( the mean ) ) ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (ADVP (RB Moreover)) (, ,) (NP (DT the) (JJ first) (NN quintile)) (VP (VBZ stands) (PRT (RP apart)) (PP (IN in) (SBAR (IN that) (S (NP (NP (PRP$ its) (NNS seconds)) (PP (IN per) (NP (NN piece)))) (VP (VBZ is) (ADVP (RB also)) (NP (NP (QP (RB nearly) (CD two)) (NN standard) (NNS deviations) (JJR greater)) (PP (IN than) (NP (DT the) (NN mean)))) (, ,) (SBAR (IN while) (S (NP (DT the) (JJ other) (CD four)) (VP (VBP are) (NP (NP (DT all) (ADJP (QP (JJR less) (IN than) (CD one))) (JJ standard) (NN deviation)) (PP (IN from) (NP (DT the) (NN mean)))))))))))) (. .)))
The last four quintiles are three standard deviations from the mean.
( ( The ( last ( four quintiles ) ) ) ( ( are ( ( three ( standard deviations ) ) ( from ( the mean ) ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ last) (CD four) (NNS quintiles)) (VP (VBP are) (NP (NP (CD three) (JJ standard) (NNS deviations)) (PP (IN from) (NP (DT the) (NN mean))))) (. .)))
government
1
76,617
76617c
They then go on to recite a litany of risks (for the text, click here).
( They ( then ( ( go ( on ( ( to ( recite ( ( a litany ) ( of risks ) ) ) ) ( -LRB- ( ( for ( ( ( the text ) , ) ( click here ) ) ) -RRB- ) ) ) ) ) . ) ) )
(ROOT (S (NP (PRP They)) (ADVP (RB then)) (VP (VBP go) (PP (IN on) (NP (S (VP (TO to) (VP (VB recite) (NP (NP (DT a) (NN litany)) (PP (IN of) (NP (NNS risks))))))) (PRN (-LRB- -LRB-) (PP (IN for) (NP (NP (DT the) (NN text)) (, ,) (VP (VBN click) (ADVP (RB here))))) (-RRB- -RRB-))))) (. .)))
Nothing bad could possibly happen.
( ( Nothing bad ) ( ( ( could possibly ) happen ) . ) )
(ROOT (S (NP (NN Nothing) (JJ bad)) (VP (MD could) (ADVP (RB possibly)) (VP (VB happen))) (. .)))
slate
1
129,865
129865c
For instance, Bob Wientzen of DMA reported just a couple of weeks ago that high tech ventures are generating new volumes of hard copy mail as what he called pure play Web companies launch catalogues and direct mail campaigns to drive traffic to their Web sites.
( ( For instance ) ( , ( ( ( Bob Wientzen ) ( of DMA ) ) ( ( ( ( reported just ) ( ( a couple ) ( of weeks ) ) ) ( ago ( that ( ( high ( tech ventures ) ) ( are ( ( generating ( ( new volumes ) ( of ( hard ( copy mail ) ) ) ) ) ( as ( what ( he ( called ( ( pure ( play ( Web companies ) ) ) ( launch ( ( catalogues ( and ( direct ( mail campaigns ) ) ) ) ( to ( ( drive traffic ) ( to ( their ( Web sites ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (PP (IN For) (NP (NN instance))) (, ,) (NP (NP (NNP Bob) (NNP Wientzen)) (PP (IN of) (NP (NNP DMA)))) (VP (VBD reported) (ADVP (RB just)) (NP (NP (DT a) (NN couple)) (PP (IN of) (NP (NNS weeks)))) (ADVP (RB ago) (SBAR (IN that) (S (NP (JJ high) (NN tech) (NNS ventures)) (VP (VBP are) (VP (VBG generating) (NP (NP (JJ new) (NNS volumes)) (PP (IN of) (NP (JJ hard) (NN copy) (NN mail)))) (PP (IN as) (SBAR (WHNP (WP what)) (S (NP (PRP he)) (VP (VBD called) (S (NP (JJ pure) (NN play) (NN Web) (NNS companies)) (VP (VB launch) (S (NP (NNS catalogues) (CC and) (JJ direct) (NN mail) (NNS campaigns)) (VP (TO to) (VP (VB drive) (NP (NN traffic)) (PP (TO to) (NP (PRP$ their) (NNP Web) (NNS sites)))))))))))))))))) (. .)))
Bob Wientzen did not report a story about high tech ventures to increase web traffic.
( ( Bob Wientzen ) ( ( ( did not ) ( ( report ( ( a story ) ( about ( high ( tech ventures ) ) ) ) ) ( to ( increase ( web traffic ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Bob) (NNP Wientzen)) (VP (VBD did) (RB not) (VP (VB report) (NP (NP (DT a) (NN story)) (PP (IN about) (NP (JJ high) (NN tech) (NNS ventures)))) (S (VP (TO to) (VP (VB increase) (NP (NN web) (NN traffic))))))) (. .)))
government
1
126,818
126818e
uh-huh sometimes we have really good luck with them but then there'll be like maybe two years in a row that we can't get anything
( uh-huh ( ( ( sometimes ( we ( ( have ( ( really good ) luck ) ) ( with them ) ) ) ) but ) ( then ( there ( 'll ( ( be ( like ( ( maybe ( two years ) ) ( in ( a row ) ) ) ) ) ( that ( we ( ( ca n't ) ( get anything ) ) ) ) ) ) ) ) ) )
(ROOT (S (VP (VB uh-huh) (SBAR (S (S (ADVP (RB sometimes)) (NP (PRP we)) (VP (VBP have) (NP (ADJP (RB really) (JJ good)) (NN luck)) (PP (IN with) (NP (PRP them))))) (CC but) (S (ADVP (RB then)) (NP (EX there)) (VP (MD 'll) (VP (VB be) (PP (IN like) (NP (NP (RB maybe) (CD two) (NNS years)) (PP (IN in) (NP (DT a) (NN row))))) (SBAR (IN that) (S (NP (PRP we)) (VP (MD ca) (RB n't) (VP (VB get) (NP (NN anything))))))))))))))
Sometimes we have good luck with them but then there will be a couple of years that we don't get anything.
( ( ( ( ( Sometimes ( we ( ( have ( good luck ) ) ( with them ) ) ) ) but ) then ) ( there ( will ( ( be ( ( a couple ) ( of years ) ) ) ( that ( we ( ( do n't ) ( get anything ) ) ) ) ) ) ) ) . )
(ROOT (S (S (ADVP (RB Sometimes)) (NP (PRP we)) (VP (VBP have) (NP (JJ good) (NN luck)) (PP (IN with) (NP (PRP them))))) (CC but) (ADVP (RB then)) (S (NP (EX there)) (VP (MD will) (VP (VB be) (NP (NP (DT a) (NN couple)) (PP (IN of) (NP (NNS years)))) (SBAR (IN that) (S (NP (PRP we)) (VP (VBP do) (RB n't) (VP (VB get) (NP (NN anything))))))))) (. .)))
telephone
0
51,123
51123c
American expatriates such as Ernest Heming?­way, F. Scott Fitzgerald, Gertrude Stein, John Dos Passos, and Theodore Dreiser also contributed to the free-living mystique.
( ( ( American expatriates ) ( such ( as ( ( ( ( ( ( ( ( ( ( Ernest Heming?way ) , ) ( F. ( Scott Fitzgerald ) ) ) , ) ( Gertrude Stein ) ) , ) ( John ( Dos Passos ) ) ) , ) and ) ( Theodore Dreiser ) ) ) ) ) ( also ( ( contributed ( to ( the ( free-living mystique ) ) ) ) . ) ) )
(ROOT (S (NP (NP (JJ American) (NNS expatriates)) (PP (JJ such) (IN as) (NP (NP (NNP Ernest) (NNP Heming?way)) (, ,) (NP (NNP F.) (NNP Scott) (NNP Fitzgerald)) (, ,) (NP (NNP Gertrude) (NNP Stein)) (, ,) (NP (NNP John) (NNP Dos) (NNP Passos)) (, ,) (CC and) (NP (NNP Theodore) (NNP Dreiser))))) (ADVP (RB also)) (VP (VBD contributed) (PP (TO to) (NP (DT the) (JJ free-living) (NN mystique)))) (. .)))
Ernest Hemingway had no part in contributing to the mystique of free-living.
( ( Ernest Hemingway ) ( ( had ( ( no part ) ( in ( contributing ( to ( ( the mystique ) ( of free-living ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Ernest) (NNP Hemingway)) (VP (VBD had) (NP (NP (DT no) (NN part)) (PP (IN in) (S (VP (VBG contributing) (PP (TO to) (NP (NP (DT the) (NN mystique)) (PP (IN of) (NP (NN free-living)))))))))) (. .)))
travel
1
104,971
104971c
Rosenberg also points to one reason to think the HIV-negative gay male may actually live longer on average than the straight Gays may have higher incomes and more education on average than straights--two factors powerfully correlated with longer life spans.
( Rosenberg ( also ( ( ( points ( to ( one reason ) ) ) ( to ( think ( ( the ( HIV-negative ( gay male ) ) ) ( ( may actually ) ( ( live ( longer ( on average ) ) ) ( than ( ( the ( straight Gays ) ) ( may ( have ( ( ( higher incomes ) and ) ( ( ( ( more education ) ( on ( average ( than straights ) ) ) ) -- ) ( ( two factors ) ( powerfully ( correlated ( with ( longer ( life spans ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) ) )
(ROOT (S (NP (NNP Rosenberg)) (ADVP (RB also)) (VP (VBZ points) (PP (TO to) (NP (CD one) (NN reason))) (S (VP (TO to) (VP (VB think) (NP (NP (DT the) (JJ HIV-negative) (JJ gay) (NN male)) (SBAR (S (VP (MD may) (ADVP (RB actually)) (VP (VB live) (ADVP (RB longer) (PP (IN on) (NP (NN average)))) (SBAR (IN than) (S (NP (DT the) (JJ straight) (NNS Gays)) (VP (MD may) (VP (VB have) (NP (NP (JJR higher) (NNS incomes)) (CC and) (NP (NP (NP (JJR more) (NN education)) (PP (IN on) (NP (NP (NN average)) (PP (IN than) (NP (NNS straights)))))) (: --) (NP (NP (CD two) (NNS factors)) (VP (ADVP (RB powerfully)) (VBN correlated) (PP (IN with) (NP (JJR longer) (NN life) (NNS spans)))))))))))))))))))) (. .)))
Rosenberg points to a reason that HIV-negative may men live shorter than average straight men, gays have higher income and more education on average.
( ( Rosenberg ( ( points ( to ( a reason ) ) ) ( that ( HIV-negative ( ( may men ) ( live ( shorter ( than ( average ( straight men ) ) ) ) ) ) ) ) ) ) ( , ( gays ( ( have ( ( ( higher income ) and ) ( ( more education ) ( on average ) ) ) ) . ) ) ) )
(ROOT (S (S (NP (NNP Rosenberg)) (VP (VBZ points) (PP (TO to) (NP (DT a) (NN reason))) (SBAR (IN that) (S (NP (NNP HIV-negative)) (VP (MD may) (NP (NNS men)) (S (VP (VB live) (ADJP (ADJP (JJR shorter)) (PP (IN than) (NP (JJ average) (JJ straight) (NNS men))))))))))) (, ,) (NP (NNS gays)) (VP (VBP have) (NP (NP (JJR higher) (NN income)) (CC and) (NP (NP (JJR more) (NN education)) (PP (IN on) (NP (NN average)))))) (. .)))
slate
1
40,558
40558e
This collection of nine centuries of paintings includes important works by Giotto, Fra Angelico, Perugino, Raphael's Transfiguration (his last great work), Leonardo da Vinci's unfinished St. Jerome, Bellini's Piet? , and Caravaggio's Descent from the Crose
( ( ( ( ( ( This collection ) ( of ( ( nine centuries ) ( of paintings ) ) ) ) ( ( includes ( important works ) ) ( ( by Giotto ) ( , ( ( ( ( ( ( Fra Angelico ) , ) Perugino ) , ) ( ( Raphael 's ) ( ( ( ( ( ( ( Transfiguration -LRB- ) ( his ( last ( great work ) ) ) ) -RRB- ) , ) ( ( Leonardo ( da ( Vinci 's ) ) ) ( unfinished ( St. Jerome ) ) ) ) , ) ( ( Bellini 's ) Piet ) ) ) ) ? ) ) ) ) ) , ) and ) ( Caravaggio ( 's ( Descent ( from ( the Crose ) ) ) ) ) )
(ROOT (S (S (NP (NP (DT This) (NN collection)) (PP (IN of) (NP (NP (CD nine) (NNS centuries)) (PP (IN of) (NP (NNS paintings)))))) (VP (VBZ includes) (NP (JJ important) (NNS works)) (FRAG (PP (IN by) (NP (NNP Giotto))) (, ,) (NP (NP (NNP Fra) (NNP Angelico)) (, ,) (NP (NNP Perugino)) (, ,) (NP (NP (NNP Raphael) (POS 's)) (NP (NP (NP (NNP Transfiguration)) (-LRB- -LRB-) (NP (PRP$ his) (JJ last) (JJ great) (NN work)) (-RRB- -RRB-)) (, ,) (NP (NP (NNP Leonardo) (NNP da) (NNP Vinci) (POS 's)) (JJ unfinished) (NNP St.) (NNP Jerome)) (, ,) (NP (NP (NNP Bellini) (POS 's)) (NNP Piet))))) (. ?)))) (, ,) (CC and) (S (NP (NNP Caravaggio)) (VP (VBZ 's) (NP (NP (NNP Descent)) (PP (IN from) (NP (DT the) (NNP Crose))))))))
There are painting from different eras in the collection.
( There ( ( are ( painting ( from ( ( different eras ) ( in ( the collection ) ) ) ) ) ) . ) )
(ROOT (S (NP (EX There)) (VP (VBP are) (VP (VBG painting) (PP (IN from) (NP (NP (JJ different) (NNS eras)) (PP (IN in) (NP (DT the) (NN collection))))))) (. .)))
travel
0
34,604
34604c
China and Japan were not on speaking terms, so trade between them had to be channeled through a neutral middleman.
( ( ( ( ( ( ( China and ) Japan ) ( ( were not ) ( on ( speaking terms ) ) ) ) , ) so ) ( ( trade ( between them ) ) ( had ( to ( be ( channeled ( through ( a ( neutral middleman ) ) ) ) ) ) ) ) ) . )
(ROOT (S (S (NP (NNP China) (CC and) (NNP Japan)) (VP (VBD were) (RB not) (PP (IN on) (S (VP (VBG speaking) (NP (NNS terms))))))) (, ,) (IN so) (S (NP (NP (NN trade)) (PP (IN between) (NP (PRP them)))) (VP (VBD had) (S (VP (TO to) (VP (VB be) (VP (VBN channeled) (PP (IN through) (NP (DT a) (JJ neutral) (NN middleman))))))))) (. .)))
China and Japan were openly trading because they were on speaking terms.
( ( ( China and ) Japan ) ( ( ( were openly ) ( trading ( because ( they ( were ( on ( speaking terms ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP China) (CC and) (NNP Japan)) (VP (VBD were) (ADVP (RB openly)) (VP (VBG trading) (SBAR (IN because) (S (NP (PRP they)) (VP (VBD were) (PP (IN on) (S (VP (VBG speaking) (NP (NNS terms)))))))))) (. .)))
travel
1
140,344
140344c
The Kal laid prone and kissed the earth.
( ( The Kal ) ( ( laid ( ( ( prone and ) kissed ) ( the earth ) ) ) . ) )
(ROOT (S (NP (DT The) (NNP Kal)) (VP (VBD laid) (NP (ADJP (JJ prone) (CC and) (JJ kissed)) (DT the) (NN earth))) (. .)))
The earth kissed Kal.
( ( The earth ) ( ( kissed Kal ) . ) )
(ROOT (S (NP (DT The) (NN earth)) (VP (VBD kissed) (NP (NNP Kal))) (. .)))
fiction
1
29,093
29093e
And that would include boraquasco.
( And ( that ( ( would ( include boraquasco ) ) . ) ) )
(ROOT (S (CC And) (NP (DT that)) (VP (MD would) (VP (VB include) (NP (NN boraquasco)))) (. .)))
A boraquasco was included.
( ( A boraquasco ) ( ( was included ) . ) )
(ROOT (S (NP (DT A) (NN boraquasco)) (VP (VBD was) (VP (VBN included))) (. .)))
fiction
0
114,664
114664e
of course you know you always wonder about the information you're getting anyway
( ( of course ) ( you ( know ( you ( always ( wonder ( about ( ( the information ) ( you ( 're ( getting anyway ) ) ) ) ) ) ) ) ) ) )
(ROOT (S (PP (IN of) (NP (NN course))) (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (PRP you)) (ADVP (RB always)) (VP (VBP wonder) (PP (IN about) (NP (NP (DT the) (NN information)) (SBAR (S (NP (PRP you)) (VP (VBP 're) (VP (VBG getting) (ADVP (RB anyway))))))))))))))
You're always curious about the intel you get anyway.
( You ( ( ( 're always ) ( curious ( about ( ( the intel ) ( you ( get anyway ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP You)) (VP (VBP 're) (ADVP (RB always)) (VP (VBG curious) (PP (IN about) (NP (NP (DT the) (NN intel)) (SBAR (S (NP (PRP you)) (VP (VBP get) (ADVP (RB anyway))))))))) (. .)))
telephone
0
31,052
31052c
uh and we're gonna try to teach him good values because you know when when when they get to upper level school and they start teaching well hey if you can play football or basketball that's what's important not if you can read or write or do or understand understand some science you know i mean give me a break that's that's that's bogus
( ( ( uh and ) we ) ( 're ( gon ( na ( ( try ( to ( ( teach him ) ( good values ) ) ) ) ( because ( you ( know ( when ( ( when ( ( when ( ( ( they ( get ( to ( upper ( level school ) ) ) ) ) and ) ( they ( start ( ( teaching ( well hey ) ) ( if ( you ( can ( play ( ( ( football or ) basketball ) ( that ( 's ( what ( ( 's important ) ( not ( if ( you ( can ( ( ( ( read or ) write ) or ) ( ( do or ) understand ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ( understand ( some science ) ) ) ) ( you ( know ( i ( mean ( ( give me ) ( ( a break ) ( that ( 's ( that ( 's ( that ( 's bogus ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (S (NP (NNP uh) (CC and) (PRP we)) (VP (VBP 're) (VP (VBG gon) (S (VP (TO na) (VP (VB try) (S (VP (TO to) (VP (VB teach) (NP (PRP him)) (NP (JJ good) (NNS values))))) (SBAR (IN because) (S (NP (PRP you)) (VP (VBP know) (SBAR (WHADVP (WRB when)) (S (SBAR (WHADVP (WRB when)) (S (SBAR (WHADVP (WRB when)) (S (S (NP (PRP they)) (VP (VBP get) (PP (TO to) (NP (JJ upper) (NN level) (NN school))))) (CC and) (S (NP (PRP they)) (VP (VBP start) (S (VP (VBG teaching) (ADJP (RB well) (JJ hey)) (SBAR (IN if) (S (NP (PRP you)) (VP (MD can) (VP (VB play) (NP (NP (NN football) (CC or) (NN basketball)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (SBAR (WHNP (WP what)) (S (VP (VBZ 's) (ADJP (JJ important)) (SBAR (RB not) (IN if) (S (NP (PRP you)) (VP (MD can) (VP (VP (VB read) (CC or) (VB write)) (CC or) (VP (VB do) (CC or) (VB understand))))))))))))))))))))))) (VP (VBP understand) (NP (DT some) (NN science))))) (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (FW i)) (VP (VBP mean) (VP (VB give) (NP (PRP me)) (NP (NP (DT a) (NN break)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (SBAR (IN that) (S (VP (VBZ 's) (SBAR (IN that) (S (VP (VBZ 's) (ADJP (JJ bogus)))))))))))))))))))))))))))))
I would like my kids to play football or basketball.
( I ( ( would ( ( like ( my kids ) ) ( to ( play ( ( football or ) basketball ) ) ) ) ) . ) )
(ROOT (S (NP (PRP I)) (VP (MD would) (VP (VB like) (NP (PRP$ my) (NNS kids)) (S (VP (TO to) (VP (VB play) (NP (NN football) (CC or) (NN basketball))))))) (. .)))
telephone
1
28,008
28008c
Ca'daan stood, his head throbbing and for the first time saw the full extent of the battle.
( ( ( Ca ` ) ( daan stood ) ) ( , ( ( ( his head ) ( ( throbbing and ) ( for ( the ( first time ) ) ) ) ) ( ( saw ( ( the ( full extent ) ) ( of ( the battle ) ) ) ) . ) ) ) )
(ROOT (S (S (VP (VBG Ca) (`` `) (SBAR (S (NP (NN daan)) (VP (VBD stood)))))) (, ,) (NP (NP (PRP$ his) (NN head)) (UCP (ADJP (JJ throbbing)) (CC and) (PP (IN for) (NP (DT the) (JJ first) (NN time))))) (VP (VBD saw) (NP (NP (DT the) (JJ full) (NN extent)) (PP (IN of) (NP (DT the) (NN battle))))) (. .)))
Ca'daan never knew what had happened in the battle.
( ( Ca ( ` daan ) ) ( never ( ( knew ( what ( had ( happened ( in ( the battle ) ) ) ) ) ) . ) ) )
(ROOT (S (NP (JJS Ca) (`` `) (NNS daan)) (ADVP (RB never)) (VP (VBD knew) (SBAR (WHNP (WP what)) (S (VP (VBD had) (VP (VBN happened) (PP (IN in) (NP (DT the) (NN battle)))))))) (. .)))
fiction
1
35,626
35626e
In fact, the immediate result of the trials was to widen the breach between Haywood (who became increasingly radical) and his more cautious WFM associates (who wound up pulling back from the revolutionary IWW).
( ( In fact ) ( , ( ( ( the ( immediate result ) ) ( of ( the trials ) ) ) ( ( was ( to ( widen ( ( ( ( ( the breach ) ( between Haywood ) ) ( -LRB- ( ( who ( became ( increasingly radical ) ) ) -RRB- ) ) ) and ) ( ( his ( ( more cautious ) ( WFM associates ) ) ) ( -LRB- ( ( who ( ( wound up ) ( ( pulling back ) ( from ( the ( revolutionary IWW ) ) ) ) ) ) -RRB- ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (PP (IN In) (NP (NN fact))) (, ,) (NP (NP (DT the) (JJ immediate) (NN result)) (PP (IN of) (NP (DT the) (NNS trials)))) (VP (VBD was) (S (VP (TO to) (VP (VB widen) (NP (NP (NP (NP (DT the) (NN breach)) (PP (IN between) (NP (NNP Haywood)))) (PRN (-LRB- -LRB-) (SBAR (WHNP (WP who)) (S (VP (VBD became) (ADJP (RB increasingly) (JJ radical))))) (-RRB- -RRB-))) (CC and) (NP (NP (PRP$ his) (ADJP (RBR more) (JJ cautious)) (NNP WFM) (NNS associates)) (PRN (-LRB- -LRB-) (SBAR (WHNP (WP who)) (S (VP (VBD wound) (PRT (RP up)) (S (VP (VBG pulling) (PRT (RP back)) (PP (IN from) (NP (DT the) (JJ revolutionary) (NN IWW)))))))) (-RRB- -RRB-)))))))) (. .)))
The goal of the trials was to widen the breach between Haywood and his WFM associates.
( ( ( The goal ) ( of ( the trials ) ) ) ( ( was ( to ( widen ( ( the breach ) ( between ( ( Haywood and ) ( his ( WFM associates ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN goal)) (PP (IN of) (NP (DT the) (NNS trials)))) (VP (VBD was) (S (VP (TO to) (VP (VB widen) (NP (NP (DT the) (NN breach)) (PP (IN between) (NP (NP (NNP Haywood)) (CC and) (NP (PRP$ his) (NN WFM) (NNS associates))))))))) (. .)))
slate
0
50,689
50689e
The streets of Havana are a living museum of chrome-finned wondercars imported during Detroit's heyday, but several that once belonged to pivotal Cuban figures among them a 1918 Ford truck used by Fidel's father and Che's 1960 Chevrolet Bel Air are lined up in the Museo de Autos Antiguos (Calle Oficios, 13).
( ( ( ( ( ( ( The streets ) ( of Havana ) ) ( are ( ( a ( living museum ) ) ( of ( ( chrome-finned wondercars ) ( imported ( during ( ( Detroit 's ) heyday ) ) ) ) ) ) ) ) , ) but ) ( ( several ( that ( once ( ( belonged ( to ( ( pivotal ( Cuban figures ) ) ( among them ) ) ) ) ( ( a ( 1918 ( Ford truck ) ) ) ( used ( by ( ( ( ( Fidel 's ) father ) and ) ( ( Che 's ) ( 1960 ( Chevrolet ( Bel Air ) ) ) ) ) ) ) ) ) ) ) ) ( are ( ( lined up ) ( in ( ( the ( Museo ( de ( Autos Antiguos ) ) ) ) ( -LRB- ( ( ( ( Calle Oficios ) , ) 13 ) -RRB- ) ) ) ) ) ) ) ) . )
(ROOT (S (S (NP (NP (DT The) (NNS streets)) (PP (IN of) (NP (NNP Havana)))) (VP (VBP are) (NP (NP (DT a) (VBG living) (NN museum)) (PP (IN of) (NP (NP (JJ chrome-finned) (NNS wondercars)) (VP (VBN imported) (PP (IN during) (NP (NP (NNP Detroit) (POS 's)) (NN heyday))))))))) (, ,) (CC but) (S (NP (NP (JJ several)) (SBAR (WHNP (WDT that)) (S (ADVP (RB once)) (VP (VBD belonged) (PP (TO to) (NP (NP (JJ pivotal) (JJ Cuban) (NNS figures)) (PP (IN among) (NP (PRP them))))) (NP (NP (DT a) (CD 1918) (NNP Ford) (NN truck)) (VP (VBN used) (PP (IN by) (NP (NP (NP (NNP Fidel) (POS 's)) (NN father)) (CC and) (NP (NP (NNP Che) (POS 's)) (NNP 1960) (NNP Chevrolet) (NNP Bel) (NNP Air)))))))))) (VP (VBP are) (VP (VBN lined) (PRT (RP up)) (PP (IN in) (NP (NP (DT the) (NNP Museo) (NNP de) (NNP Autos) (NNP Antiguos)) (PRN (-LRB- -LRB-) (NP (NNP Calle) (NNP Oficios)) (, ,) (NP (CD 13)) (-RRB- -RRB-))))))) (. .)))
The streets of Havana are a living museum of cars.
( ( ( The streets ) ( of Havana ) ) ( ( are ( ( a ( living museum ) ) ( of cars ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNS streets)) (PP (IN of) (NP (NNP Havana)))) (VP (VBP are) (NP (NP (DT a) (VBG living) (NN museum)) (PP (IN of) (NP (NNS cars))))) (. .)))
travel
0
139,389
139389c
After arranging things with him we went in and hid behind the curtain in the recess.
( ( After ( ( arranging things ) ( with him ) ) ) ( we ( ( ( ( went in ) and ) ( hid ( behind ( ( the curtain ) ( in ( the recess ) ) ) ) ) ) . ) ) )
(ROOT (S (PP (IN After) (S (VP (VBG arranging) (NP (NNS things)) (PP (IN with) (NP (PRP him)))))) (NP (PRP we)) (VP (VP (VBD went) (PRT (RP in))) (CC and) (VP (VBP hid) (PP (IN behind) (NP (NP (DT the) (NN curtain)) (PP (IN in) (NP (DT the) (NN recess))))))) (. .)))
After arranging things, we went outside and started dancing.
( ( After ( arranging things ) ) ( , ( we ( ( ( ( went outside ) and ) ( started dancing ) ) . ) ) ) )
(ROOT (S (PP (IN After) (S (VP (VBG arranging) (NP (NNS things))))) (, ,) (NP (PRP we)) (VP (VP (VBD went) (ADVP (RB outside))) (CC and) (VP (VBD started) (NP (NN dancing)))) (. .)))
fiction
1
91,578
91578c
Bean and Lands' End kept everything in stock until Christmas Day, they'd go broke warehousing the unsold surplus or marking it down.
( ( ( ( Bean and ) ( ( Lands ' ) End ) ) ( ( ( kept everything ) ( in stock ) ) ( until ( Christmas Day ) ) ) ) ( , ( they ( ( 'd ( go ( ( ( broke ( warehousing ( the ( unsold surplus ) ) ) ) or ) ( ( marking it ) down ) ) ) ) . ) ) ) )
(ROOT (S (S (NP (NP (NNP Bean)) (CC and) (NP (NP (NNP Lands) (POS ')) (NN End))) (VP (VBD kept) (NP (NN everything)) (PP (IN in) (NP (NN stock))) (PP (IN until) (NP (NNP Christmas) (NNP Day))))) (, ,) (NP (PRP they)) (VP (MD 'd) (VP (VB go) (S (VP (VP (ADVP (RB broke)) (VBG warehousing) (NP (DT the) (JJ unsold) (NN surplus))) (CC or) (VP (VBG marking) (NP (PRP it)) (PRT (RP down))))))) (. .)))
Bean and Land's End were out of stock by Christmas Day, which saved them having to mark it down.
( ( ( Bean and ) ( ( Land 's ) End ) ) ( ( ( were ( out ( of stock ) ) ) ( by ( ( ( Christmas Day ) , ) ( which ( saved ( them ( having ( to ( ( mark it ) down ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (NNP Bean)) (CC and) (NP (NP (NNP Land) (POS 's)) (NN End))) (VP (VBD were) (ADJP (IN out) (PP (IN of) (NP (NN stock)))) (PP (IN by) (NP (NP (NNP Christmas) (NNP Day)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBD saved) (S (NP (PRP them)) (VP (VBG having) (S (VP (TO to) (VP (VB mark) (NP (PRP it)) (PRT (RP down))))))))))))) (. .)))
slate
1
32,003
32003c
delivery (called route time in U.S. delivery cost analyses),5 is accounted for by the need for the carrier to move from one stop6 to another whatever the mode of delivery.
( ( delivery ( -LRB- ( ( called ( ( route time ) ( in ( U.S. ( delivery ( cost analyses ) ) ) ) ) ) -RRB- ) ) ) ( ,5 ( ( is ( ( accounted ( for ( by ( ( the need ) ( for ( the carrier ) ) ) ) ) ) ( to ( ( move ( from ( ( one stop6 ) ( to ( another whatever ) ) ) ) ) ( ( the mode ) ( of delivery ) ) ) ) ) ) . ) ) )
(ROOT (S (NP (NP (NN delivery)) (PRN (-LRB- -LRB-) (VP (VBN called) (NP (NP (NN route) (NN time)) (PP (IN in) (NP (NNP U.S.) (NN delivery) (NN cost) (NNS analyses))))) (-RRB- -RRB-))) (ADVP (RB ,5)) (VP (VBZ is) (VP (VBN accounted) (PP (IN for) (IN by) (NP (NP (DT the) (NN need)) (PP (IN for) (NP (DT the) (NN carrier))))) (S (VP (TO to) (VP (VB move) (PP (IN from) (NP (NP (CD one) (NNS stop6)) (PP (TO to) (NP (DT another) (NN whatever))))) (NP (NP (DT the) (NN mode)) (PP (IN of) (NP (NN delivery))))))))) (. .)))
Route time is the time the postal worker clocks in at work.
( ( Route time ) ( ( is ( ( the time ) ( ( the ( postal worker ) ) ( ( clocks in ) ( at work ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Route) (NN time)) (VP (VBZ is) (NP (NP (DT the) (NN time)) (SBAR (S (NP (DT the) (JJ postal) (NN worker)) (VP (VBZ clocks) (PRT (RP in)) (PP (IN at) (NP (NN work)))))))) (. .)))
government
1
57,223
57223c
The word, which means House of Wood, may have given Kathmandu its name.
( ( ( ( ( The word ) , ) ( which ( means ( House ( of Wood ) ) ) ) ) , ) ( ( may ( have ( ( given Kathmandu ) ( its name ) ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NN word)) (, ,) (SBAR (WHNP (WDT which)) (S (VP (VBZ means) (NP (NP (NNP House)) (PP (IN of) (NP (NNP Wood))))))) (, ,)) (VP (MD may) (VP (VB have) (VP (VBN given) (NP (NNP Kathmandu)) (NP (PRP$ its) (NN name))))) (. .)))
Kathmandu was named after a local fish.
( Kathmandu ( ( was ( named ( after ( a ( local fish ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Kathmandu)) (VP (VBD was) (VP (VBN named) (PP (IN after) (NP (DT a) (JJ local) (NN fish))))) (. .)))
travel
1
62,825
62825e
Aix-en-Provence
Aix-en-Provence
(ROOT (NP (NNP Aix-en-Provence)))
A city in Gaul.
( ( ( A city ) ( in Gaul ) ) . )
(ROOT (NP (NP (DT A) (NN city)) (PP (IN in) (NP (NNP Gaul))) (. .)))
travel
0
126,676
126676e
Head next for the restful Botanical Gardens, laid out in the 18th century, boasting 35,000 species of flowers and shrubs.
( ( ( ( ( ( ( Head ( next ( for ( the ( restful ( Botanical Gardens ) ) ) ) ) ) , ) ( ( laid out ) ( in ( the ( 18th century ) ) ) ) ) , ) ( boasting ( 35,000 species ) ) ) ( of ( ( flowers and ) shrubs ) ) ) . )
(ROOT (NP (NP (NP (NNP Head)) (PP (JJ next) (IN for) (NP (DT the) (JJ restful) (NNP Botanical) (NNPS Gardens)))) (, ,) (VP (VBN laid) (PRT (RP out)) (PP (IN in) (NP (DT the) (JJ 18th) (NN century)))) (, ,) (VP (VBG boasting) (NP (CD 35,000) (NNS species))) (PP (IN of) (NP (NNS flowers) (CC and) (NNS shrubs))) (. .)))
Make for the soothing Botanical Gardens next, where 35,000 species of plants can be found.
( ( ( ( Make ( for ( ( the ( soothing ( Botanical Gardens ) ) ) next ) ) ) , ) ( where ( ( ( 35,000 species ) ( of plants ) ) ( can ( be found ) ) ) ) ) . )
(ROOT (S (VP (VB Make) (PP (IN for) (NP (NP (DT the) (JJ soothing) (NNP Botanical) (NNPS Gardens)) (ADVP (JJ next)))) (, ,) (SBAR (WHADVP (WRB where)) (S (NP (NP (CD 35,000) (NNS species)) (PP (IN of) (NP (NNS plants)))) (VP (MD can) (VP (VB be) (VP (VBN found))))))) (. .)))
travel
0
115,877
115877c
(The main house is closed to the public. )
( -LRB- ( ( The ( main house ) ) ( ( ( is ( closed ( to ( the public ) ) ) ) . ) -RRB- ) ) )
(ROOT (S (-LRB- -LRB-) (NP (DT The) (JJ main) (NN house)) (VP (VBZ is) (VP (VBN closed) (PP (TO to) (NP (DT the) (NN public))))) (. .) (-RRB- -RRB-)))
The main house is accessible to anyone.
( ( The ( main house ) ) ( ( is ( accessible ( to anyone ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ main) (NN house)) (VP (VBZ is) (ADJP (JJ accessible) (PP (TO to) (NP (NN anyone))))) (. .)))
travel
1
86,546
86546c
5 million has been raised since the campaign began.
( ( 5 million ) ( ( has ( been ( raised ( since ( ( the campaign ) began ) ) ) ) ) . ) )
(ROOT (S (NP (QP (CD 5) (CD million))) (VP (VBZ has) (VP (VBN been) (VP (VBN raised) (SBAR (IN since) (S (NP (DT the) (NN campaign)) (VP (VBD began))))))) (. .)))
The campaign ended after raising one million dollars.
( ( The campaign ) ( ( ended ( after ( raising ( ( one million ) dollars ) ) ) ) . ) )
(ROOT (S (NP (DT The) (NN campaign)) (VP (VBD ended) (PP (IN after) (S (VP (VBG raising) (NP (QP (CD one) (CD million)) (NNS dollars)))))) (. .)))
government
1
12,159
12159c
He's a Polish Jew, anyway."
( He ( ( ( ( ( 's ( a ( Polish Jew ) ) ) , ) anyway ) . ) '' ) )
(ROOT (S (NP (PRP He)) (VP (VBZ 's) (NP (DT a) (JJ Polish) (NN Jew)) (, ,) (ADVP (RB anyway))) (. .) ('' '')))
He was a Christian.
( He ( ( was ( a Christian ) ) . ) )
(ROOT (S (NP (PRP He)) (VP (VBD was) (NP (DT a) (NNP Christian))) (. .)))
fiction
1
112,461
112461c
And what else did we learn from today's Quiz?
( And ( ( what else ) ( ( ( did we ) ( learn ( from ( ( today 's ) Quiz ) ) ) ) ? ) ) )
(ROOT (SBARQ (CC And) (WHNP (WP what) (RB else)) (SQ (VBD did) (NP (PRP we)) (VP (VB learn) (PP (IN from) (NP (NP (NN today) (POS 's)) (NN Quiz))))) (. ?)))
We did not learn from today's quiz.
( We ( ( ( did not ) ( learn ( from ( ( today 's ) quiz ) ) ) ) . ) )
(ROOT (S (NP (PRP We)) (VP (VBD did) (RB not) (VP (VB learn) (PP (IN from) (NP (NP (NN today) (POS 's)) (NN quiz))))) (. .)))
slate
1
5,840
5840c
On the way up, you can admire the wildflowers, and in autumn and winter you may catch sight of Audouin's Gull (a rare species with dark olive legs and a black-banded red bill).
( ( On ( ( the way ) up ) ) ( , ( ( ( ( ( you ( can ( admire ( the wildflowers ) ) ) ) , ) and ) ( ( in ( ( autumn and ) winter ) ) ( you ( may ( catch ( sight ( of ( ( ( Audouin 's ) Gull ) ( -LRB- ( ( ( a ( rare species ) ) ( with ( ( ( dark ( olive legs ) ) and ) ( a ( black-banded ( red bill ) ) ) ) ) ) -RRB- ) ) ) ) ) ) ) ) ) ) . ) ) )
(ROOT (S (PP (IN On) (ADVP (NP (DT the) (NN way)) (RB up))) (, ,) (S (NP (PRP you)) (VP (MD can) (VP (VB admire) (NP (DT the) (NNS wildflowers))))) (, ,) (CC and) (S (PP (IN in) (NP (NN autumn) (CC and) (NN winter))) (NP (PRP you)) (VP (MD may) (VP (VB catch) (NP (NP (NN sight)) (PP (IN of) (NP (NP (NP (NNP Audouin) (POS 's)) (NNP Gull)) (PRN (-LRB- -LRB-) (NP (NP (DT a) (JJ rare) (NN species)) (PP (IN with) (NP (NP (JJ dark) (NN olive) (NNS legs)) (CC and) (NP (DT a) (JJ black-banded) (JJ red) (NN bill))))) (-RRB- -RRB-)))))))) (. .)))
The way up is barren of all plant and animal life.
( ( The way ) ( up ( ( is ( barren ( of ( all ( plant ( and ( animal life ) ) ) ) ) ) ) . ) ) )
(ROOT (S (NP (DT The) (NN way)) (ADVP (RB up)) (VP (VBZ is) (NP (NP (JJ barren)) (PP (IN of) (NP (DT all) (NN plant) (CC and) (NN animal) (NN life))))) (. .)))
travel
1
132,192
132192c
Five Kinds of Jungle
( ( Five Kinds ) ( of Jungle ) )
(ROOT (NP (NP (CD Five) (NNS Kinds)) (PP (IN of) (NP (NN Jungle)))))
There is only one kind of jungle.
( There ( ( is ( ( only ( one kind ) ) ( of jungle ) ) ) . ) )
(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (RB only) (CD one) (NN kind)) (PP (IN of) (NP (NN jungle))))) (. .)))
travel
1
93,707
93707e
well in answer to you know answer to the question though i still think the sentencing should be in the hands of the jury even though as you say there are some uh people who are reluctant i do not think again in the matter of uh uh that that judges should have the uh the upper hand or the only hand in that sense because i think if but i i've never served on a jury you probably know this better than i um if the jury does their job and of course there are those on the jury that do not i'm sure but and ask the questions and uh correctly and then one of things i've always wondered is uh the ability of jurors to to ask questions
( ( well ( ( in answer ) ( to you ) ) ) ( ( ( know answer ) ( to ( the question ) ) ) ( though ( ( ( i ( still ( think ( ( the sentencing ) ( should ( ( ( ( be ( in ( ( the hands ) ( of ( the jury ) ) ) ) ) ( even ( though ( ( as ( you ( say ( there ( are ( ( some ( uh people ) ) ( who ( are ( reluctant ( i ( ( do not ) ( ( ( think again ) ( in ( ( the matter ) ( of ( uh uh ) ) ) ) ) ( that ( ( that judges ) ( should ( have ( ( the uh ) ( ( ( ( ( the ( upper hand ) ) or ) ( the ( only hand ) ) ) ( in that ) ) ( sense ( because ( i ( think ( ( if ( but ( ( i i ) ( ( 've never ) ( served ( on ( a jury ) ) ) ) ) ) ) ( ( ( you ( probably ( ( know ( this ( ( better ( than i ) ) um ) ) ) ( if ( ( the jury ) ( does ( their job ) ) ) ) ) ) ) and ) ( ( of course ) ( there ( are ( those ( on ( ( the jury ) ( that ( do not ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ( i ( ( 'm sure ) but ) ) ) ) ) ) and ) ( ( ask ( the ( ( questions and ) uh ) ) ) correctly ) ) ) ) ) ) ) and ) ( ( ( then one ) ( of ( things ( i ( ( 've always ) wondered ) ) ) ) ) ( is ( ( ( uh ( ( the ability ) ( of jurors ) ) ) to ) ( to ( ask questions ) ) ) ) ) ) ) ) )
(ROOT (SINV (ADVP (RB well) (PP (IN in) (NP (NN answer)) (PP (TO to) (NP (PRP you))))) (VP (VBP know) (NP (NN answer)) (PP (TO to) (NP (DT the) (NN question)))) (SBAR (IN though) (S (S (NP (FW i)) (ADVP (RB still)) (VP (VBP think) (SBAR (S (NP (DT the) (NN sentencing)) (VP (MD should) (VP (VP (VB be) (PP (IN in) (NP (NP (DT the) (NNS hands)) (PP (IN of) (NP (DT the) (NN jury))))) (SBAR (RB even) (IN though) (S (SBAR (IN as) (S (NP (PRP you)) (VP (VBP say) (SBAR (S (NP (EX there)) (VP (VBP are) (NP (NP (DT some) (JJ uh) (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBP are) (ADJP (JJ reluctant) (SBAR (S (NP (FW i)) (VP (VBP do) (RB not) (VP (VB think) (ADVP (RB again)) (PP (IN in) (NP (NP (DT the) (NN matter)) (PP (IN of) (NP (INTJ (UH uh) (UH uh)))))) (SBAR (IN that) (S (NP (DT that) (NNS judges)) (VP (MD should) (VP (VB have) (NP (NP (DT the) (NN uh)) (SBAR (WHNP (NP (NP (DT the) (JJ upper) (NN hand)) (CC or) (NP (DT the) (JJ only) (NN hand))) (WHPP (IN in) (WHNP (WDT that)))) (S (VP (VBP sense) (SBAR (IN because) (S (NP (FW i)) (VP (VBP think) (SBAR (IN if) (PRN (CC but) (NP (NP (FW i) (FW i)) (SBAR (S (VP (VBP 've) (ADVP (RB never)) (VP (VBN served) (PP (IN on) (NP (DT a) (NN jury))))))))) (S (S (NP (PRP you)) (ADVP (RB probably)) (VP (VBP know) (NP (DT this) (ADJP (JJR better) (PP (IN than) (NP (FW i)))) (NN um)) (SBAR (IN if) (S (NP (DT the) (NN jury)) (VP (VBZ does) (NP (PRP$ their) (NN job))))))) (CC and) (S (PP (IN of) (NP (NN course))) (NP (EX there)) (VP (VBP are) (NP (NP (DT those)) (PP (IN on) (NP (NP (DT the) (NN jury)) (SBAR (WHNP (WDT that)) (S (VP (VBP do) (RB not))))))))))))))))))))))))))))))))))))) (NP (FW i)) (VP (VBP 'm) (ADJP (JJ sure)) (ADVP (CC but)))))) (CC and) (VP (VB ask) (NP (DT the) (NNS questions) (CC and) (NNS uh)) (ADVP (RB correctly))))))))) (CC and) (S (NP (NP (RB then) (CD one)) (PP (IN of) (NP (NP (NNS things)) (SBAR (S (NP (FW i)) (VP (VBP 've) (ADVP (RB always)) (VP (VBD wondered)))))))) (VP (VBZ is) (VP (VBG uh) (NP (NP (DT the) (NN ability)) (PP (IN of) (NP (NNS jurors)))) (PP (TO to)) (S (VP (TO to) (VP (VB ask) (NP (NNS questions))))))))))))
It's important that the judge does not have more power than the jury in terms of sentencing.
( It ( ( ( 's important ) ( that ( ( the judge ) ( ( does not ) ( ( have ( more power ) ) ( than ( ( the jury ) ( in ( terms ( of sentencing ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ 's) (ADJP (JJ important)) (SBAR (IN that) (S (NP (DT the) (NN judge)) (VP (VBZ does) (RB not) (VP (VB have) (NP (JJR more) (NN power)) (PP (IN than) (NP (NP (DT the) (NN jury)) (PP (IN in) (NP (NP (NNS terms)) (PP (IN of) (NP (NN sentencing)))))))))))) (. .)))
telephone
0
106,227
106227e
I expect it will be about five shillings.
( I ( ( expect ( it ( will ( be ( ( about five ) shillings ) ) ) ) ) . ) )
(ROOT (S (NP (PRP I)) (VP (VBP expect) (SBAR (S (NP (PRP it)) (VP (MD will) (VP (VB be) (NP (QP (RB about) (CD five)) (NNS shillings))))))) (. .)))
It will be approximately five shillings.
( It ( ( will ( be ( ( approximately five ) shillings ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (MD will) (VP (VB be) (NP (QP (RB approximately) (CD five)) (NNS shillings)))) (. .)))
fiction
0
77,656
77656c
oh yeah works very good with leaves because leaves typically if you pick them up right away uh they'll sit on top of the grass
( ( ( ( oh ( yeah works ) ) ( very good ) ) ( with leaves ) ) ( because ( ( leaves typically ) ( if ( you ( ( ( pick them ) ( up ( right away ) ) ) ( uh ( they ( 'll ( sit ( on ( top ( of ( the grass ) ) ) ) ) ) ) ) ) ) ) ) ) )
(ROOT (FRAG (NP (NP (JJ oh) (NN yeah) (NNS works)) (ADJP (RB very) (JJ good)) (PP (IN with) (NP (NNS leaves)))) (SBAR (IN because) (S (VP (VBZ leaves) (ADVP (RB typically)) (SBAR (IN if) (S (NP (PRP you)) (VP (VBP pick) (NP (PRP them)) (ADVP (RB up) (RB right) (RB away)) (SBAR (S (INTJ (UH uh)) (NP (PRP they)) (VP (MD 'll) (VP (VB sit) (PP (IN on) (NP (NP (NN top)) (PP (IN of) (NP (DT the) (NN grass)))))))))))))))))
It doesn't work well with leaves.
( It ( ( ( does n't ) ( ( work well ) ( with leaves ) ) ) . ) )
(ROOT (S (NP (PRP It)) (VP (VBZ does) (RB n't) (VP (VB work) (ADVP (RB well)) (PP (IN with) (NP (NNS leaves))))) (. .)))
telephone
1
102,871
102871c
Now that's what I call bein' cold!" Drew laughed.
( ( ( ( ( Now ( that ( 's ( what ( I ( call ( ( bein ' ) cold ) ) ) ) ) ) ) ! ) '' ) ( Drew laughed ) ) . )
(ROOT (S (S (ADVP (RB Now)) (NP (DT that)) (VP (VBZ 's) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBP call) (NP (NP (NN bein) (POS ')) (NN cold))))))) (. !) ('' '') (S (NP (NNP Drew)) (VP (VBD laughed))) (. .)))
Now that's some heat! Drew exclaimed.
( Now ( that ( ( 's ( some ( ( heat ( ! Drew ) ) exclaimed ) ) ) . ) ) )
(ROOT (S (ADVP (RB Now)) (NP (DT that)) (VP (VBZ 's) (NP (NP (DT some)) (SBAR (S (NP (NN heat) (. !) (NNP Drew)) (VP (VBD exclaimed)))))) (. .)))
fiction
1
47,214
47214e
at least we had a good conversation anyway yeah
( ( at least ) ( we ( had ( ( a ( good conversation ) ) ( anyway yeah ) ) ) ) )
(ROOT (S (PP (IN at) (RBS least)) (NP (PRP we)) (VP (VBD had) (NP (NP (DT a) (JJ good) (NN conversation)) (ADJP (ADVP (RB anyway)) (JJ yeah))))))
At the very least we had a good talk.
( ( At ( the ( very least ) ) ) ( we ( ( had ( a ( good talk ) ) ) . ) ) )
(ROOT (S (PP (IN At) (NP (DT the) (RB very) (JJS least))) (NP (PRP we)) (VP (VBD had) (NP (DT a) (JJ good) (NN talk))) (. .)))
telephone
0
98,949
98949e
The Rio Grande, just west of Port Antonio, is the largest river complex on Jamaica, combining a number of tributaries from the Blue Mountains.
( ( ( ( ( The ( Rio Grande ) ) , ) ( ( just west ) ( of ( Port Antonio ) ) ) ) , ) ( ( is ( ( ( ( the ( largest ( river complex ) ) ) ( on Jamaica ) ) , ) ( combining ( ( a number ) ( of ( tributaries ( from ( the ( Blue Mountains ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (NNP Rio) (NNP Grande)) (, ,) (NP (NP (RB just) (NN west)) (PP (IN of) (NP (NNP Port) (NNP Antonio)))) (, ,)) (VP (VBZ is) (NP (NP (DT the) (JJS largest) (NN river) (NN complex)) (PP (IN on) (NP (NNP Jamaica))) (, ,) (VP (VBG combining) (NP (NP (DT a) (NN number)) (PP (IN of) (NP (NP (NNS tributaries)) (PP (IN from) (NP (DT the) (NNP Blue) (NNPS Mountains))))))))) (. .)))
The largest river complex on Jamaica is the Rio Grande.
( ( ( The ( largest ( river complex ) ) ) ( on Jamaica ) ) ( ( is ( the ( Rio Grande ) ) ) . ) )
(ROOT (S (NP (NP (DT The) (JJS largest) (NN river) (NN complex)) (PP (IN on) (NP (NNP Jamaica)))) (VP (VBZ is) (NP (DT the) (NNP Rio) (NNP Grande))) (. .)))
travel
0
123,936
123936c
And drinking even less than what it takes to put you over the 0.08 standard is still not entirely safe.
( And ( ( drinking ( ( even less ) ( than ( what ( it ( takes ( to ( ( put you ) ( over ( the ( 0.08 standard ) ) ) ) ) ) ) ) ) ) ) ( ( ( ( is still ) not ) ( entirely safe ) ) . ) ) )
(ROOT (S (CC And) (S (VP (VBG drinking) (ADJP (ADJP (RB even) (JJR less)) (PP (IN than) (SBAR (WHNP (WP what)) (S (NP (PRP it)) (VP (VBZ takes) (S (VP (TO to) (VP (VB put) (NP (PRP you)) (PP (IN over) (NP (DT the) (CD 0.08) (NN standard))))))))))))) (VP (VBZ is) (ADVP (RB still)) (RB not) (ADJP (RB entirely) (JJ safe))) (. .)))
Drinking just a little is fine.
( ( Drinking ( just ( a little ) ) ) ( ( is fine ) . ) )
(ROOT (S (S (VP (VBG Drinking) (ADVP (RB just) (NP (DT a) (RB little))))) (VP (VBZ is) (ADJP (JJ fine))) (. .)))
slate
1
99,406
99406c
Israel had a nervous breakdown when Menachem Begin evicted just 5,000 settlers from the Sinai during the early '80s.
( Israel ( ( had ( ( a ( nervous breakdown ) ) ( when ( ( Menachem Begin ) ( ( ( evicted ( just ( 5,000 settlers ) ) ) ( from ( the Sinai ) ) ) ( during ( the ( early '80s ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP Israel)) (VP (VBD had) (NP (NP (DT a) (JJ nervous) (NN breakdown)) (SBAR (WHADVP (WRB when)) (S (NP (NNP Menachem) (NNP Begin)) (VP (VBD evicted) (NP (RB just) (CD 5,000) (NNS settlers)) (PP (IN from) (NP (DT the) (NNP Sinai))) (PP (IN during) (NP (DT the) (JJ early) (NNS '80s)))))))) (. .)))
Begin evicted 50,000 settlers from China in the 80's.
( Begin ( ( ( ( evicted ( 50,000 settlers ) ) ( from China ) ) ( in ( the ( 80 's ) ) ) ) . ) )
(ROOT (S (NP (NNP Begin)) (VP (VBD evicted) (NP (CD 50,000) (NNS settlers)) (PP (IN from) (NP (NNP China))) (PP (IN in) (NP (DT the) (CD 80) (NNS 's)))) (. .)))
slate
1
84,170
84170e
Guaranteed Results - The Acid Rain program enjoys nearly 100 percent compliance and only takes 75 EPA employees to run - a track record no command-and-control program can meet.
( ( Guaranteed Results ) ( - ( ( ( The ( Acid ( Rain program ) ) ) ( ( ( ( enjoys ( ( nearly 100 ) ( percent compliance ) ) ) and ) only ) ( ( takes ( 75 ( EPA employees ) ) ) ( to ( ( run - ) ( ( a ( track record ) ) ( ( no ( command-and-control program ) ) ( can meet ) ) ) ) ) ) ) ) . ) ) )
(ROOT (FRAG (NP (JJ Guaranteed) (NNS Results)) (: -) (S (NP (DT The) (NNP Acid) (NN Rain) (NN program)) (VP (VP (VBZ enjoys) (NP (QP (RB nearly) (CD 100)) (NN percent) (NN compliance))) (CC and) (ADVP (RB only)) (VP (VBZ takes) (NP (CD 75) (NNP EPA) (NNS employees)) (S (VP (TO to) (VP (VB run) (: -) (NP (NP (DT a) (NN track) (NN record)) (SBAR (S (NP (DT no) (JJ command-and-control) (NN program)) (VP (MD can) (VP (VB meet)))))))))))) (. .)))
The Acid Rain program has almost total compliance.
( ( The ( Acid ( Rain program ) ) ) ( ( has ( almost ( total compliance ) ) ) . ) )
(ROOT (S (NP (DT The) (NNP Acid) (NN Rain) (NN program)) (VP (VBZ has) (NP (RB almost) (JJ total) (NN compliance))) (. .)))
government
0
91,725
91725c
Small traders from Sonora took advantage of the protection afforded by Don Cazar's outriders and had trailed along with their own products, now being spread out and hawked.
( ( ( Small traders ) ( from Sonora ) ) ( ( ( ( took ( advantage ( of ( ( the protection ) ( afforded ( by ( ( Don ( Cazar 's ) ) outriders ) ) ) ) ) ) ) and ) ( had ( ( ( ( trailed along ) ( with ( their ( own products ) ) ) ) , ) ( now ( being ( ( ( spread out ) and ) hawked ) ) ) ) ) ) . ) )
(ROOT (S (NP (NP (JJ Small) (NNS traders)) (PP (IN from) (NP (NNP Sonora)))) (VP (VP (VBD took) (NP (NP (NN advantage)) (PP (IN of) (NP (NP (DT the) (NN protection)) (VP (VBN afforded) (PP (IN by) (NP (NP (NNP Don) (NNP Cazar) (POS 's)) (NNS outriders)))))))) (CC and) (VP (VBD had) (VP (VBN trailed) (PRT (RP along)) (PP (IN with) (NP (PRP$ their) (JJ own) (NNS products))) (, ,) (VP (ADVP (RB now)) (VBG being) (VP (VP (VBN spread) (PRT (RP out))) (CC and) (VP (VBN hawked))))))) (. .)))
The outriders were afraid to travel.
( ( The outriders ) ( ( were ( afraid ( to travel ) ) ) . ) )
(ROOT (S (NP (DT The) (NNS outriders)) (VP (VBD were) (ADJP (JJ afraid) (S (VP (TO to) (VP (VB travel)))))) (. .)))
fiction
1
12,039
12039e
In addition, we have reported on governmentwide trends and lessons learned by successful organizations.
( ( In addition ) ( , ( we ( ( have ( reported ( on ( ( governmentwide ( ( trends and ) lessons ) ) ( learned ( by ( successful organizations ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (PP (IN In) (NP (NN addition))) (, ,) (NP (PRP we)) (VP (VBP have) (VP (VBN reported) (PP (IN on) (NP (NP (JJ governmentwide) (NNS trends) (CC and) (NNS lessons)) (VP (VBN learned) (PP (IN by) (NP (JJ successful) (NNS organizations)))))))) (. .)))
Governmentwide trends and lessons learned by successful organizations have been reported on.
( ( ( Governmentwide ( ( trends and ) lessons ) ) ( learned ( by ( successful organizations ) ) ) ) ( ( have ( been ( reported on ) ) ) . ) )
(ROOT (S (NP (NP (JJ Governmentwide) (NNS trends) (CC and) (NNS lessons)) (VP (VBN learned) (PP (IN by) (NP (JJ successful) (NNS organizations))))) (VP (VBP have) (VP (VBN been) (VP (VBN reported) (PRT (RP on))))) (. .)))
government
0
20,803
20803c
The old western was almost always a tale of a courageous loner imposing order on lawlessness, as in the Wayne films and Shane (1953).
( ( The ( old western ) ) ( ( ( was ( almost always ) ) ( ( a tale ) ( of ( ( a ( courageous loner ) ) ( ( imposing order ) ( on ( ( ( ( lawlessness , ) ( as ( in ( the ( Wayne films ) ) ) ) ) and ) ( Shane ( -LRB- ( 1953 -RRB- ) ) ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (DT The) (JJ old) (NN western)) (VP (VBD was) (ADVP (RB almost) (RB always)) (NP (NP (DT a) (NN tale)) (PP (IN of) (NP (NP (DT a) (JJ courageous) (NN loner)) (VP (VBG imposing) (NP (NN order)) (PP (IN on) (NP (NP (NP (NNS lawlessness)) (, ,) (ADVP (RB as) (PP (IN in) (NP (DT the) (NNP Wayne) (NNS films))))) (CC and) (NP (NP (NNP Shane)) (PRN (-LRB- -LRB-) (NP (CD 1953)) (-RRB- -RRB-)))))))))) (. .)))
The old western was almost never a tale of a courageous loner
( ( The ( old western ) ) ( ( was ( almost never ) ) ( ( a tale ) ( of ( a ( courageous loner ) ) ) ) ) )
(ROOT (S (NP (DT The) (JJ old) (NN western)) (VP (VBD was) (ADVP (RB almost) (RB never)) (NP (NP (DT a) (NN tale)) (PP (IN of) (NP (DT a) (JJ courageous) (NN loner)))))))
slate
1
43,934
43934e
The fastest man wins.
( ( The ( fastest man ) ) ( wins . ) )
(ROOT (S (NP (DT The) (JJS fastest) (NN man)) (VP (VBZ wins)) (. .)))
The winner is the fastest man.
( ( The winner ) ( ( is ( the ( fastest man ) ) ) . ) )
(ROOT (S (NP (DT The) (NN winner)) (VP (VBZ is) (NP (DT the) (JJS fastest) (NN man))) (. .)))
travel
0
83,698
83698e
In the fall of 1995, none other than Henry Kissinger--the author of the secret incursion into Cambodia that prompted the War Powers Act--asserted that Clinton must obtain clear and unambiguous congressional backing before sending troops to Bosnia.
( ( In ( ( the fall ) ( of 1995 ) ) ) ( , ( ( ( none other ) ( than ( ( Henry Kissinger ) ( -- ( ( ( the author ) ( of ( ( ( the ( secret incursion ) ) ( into Cambodia ) ) ( that ( prompted ( the ( War ( Powers Act ) ) ) ) ) ) ) ) -- ) ) ) ) ) ( ( asserted ( that ( Clinton ( must ( ( obtain ( ( ( clear and ) unambiguous ) ( congressional backing ) ) ) ( before ( ( sending troops ) ( to Bosnia ) ) ) ) ) ) ) ) . ) ) ) )
(ROOT (S (PP (IN In) (NP (NP (DT the) (NN fall)) (PP (IN of) (NP (CD 1995))))) (, ,) (NP (NP (NN none) (JJ other)) (PP (IN than) (NP (NP (NNP Henry) (NNP Kissinger)) (PRN (: --) (NP (NP (DT the) (NN author)) (PP (IN of) (NP (NP (DT the) (JJ secret) (NN incursion)) (PP (IN into) (NP (NNP Cambodia))) (SBAR (WHNP (WDT that)) (S (VP (VBD prompted) (NP (DT the) (NNP War) (NNP Powers) (NNP Act)))))))) (: --))))) (VP (VBD asserted) (SBAR (IN that) (S (NP (NNP Clinton)) (VP (MD must) (VP (VB obtain) (NP (ADJP (JJ clear) (CC and) (JJ unambiguous)) (JJ congressional) (NN backing)) (PP (IN before) (S (VP (VBG sending) (NP (NNS troops)) (PP (TO to) (NP (NNP Bosnia))))))))))) (. .)))
Fall of 1985, Henry Kissinger--the author of the secret incursion into Cambodia that prompted the War Powers Act--asserted that Clinton must obtain clear and unambiguous congressional backing before sending troops to Bosnia,
( ( Fall ( of 1985 ) ) ( , ( ( ( Henry Kissinger ) ( -- ( ( ( the author ) ( of ( ( ( the ( secret incursion ) ) ( into Cambodia ) ) ( that ( prompted ( the ( War ( Powers Act ) ) ) ) ) ) ) ) -- ) ) ) ( asserted ( that ( Clinton ( must ( ( ( obtain ( ( ( clear and ) unambiguous ) ( congressional backing ) ) ) ( before ( ( sending troops ) ( to Bosnia ) ) ) ) , ) ) ) ) ) ) ) )
(ROOT (S (NP (NP (NN Fall)) (PP (IN of) (NP (CD 1985)))) (, ,) (NP (NP (NNP Henry) (NNP Kissinger)) (PRN (: --) (NP (NP (DT the) (NN author)) (PP (IN of) (NP (NP (DT the) (JJ secret) (NN incursion)) (PP (IN into) (NP (NNP Cambodia))) (SBAR (WHNP (WDT that)) (S (VP (VBD prompted) (NP (DT the) (NNP War) (NNP Powers) (NNP Act)))))))) (: --))) (VP (VBD asserted) (SBAR (IN that) (S (NP (NNP Clinton)) (VP (MD must) (VP (VB obtain) (NP (ADJP (JJ clear) (CC and) (JJ unambiguous)) (JJ congressional) (NN backing)) (PP (IN before) (S (VP (VBG sending) (NP (NNS troops)) (PP (TO to) (NP (NNP Bosnia)))))) (, ,))))))))
slate
0
69,875
69875e
William lived here until the tragic death of his mother in 1778, when he was sent to school in Hawkshead.
( William ( ( ( ( ( lived here ) ( until ( ( the ( tragic death ) ) ( of ( ( his mother ) ( in 1778 ) ) ) ) ) ) , ) ( when ( he ( was ( sent ( to ( school ( in Hawkshead ) ) ) ) ) ) ) ) . ) )
(ROOT (S (NP (NNP William)) (VP (VBD lived) (ADVP (RB here)) (PP (IN until) (NP (NP (DT the) (JJ tragic) (NN death)) (PP (IN of) (NP (NP (PRP$ his) (NN mother)) (PP (IN in) (NP (CD 1778))))))) (, ,) (SBAR (WHADVP (WRB when)) (S (NP (PRP he)) (VP (VBD was) (VP (VBN sent) (PP (TO to) (NP (NP (NN school)) (PP (IN in) (NP (NNP Hawkshead)))))))))) (. .)))
William's mother died in 1778.
( ( ( William 's ) mother ) ( ( died ( in 1778 ) ) . ) )
(ROOT (S (NP (NP (NNP William) (POS 's)) (NN mother)) (VP (VBD died) (PP (IN in) (NP (CD 1778)))) (. .)))
travel
0