promptID
int32 0
146k
| pairID
stringlengths 2
7
| premise
stringlengths 5
1.82k
| premise_binary_parse
stringlengths 6
3.43k
| premise_parse
stringlengths 23
6.45k
| hypothesis
stringlengths 1
393
| hypothesis_binary_parse
stringlengths 1
669
| hypothesis_parse
stringlengths 19
1.15k
| genre
stringclasses 5
values | label
class label 3
classes |
---|---|---|---|---|---|---|---|---|---|
125,954 |
125954c
|
I see. In spite of her laugh, Mary was looking thoughtful this morning.
|
( ( ( I ( see . ) ) ( ( In ( spite ( of ( her laugh ) ) ) ) ( , ( Mary ( was ( ( looking thoughtful ) ( this morning ) ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (PRP I)) (VP (VBP see)) (. .)) (S (PP (IN In) (NP (NP (NN spite)) (PP (IN of) (NP (PRP$ her) (NN laugh))))) (, ,) (NP (NNP Mary)) (VP (VBD was) (VP (VBG looking) (S (ADJP (JJ thoughtful))) (NP (DT this) (NN morning))))) (. .)))
|
Mary did not look thoughtful this morning.
|
( Mary ( ( ( did not ) ( ( look thoughtful ) ( this morning ) ) ) . ) )
|
(ROOT (S (NP (NNP Mary)) (VP (VBD did) (RB not) (VP (VB look) (ADJP (JJ thoughtful)) (NP (DT this) (NN morning)))) (. .)))
|
fiction
| 2contradiction
|
126,312 |
126312c
|
Some suggest that the law require employers to offer both a managed-care plan and an indemnity plan, as it did in the 1970s when HMOs were first created.
|
( Some ( ( suggest ( that ( ( the law ) ( ( ( require ( employers ( to ( offer ( both ( ( ( a ( managed-care plan ) ) and ) ( an ( indemnity plan ) ) ) ) ) ) ) ) , ) ( as ( it ( ( did ( in ( the 1970s ) ) ) ( when ( HMOs ( were ( first created ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT Some)) (VP (VBP suggest) (SBAR (IN that) (S (NP (DT the) (NN law)) (VP (VBP require) (S (NP (NNS employers)) (VP (TO to) (VP (VB offer) (NP (PDT both) (NP (DT a) (JJ managed-care) (NN plan)) (CC and) (NP (DT an) (JJ indemnity) (NN plan)))))) (, ,) (SBAR (IN as) (S (NP (PRP it)) (VP (VBD did) (PP (IN in) (NP (DT the) (NNS 1970s))) (SBAR (WHADVP (WRB when)) (S (NP (NNP HMOs)) (VP (VBD were) (VP (ADVP (RB first)) (VBN created)))))))))))) (. .)))
|
HMO stands for: Harry Married Owl.
|
( HMO ( ( stands ( ( for : ) ( Harry ( Married Owl ) ) ) ) . ) )
|
(ROOT (S (NP (NNP HMO)) (VP (VBZ stands) (PP (IN for) (: :) (S (NP (NNP Harry)) (VP (VBG Married) (NP (NNP Owl)))))) (. .)))
|
slate
| 2contradiction
|
69,379 |
69379n
|
A straight spine is something Evita did have that Madonna and most others now either lack or choose not to show off.
|
( ( A ( straight spine ) ) ( ( is ( something ( Evita ( did ( ( ( ( have ( ( ( that Madonna ) and ) ( most others ) ) ) ( now ( either lack ) ) ) or ) ( choose ( not ( to ( show off ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT A) (JJ straight) (NN spine)) (VP (VBZ is) (NP (NP (NN something)) (SBAR (S (NP (NNP Evita)) (VP (VBD did) (VP (VP (VB have) (NP (NP (DT that) (NNP Madonna)) (CC and) (NP (JJS most) (NNS others))) (ADVP (RB now) (NP (DT either) (NN lack)))) (CC or) (VP (VB choose) (S (RB not) (VP (TO to) (VP (VB show) (PRT (RP off)))))))))))) (. .)))
|
Evita's harsh political commentary was often lauded by fans.
|
( ( ( Evita 's ) ( harsh ( political commentary ) ) ) ( ( ( was often ) ( lauded ( by fans ) ) ) . ) )
|
(ROOT (S (NP (NP (NNP Evita) (POS 's)) (JJ harsh) (JJ political) (NN commentary)) (VP (VBD was) (ADVP (RB often)) (VP (VBN lauded) (PP (IN by) (NP (NNS fans))))) (. .)))
|
slate
| 1neutral
|
116,288 |
116288n
|
It is possible to achieve better results at lower costs,
|
( It ( ( is ( possible ( to ( ( achieve ( better results ) ) ( at ( lower costs ) ) ) ) ) ) , ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ is) (ADJP (JJ possible) (S (VP (TO to) (VP (VB achieve) (NP (JJR better) (NNS results)) (PP (IN at) (NP (JJR lower) (NNS costs)))))))) (, ,)))
|
The lower costs were only available in some regions.
|
( ( The ( lower costs ) ) ( ( ( were ( only available ) ) ( in ( some regions ) ) ) . ) )
|
(ROOT (S (NP (DT The) (JJR lower) (NNS costs)) (VP (VBD were) (ADJP (RB only) (JJ available)) (PP (IN in) (NP (DT some) (NNS regions)))) (. .)))
|
government
| 1neutral
|
1,984 |
1984n
|
Missed our link to the sidebar recapping the Ravenswood case?
|
( ( ( Missed ( our link ) ) ( to ( ( the sidebar ) ( recapping ( the ( Ravenswood case ) ) ) ) ) ) ? )
|
(ROOT (SQ (VP (VB Missed) (NP (PRP$ our) (NN link)) (PP (TO to) (NP (NP (DT the) (NN sidebar)) (VP (VBG recapping) (NP (DT the) (NNP Ravenswood) (NN case)))))) (. ?)))
|
People who missed the sidebar can find information about it elsewhere.
|
( ( People ( who ( missed ( the sidebar ) ) ) ) ( ( can ( ( find ( information ( about it ) ) ) elsewhere ) ) . ) )
|
(ROOT (S (NP (NP (NNS People)) (SBAR (WHNP (WP who)) (S (VP (VBD missed) (NP (DT the) (NN sidebar)))))) (VP (MD can) (VP (VB find) (NP (NP (NN information)) (PP (IN about) (NP (PRP it)))) (ADVP (RB elsewhere)))) (. .)))
|
slate
| 1neutral
|
53,603 |
53603c
|
You can find a sculpture of him in a position of prayer facing the statue of Adinath, in the second row of pillars, second pillar from the left.
|
( You ( ( can ( ( find ( ( a sculpture ) ( of him ) ) ) ( in ( ( a position ) ( of ( prayer ( ( ( facing ( ( the statue ) ( of Adinath ) ) ) , ) ( in ( ( the ( second row ) ) ( of ( ( pillars , ) ( ( second pillar ) ( from ( the left ) ) ) ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP You)) (VP (MD can) (VP (VB find) (NP (NP (DT a) (NN sculpture)) (PP (IN of) (NP (PRP him)))) (PP (IN in) (NP (NP (DT a) (NN position)) (PP (IN of) (NP (NP (NN prayer)) (VP (VBG facing) (NP (NP (DT the) (NN statue)) (PP (IN of) (NP (NNP Adinath)))) (, ,) (PP (IN in) (NP (NP (DT the) (JJ second) (NN row)) (PP (IN of) (NP (NP (NNS pillars)) (, ,) (NP (NP (JJ second) (NN pillar)) (PP (IN from) (NP (DT the) (NN left))))))))))))))) (. .)))
|
You will find the sculpture of him in a standing position facing away from the statue of Adinath.
|
( You ( ( will ( ( find ( ( the sculpture ) ( of him ) ) ) ( in ( ( a ( standing position ) ) ( ( facing away ) ( from ( ( the statue ) ( of Adinath ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP You)) (VP (MD will) (VP (VB find) (NP (NP (DT the) (NN sculpture)) (PP (IN of) (NP (PRP him)))) (PP (IN in) (NP (NP (DT a) (NN standing) (NN position)) (VP (VBG facing) (PRT (RP away)) (PP (IN from) (NP (NP (DT the) (NN statue)) (PP (IN of) (NP (NNP Adinath)))))))))) (. .)))
|
travel
| 2contradiction
|
145,156 |
145156c
|
so they are are uh you know really putting it to the visitors and people got a little fed up with it and they suddenly and suddenly the the foundling fathers of uh of Florida found out that they were losing beaucoup bucks people were going elsewhere for uh their vacations
|
( so ( they ( are ( are ( uh ( you ( know ( ( ( ( really ( ( ( putting it ) ( to ( the ( ( visitors and ) people ) ) ) ) ( ( ( ( ( got ( a ( little fed ) ) ) up ) ( with it ) ) and ) ( they suddenly ) ) ) ) and ) suddenly ) ( ( ( ( the ( the ( foundling fathers ) ) ) ( of uh ) ) ( of Florida ) ) ( ( found out ) ( that ( they ( were ( losing ( ( beaucoup bucks ) ( people ( were ( ( going elsewhere ) ( for ( uh ( their vacations ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (SBAR (IN so) (S (NP (PRP they)) (VP (VBP are) (VP (VBP are) (ADJP (JJ uh) (SBAR (S (NP (PRP you)) (VP (VBP know) (SBAR (S (S (ADVP (RB really)) (S (VP (VBG putting) (NP (PRP it)) (PP (TO to) (NP (DT the) (NNS visitors) (CC and) (NNS people))))) (VP (VP (VBD got) (NP (DT a) (JJ little) (NN fed)) (PRT (RP up)) (PP (IN with) (NP (PRP it)))) (CC and) (VP (NP (PRP they)) (ADVP (RB suddenly))))) (CC and) (ADVP (RB suddenly)) (S (NP (NP (DT the) (DT the) (JJ foundling) (NNS fathers)) (PP (IN of) (NP (INTJ (UH uh)))) (PP (IN of) (NP (NNP Florida)))) (VP (VBD found) (PRT (RP out)) (SBAR (IN that) (S (NP (PRP they)) (VP (VBD were) (VP (VBG losing) (NP (NP (NN beaucoup) (NNS bucks)) (SBAR (S (NP (NNS people)) (VP (VBD were) (VP (VBG going) (ADVP (RB elsewhere)) (PP (IN for) (S (VP (VBG uh) (NP (PRP$ their) (NNS vacations)))))))))))))))))))))))))))
|
Florida didn't realize what was happening.
|
( Florida ( ( ( did n't ) ( realize ( what ( was happening ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Florida)) (VP (VBD did) (RB n't) (VP (VB realize) (SBAR (WHNP (WP what)) (S (VP (VBD was) (VP (VBG happening))))))) (. .)))
|
telephone
| 2contradiction
|
124,087 |
124087n
|
Her appearance presented a valiant attempt at smartness.
|
( ( Her appearance ) ( ( ( presented ( a ( valiant attempt ) ) ) ( at smartness ) ) . ) )
|
(ROOT (S (NP (PRP$ Her) (NN appearance)) (VP (VBD presented) (NP (DT a) (JJ valiant) (NN attempt)) (PP (IN at) (NP (NNS smartness)))) (. .)))
|
She was smartly dressed.
|
( She ( ( was ( smartly dressed ) ) . ) )
|
(ROOT (S (NP (PRP She)) (VP (VBD was) (VP (ADVP (RB smartly)) (VBN dressed))) (. .)))
|
fiction
| 1neutral
|
45,737 |
45737e
|
Some black female celebs (Dionne Warwick) shill for phone-psychic scams that exploit poor black women.
|
( ( ( Some ( black ( female celebs ) ) ) ( -LRB- ( ( Dionne Warwick ) -RRB- ) ) ) ( ( shill ( for ( ( phone-psychic scams ) ( that ( exploit ( poor ( black women ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT Some) (JJ black) (JJ female) (NNS celebs)) (PRN (-LRB- -LRB-) (NP (NNP Dionne) (NNP Warwick)) (-RRB- -RRB-))) (VP (VBP shill) (PP (IN for) (NP (NP (JJ phone-psychic) (NNS scams)) (SBAR (WHNP (WDT that)) (S (VP (VBP exploit) (NP (JJ poor) (JJ black) (NNS women)))))))) (. .)))
|
Phone psychic scams target black women.
|
( ( Phone ( psychic scams ) ) ( ( target ( black women ) ) . ) )
|
(ROOT (S (NP (JJ Phone) (JJ psychic) (NNS scams)) (VP (VBP target) (NP (JJ black) (NNS women))) (. .)))
|
slate
| 0entailment
|
123,189 |
123189e
|
Jon tested Adrin with a series of cuts.
|
( Jon ( ( ( tested Adrin ) ( with ( ( a series ) ( of cuts ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Jon)) (VP (VBD tested) (NP (NNP Adrin)) (PP (IN with) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS cuts)))))) (. .)))
|
Jon gave Adrin a test with a series of cuts.
|
( Jon ( ( ( gave Adrin ) ( ( a test ) ( with ( ( a series ) ( of cuts ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Jon)) (VP (VBD gave) (NP (NNP Adrin)) (NP (NP (DT a) (NN test)) (PP (IN with) (NP (NP (DT a) (NN series)) (PP (IN of) (NP (NNS cuts))))))) (. .)))
|
fiction
| 0entailment
|
127,755 |
127755n
|
Sheppard, Time ). Skeptics renew old attacks on sociobiology's all-encompassing view of human nature.
|
( ( ( ( Sheppard , ) Time ) -RRB- ) ( . ( Skeptics ( ( ( renew ( old attacks ) ) ( on ( ( ( sociobiology 's ) ( all-encompassing view ) ) ( of ( human nature ) ) ) ) ) . ) ) ) )
|
(ROOT (S (S (VP (VBG Sheppard) (, ,) (PP (NN Time)) (-RRB- -RRB-))) (. .) (NP (NNS Skeptics)) (VP (VBD renew) (NP (JJ old) (NNS attacks)) (PP (IN on) (NP (NP (NP (NN sociobiology) (POS 's)) (JJ all-encompassing) (NN view)) (PP (IN of) (NP (JJ human) (NN nature)))))) (. .)))
|
Skeptics bring out old attacks on the scientific field again.
|
( Skeptics ( ( ( ( bring out ) ( ( old attacks ) ( on ( the ( scientific field ) ) ) ) ) again ) . ) )
|
(ROOT (S (NP (NNS Skeptics)) (VP (VBP bring) (PRT (RP out)) (NP (NP (JJ old) (NNS attacks)) (PP (IN on) (NP (DT the) (JJ scientific) (NN field)))) (ADVP (RB again))) (. .)))
|
slate
| 1neutral
|
131,574 |
131574e
|
He got up and hummed a little tune.
|
( He ( ( ( ( got up ) and ) ( hummed ( a ( little tune ) ) ) ) . ) )
|
(ROOT (S (NP (PRP He)) (VP (VP (VBD got) (PRT (RP up))) (CC and) (VP (VBD hummed) (NP (DT a) (JJ little) (NN tune)))) (. .)))
|
He hummed as he got up.
|
( He ( ( hummed ( as ( he ( got up ) ) ) ) . ) )
|
(ROOT (S (NP (PRP He)) (VP (VBD hummed) (SBAR (IN as) (S (NP (PRP he)) (VP (VBD got) (PRT (RP up)))))) (. .)))
|
fiction
| 0entailment
|
75,968 |
75968e
|
The word aswan actually means trade or market in ancient Egyptian, signifying its most pre-eminent activity.
|
( ( The ( word aswan ) ) ( actually ( ( ( ( means ( ( ( trade or ) market ) ( in ( ancient Egyptian ) ) ) ) , ) ( signifying ( its ( most ( pre-eminent activity ) ) ) ) ) . ) ) )
|
(ROOT (S (NP (DT The) (NN word) (NN aswan)) (ADVP (RB actually)) (VP (VBZ means) (NP (NP (NN trade) (CC or) (NN market)) (PP (IN in) (NP (JJ ancient) (NNP Egyptian)))) (, ,) (S (VP (VBG signifying) (NP (PRP$ its) (JJS most) (JJ pre-eminent) (NN activity))))) (. .)))
|
The town of Aswan is so old that it was named in ancient Egyptian language.
|
( ( ( The town ) ( of Aswan ) ) ( ( ( is ( so old ) ) ( that ( it ( was ( named ( in ( ancient ( Egyptian language ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NN town)) (PP (IN of) (NP (NNP Aswan)))) (VP (VBZ is) (ADJP (RB so) (JJ old)) (SBAR (IN that) (S (NP (PRP it)) (VP (VBD was) (VP (VBN named) (PP (IN in) (NP (JJ ancient) (JJ Egyptian) (NN language)))))))) (. .)))
|
travel
| 0entailment
|
130,374 |
130374e
|
oh yeah that that to me yeah it'd be very hard to believe too
|
( oh ( yeah ( that ( ( that ( to me ) ) ( yeah ( it ( 'd ( be ( very ( hard ( to ( believe too ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (S (NP (NNP oh)) (VP (VBP yeah) (SBAR (IN that) (S (NP (NP (DT that)) (PP (TO to) (NP (PRP me)))) (VP (VBP yeah) (SBAR (S (NP (PRP it)) (VP (MD 'd) (VP (VB be) (ADJP (RB very) (JJ hard) (S (VP (TO to) (VP (VB believe) (ADVP (RB too))))))))))))))))
|
I find it difficult to believe as well.
|
( I ( ( find ( it ( difficult ( to ( believe ( as well ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBP find) (S (NP (PRP it)) (ADJP (JJ difficult) (S (VP (TO to) (VP (VB believe) (ADVP (RB as) (RB well)))))))) (. .)))
|
telephone
| 0entailment
|
104,759 |
104759e
|
your first ones you mean it was this way
|
( ( your ( first ones ) ) ( you ( mean ( it ( was ( this way ) ) ) ) ) )
|
(ROOT (FRAG (NP (NP (PRP$ your) (JJ first) (NNS ones)) (SBAR (S (NP (PRP you)) (VP (VBP mean) (SBAR (S (NP (PRP it)) (VP (VBD was) (NP (DT this) (NN way)))))))))))
|
This is the way it was.
|
( This ( ( is ( ( the way ) ( it was ) ) ) . ) )
|
(ROOT (S (NP (DT This)) (VP (VBZ is) (NP (NP (DT the) (NN way)) (SBAR (S (NP (PRP it)) (VP (VBD was)))))) (. .)))
|
telephone
| 0entailment
|
49,744 |
49744e
|
The ancient port of the Pallava kings, a high point in any tour of south Indian monuments, is only 60 km (36 miles) south of Chennai, but stay there overnight, rather than making a day-trip from Chennai, if possible.
|
( ( ( ( ( ( The ( ancient port ) ) ( of ( the ( Pallava kings ) ) ) ) , ) ( ( a ( high point ) ) ( in ( ( any tour ) ( of ( south ( Indian monuments ) ) ) ) ) ) ) , ) ( ( is ( ( ( ( only 60 ) ( km ( ( -LRB- ( ( 36 miles ) -RRB- ) ) south ) ) ) ( of ( ( ( Chennai , ) ( but ( ( ( ( stay there ) overnight ) , ) ( rather ( than ( ( making ( a day-trip ) ) ( from Chennai ) ) ) ) ) ) ) , ) ) ) ( if possible ) ) ) . ) )
|
(ROOT (S (NP (NP (NP (DT The) (JJ ancient) (NN port)) (PP (IN of) (NP (DT the) (NNP Pallava) (NNS kings)))) (, ,) (NP (NP (DT a) (JJ high) (NN point)) (PP (IN in) (NP (NP (DT any) (NN tour)) (PP (IN of) (NP (JJ south) (JJ Indian) (NNS monuments)))))) (, ,)) (VP (VBZ is) (NP (NP (QP (RB only) (CD 60)) (NNP km) (PRN (-LRB- -LRB-) (NP (CD 36) (NNS miles)) (-RRB- -RRB-)) (NN south)) (PP (IN of) (NP (NP (NNP Chennai)) (, ,) (SBAR (CC but) (S (VP (VBP stay) (ADVP (RB there)) (ADVP (RB overnight)) (, ,) (PP (RB rather) (IN than) (S (VP (VBG making) (NP (DT a) (NN day-trip)) (PP (IN from) (NP (NNP Chennai))))))))) (, ,))) (SBAR (IN if) (FRAG (JJ possible))))) (. .)))
|
It's recommended to stay overnight at the ancient port of the Pallava kings which is a highlight of the south Indian monuments.
|
( It ( ( 's ( recommended ( to ( ( stay overnight ) ( at ( ( ( the ( ancient port ) ) ( of ( the ( Pallava kings ) ) ) ) ( which ( is ( ( a highlight ) ( of ( the ( south ( Indian monuments ) ) ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ 's) (VP (VBN recommended) (S (VP (TO to) (VP (VB stay) (ADVP (RB overnight)) (PP (IN at) (NP (NP (DT the) (JJ ancient) (NN port)) (PP (IN of) (NP (DT the) (NNP Pallava) (NNS kings))) (SBAR (WHNP (WDT which)) (S (VP (VBZ is) (NP (NP (DT a) (NN highlight)) (PP (IN of) (NP (DT the) (JJ south) (JJ Indian) (NNS monuments)))))))))))))) (. .)))
|
travel
| 0entailment
|
122,263 |
122263n
|
You could interpret that as a story about well-meaning do-gooders who hurt the very people they're trying to help, but such an interpretation would be hard to defend.
|
( ( ( ( ( You ( could ( interpret ( that ( ( as ( ( ( a story ) ( about ( well-meaning do-gooders ) ) ) ( who ( hurt ( the ( very people ) ) ) ) ) ) ( they ( 're ( trying ( to help ) ) ) ) ) ) ) ) ) , ) but ) ( ( such ( an interpretation ) ) ( would ( be ( hard ( to defend ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (PRP You)) (VP (MD could) (VP (VB interpret) (SBAR (IN that) (S (PP (IN as) (NP (NP (DT a) (NN story)) (PP (IN about) (NP (JJ well-meaning) (NNS do-gooders))) (SBAR (WHNP (WP who)) (S (VP (VBP hurt) (NP (DT the) (JJ very) (NNS people))))))) (NP (PRP they)) (VP (VBP 're) (VP (VBG trying) (S (VP (TO to) (VP (VB help))))))))))) (, ,) (CC but) (S (NP (PDT such) (DT an) (NN interpretation)) (VP (MD would) (VP (VB be) (ADJP (JJ hard) (S (VP (TO to) (VP (VB defend)))))))) (. .)))
|
The story was about people who were hurt intentionally.
|
( ( The story ) ( ( was ( about ( people ( who ( were ( hurt intentionally ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN story)) (VP (VBD was) (PP (IN about) (NP (NP (NNS people)) (SBAR (WHNP (WP who)) (S (VP (VBD were) (VP (VBN hurt) (ADVP (RB intentionally))))))))) (. .)))
|
slate
| 1neutral
|
99,585 |
99585n
|
that's that's a common feeling i i i empathize because um i well i'm real glad my husband knows something about cars but when i go in i feel really at a loss
|
( that ( 's ( that ( 's ( ( a ( common feeling ) ) ( ( ( i ( i ( i empathize ) ) ) ( ( ( because ( ( um i ) ( ( well i ) ( 'm ( real ( glad ( ( my husband ) ( knows ( something ( about cars ) ) ) ) ) ) ) ) ) ) but ) ( when ( i ( go ( in i ) ) ) ) ) ) ( ( feel really ) ( at ( a loss ) ) ) ) ) ) ) ) )
|
(ROOT (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (SBAR (IN that) (S (VP (VBZ 's) (NP (NP (DT a) (JJ common) (NN feeling)) (SBAR (S (NP (NP (FW i) (FW i) (FW i) (FW empathize)) (SBAR (SBAR (IN because) (S (NP (NN um) (NNS i)) (ADVP (RB well) (RB i)) (VP (VBP 'm) (ADJP (RB real) (JJ glad) (SBAR (S (NP (PRP$ my) (NN husband)) (VP (VBZ knows) (NP (NP (NN something)) (PP (IN about) (NP (NNS cars))))))))))) (CC but) (SBAR (WHADVP (WRB when)) (S (NP (FW i)) (VP (VBP go) (PP (IN in) (NP (FW i)))))))) (VP (VBP feel) (ADVP (RB really)) (PP (IN at) (NP (DT a) (NN loss))))))))))))))
|
My husband takes care of all the car stuff.
|
( ( My husband ) ( ( takes ( care ( of ( all ( the ( car stuff ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP$ My) (NN husband)) (VP (VBZ takes) (NP (NP (NN care)) (PP (IN of) (NP (PDT all) (DT the) (NN car) (NN stuff))))) (. .)))
|
telephone
| 1neutral
|
66,044 |
66044c
|
It is going toward final destruction.
|
( It ( ( is ( going ( toward ( final destruction ) ) ) ) . ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ is) (VP (VBG going) (PP (IN toward) (NP (JJ final) (NN destruction))))) (. .)))
|
The project is going nowhere.
|
( ( The project ) ( ( is ( going nowhere ) ) . ) )
|
(ROOT (S (NP (DT The) (NN project)) (VP (VBZ is) (VP (VBG going) (ADVP (RB nowhere)))) (. .)))
|
fiction
| 2contradiction
|
18,480 |
18480e
|
Election slogans, insults, obscene drawings the tradition continued today is millennia old.
|
( ( Election slogans ) ( , ( insults ( , ( ( ( obscene drawings ) ( the tradition ) ) ( ( continued today ) ( ( is ( millennia old ) ) . ) ) ) ) ) ) )
|
(ROOT (S (NP (NNP Election) (NNS slogans)) (, ,) (ADVP (RB insults)) (, ,) (NP (NP (JJ obscene) (NNS drawings)) (NP (DT the) (NN tradition))) (NP (JJ continued) (NN today)) (VP (VBZ is) (ADJP (RB millennia) (JJ old))) (. .)))
|
Everything in the election campaign is traditional.
|
( ( Everything ( in ( the ( election campaign ) ) ) ) ( ( is traditional ) . ) )
|
(ROOT (S (NP (NP (NN Everything)) (PP (IN in) (NP (DT the) (NN election) (NN campaign)))) (VP (VBZ is) (ADJP (JJ traditional))) (. .)))
|
travel
| 0entailment
|
127,145 |
127145e
|
What time are you supposed to return?"
|
( ( What time ) ( ( ( ( are you ) ( supposed ( to return ) ) ) ? ) '' ) )
|
(ROOT (SBARQ (WHNP (WDT What) (NN time)) (SQ (VBP are) (NP (PRP you)) (VP (VBN supposed) (S (VP (TO to) (VP (VB return)))))) (. ?) ('' '')))
|
When will you be back?
|
( When ( ( ( will you ) ( be back ) ) ? ) )
|
(ROOT (SBARQ (WHADVP (WRB When)) (SQ (MD will) (NP (PRP you)) (VP (VB be) (ADVP (RB back)))) (. ?)))
|
fiction
| 0entailment
|
22,154 |
22154c
|
What had he said wrong?
|
( What ( ( ( had he ) ( said wrong ) ) ? ) )
|
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBD had) (NP (PRP he)) (VP (VBN said) (S (ADJP (JJ wrong))))) (. ?)))
|
What did he get right?
|
( What ( ( ( did he ) ( get right ) ) ? ) )
|
(ROOT (SBARQ (WHNP (WP What)) (SQ (VBD did) (NP (PRP he)) (VP (VB get) (ADVP (RB right)))) (. ?)))
|
fiction
| 2contradiction
|
14,099 |
14099c
|
Wander through the refreshing greenery to the intersection of Agron, King David, and Mamilla streets, then climb the hill along King David Street past the modern Hebrew Union College.
|
( ( ( ( ( Wander ( through ( the ( ( refreshing ( greenery ( to ( ( the intersection ) ( of ( ( ( ( ( Agron , ) ( King David ) ) , ) and ) Mamilla ) ) ) ) ) ) streets ) ) ) ) , ) then ) ( ( climb ( ( the hill ) ( along ( King ( David Street ) ) ) ) ) ( past ( the ( modern ( Hebrew ( Union College ) ) ) ) ) ) ) . )
|
(ROOT (S (VP (VP (VB Wander) (PP (IN through) (NP (DT the) (ADJP (JJ refreshing) (PP (ADVP (RB greenery)) (TO to) (NP (NP (DT the) (NN intersection)) (PP (IN of) (NP (NP (NNP Agron)) (, ,) (NP (NNP King) (NNP David)) (, ,) (CC and) (NP (NNP Mamilla))))))) (NNS streets)))) (, ,) (RB then) (VP (VB climb) (NP (NP (DT the) (NN hill)) (PP (IN along) (NP (NNP King) (NNP David) (NNP Street)))) (PP (IN past) (NP (DT the) (JJ modern) (NNP Hebrew) (NNP Union) (NNP College))))) (. .)))
|
The Agron, King David, and Mamilla streets do not cross each other.
|
( ( ( ( ( ( ( The Agron ) , ) ( King David ) ) , ) and ) ( Mamilla streets ) ) ( ( ( do not ) ( cross ( each other ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NNP Agron)) (, ,) (NP (NNP King) (NNP David)) (, ,) (CC and) (NP (NNP Mamilla) (NNS streets))) (VP (VBP do) (RB not) (VP (VB cross) (NP (DT each) (JJ other)))) (. .)))
|
travel
| 2contradiction
|
101,904 |
101904n
|
(Here, again, Huntington conflates with other explanatory variables.)
|
( -LRB- ( Here ( , ( again ( , ( Huntington ( ( ( conflates ( with ( other ( explanatory variables ) ) ) ) . ) -RRB- ) ) ) ) ) ) )
|
(ROOT (S (-LRB- -LRB-) (ADVP (RB Here)) (, ,) (ADVP (RB again)) (, ,) (NP (NNP Huntington)) (VP (VBZ conflates) (PP (IN with) (NP (JJ other) (JJ explanatory) (NNS variables)))) (. .) (-RRB- -RRB-)))
|
Huntington has extensively studying this field of research.
|
( Huntington ( ( ( has extensively ) ( studying ( ( this field ) ( of research ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Huntington)) (VP (VBZ has) (ADVP (RB extensively)) (S (VP (VBG studying) (NP (NP (DT this) (NN field)) (PP (IN of) (NP (NN research))))))) (. .)))
|
slate
| 1neutral
|
63,692 |
63692e
|
what do you all have aspen you all have mostly aspen or
|
( what ( ( ( ( do you ) all ) ( have ( aspen you ) ) ) ( all ( ( have mostly ) ( aspen or ) ) ) ) )
|
(ROOT (SBARQ (WHNP (WP what)) (SQ (VBP do) (NP (PRP you)) (ADVP (DT all)) (VP (VB have) (VP (VBN aspen) (NP (PRP you)))) (S (NP (DT all)) (VP (VBP have) (ADVP (RB mostly)) (VP (VBN aspen) (ADVP (CC or))))))))
|
You all have aspen
|
( ( You all ) ( have aspen ) )
|
(ROOT (S (NP (PRP You) (DT all)) (VP (VBP have) (VP (VBN aspen)))))
|
telephone
| 0entailment
|
72,667 |
72667n
|
oh he wanted to take the current secondary highway system and
|
( ( oh ( he ( wanted ( to ( take ( the ( current ( secondary ( highway system ) ) ) ) ) ) ) ) ) and )
|
(ROOT (SINV (VP (VBD oh) (SBAR (S (NP (PRP he)) (VP (VBD wanted) (S (VP (TO to) (VP (VB take) (NP (DT the) (JJ current) (JJ secondary) (NN highway) (NN system))))))))) (NP (VB and))))
|
He always admired the highway system.
|
( He ( always ( ( admired ( the ( highway system ) ) ) . ) ) )
|
(ROOT (S (NP (PRP He)) (ADVP (RB always)) (VP (VBD admired) (NP (DT the) (NN highway) (NN system))) (. .)))
|
telephone
| 1neutral
|
117,595 |
117595c
|
The SEC cites section 203A(c) of the Investment Advisers Act of 1940 (15 U.S.C.
|
( ( The SEC ) ( cites ( ( ( section 203A ) ( -LRB- ( c -RRB- ) ) ) ( of ( ( the ( Investment ( Advisers Act ) ) ) ( of ( ( ( 1940 -LRB- ) 15 ) U.S.C. ) ) ) ) ) ) )
|
(ROOT (S (NP (DT The) (NNP SEC)) (VP (VBZ cites) (NP (NP (NP (NN section) (CD 203A)) (PRN (-LRB- -LRB-) (X (SYM c)) (-RRB- -RRB-))) (PP (IN of) (NP (NP (DT the) (NNP Investment) (NNPS Advisers) (NNP Act)) (PP (IN of) (NP (NP (CD 1940)) (-LRB- -LRB-) (NP (CD 15)) (ADVP (RB U.S.C.))))))))))
|
The SEC cites the Investment Advisers Act of 1955.
|
( ( The SEC ) ( ( cites ( ( the ( Investment ( Advisers Act ) ) ) ( of 1955 ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NNP SEC)) (VP (VBZ cites) (NP (NP (DT the) (NNP Investment) (NNPS Advisers) (NNP Act)) (PP (IN of) (NP (CD 1955))))) (. .)))
|
government
| 2contradiction
|
40,274 |
40274c
|
and uh for me that's uh mostly newspaper and radio i almost never watch television as a matter of course so i don't get news from television except during the war i watched a lot of CNN because it was so good
|
( and ( uh ( for ( me ( that ( 's ( uh ( ( mostly ( ( newspaper and ) radio ) ) ( ( i almost ) ( never ( ( watch ( television ( as ( ( a matter ) ( of course ) ) ) ) ) ( so ( i ( ( do n't ) ( ( ( get news ) ( from television ) ) ( except ( ( during ( the war ) ) ( i ( ( watched ( ( a lot ) ( of CNN ) ) ) ( because ( it ( was ( so good ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (FRAG (CC and) (ADVP (RB uh) (PP (IN for) (NP (NP (PRP me)) (SBAR (WHNP (WDT that)) (S (VP (VBZ 's) (S (INTJ (UH uh)) (NP (RB mostly) (NN newspaper) (CC and) (NN radio)) (ADVP (RB i) (RB almost)) (VP (ADVP (RB never)) (VB watch) (NP (NP (NN television)) (PP (IN as) (NP (NP (DT a) (NN matter)) (PP (IN of) (NP (NN course)))))) (SBAR (IN so) (S (NP (FW i)) (VP (VBP do) (RB n't) (VP (VB get) (NP (NN news)) (PP (IN from) (NP (NN television))) (SBAR (IN except) (S (PP (IN during) (NP (DT the) (NN war))) (NP (FW i)) (VP (VBD watched) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NNP CNN)))) (SBAR (IN because) (S (NP (PRP it)) (VP (VBD was) (ADJP (RB so) (JJ good))))))))))))))))))))))
|
i only get my news from TV and i avoid reading the newspaper
|
( ( ( i only ) ( ( get ( my news ) ) ( from ( ( TV and ) ( i ( avoid reading ) ) ) ) ) ) ( the newspaper ) )
|
(ROOT (SINV (VP (VBZ i) (RB only) (VP (VB get) (NP (PRP$ my) (NN news)) (PP (IN from) (NP (NP (NN TV)) (CC and) (NP (FW i) (FW avoid) (NN reading)))))) (NP (DT the) (NN newspaper))))
|
telephone
| 2contradiction
|
23,393 |
23393e
|
Concerts are frequently held here.
|
( Concerts ( ( ( are frequently ) ( held here ) ) . ) )
|
(ROOT (S (NP (NNS Concerts)) (VP (VBP are) (ADVP (RB frequently)) (VP (VBN held) (ADVP (RB here)))) (. .)))
|
There are many concerts held here.
|
( There ( ( are ( ( many concerts ) ( held here ) ) ) . ) )
|
(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ many) (NNS concerts)) (VP (VBN held) (ADVP (RB here))))) (. .)))
|
travel
| 0entailment
|
771 |
771n
|
It now hangs on an electric cable to be hoisted above harm's way should another flood ever happen.
|
( It ( now ( ( ( hangs ( on ( an ( electric cable ) ) ) ) ( to ( be ( hoisted ( above ( ( ( harm 's ) way ) ( ( should ( ( another flood ) ever ) ) happen ) ) ) ) ) ) ) . ) ) )
|
(ROOT (S (NP (PRP It)) (ADVP (RB now)) (VP (VBZ hangs) (PP (IN on) (NP (DT an) (JJ electric) (NN cable))) (S (VP (TO to) (VP (VB be) (VP (VBN hoisted) (PP (IN above) (NP (NP (NP (NN harm) (POS 's)) (NN way)) (SBAR (S (VP (MD should) (ADVP (NP (DT another) (NN flood)) (RB ever)) (VP (VB happen)))))))))))) (. .)))
|
The last flood ruined all the cables.
|
( ( The ( last flood ) ) ( ( ruined ( all ( the cables ) ) ) . ) )
|
(ROOT (S (NP (DT The) (JJ last) (NN flood)) (VP (VBN ruined) (NP (PDT all) (DT the) (NNS cables))) (. .)))
|
travel
| 1neutral
|
23,022 |
23022c
|
A roof terrace offers panoramic views over the city skyline, and there is an excellent restaurant on the third floor.
|
( ( ( ( ( ( A ( roof terrace ) ) ( offers ( ( panoramic views ) ( over ( the ( city skyline ) ) ) ) ) ) , ) and ) ( there ( is ( ( an ( excellent restaurant ) ) ( on ( the ( third floor ) ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (DT A) (NN roof) (NN terrace)) (VP (VBZ offers) (NP (NP (JJ panoramic) (NNS views)) (PP (IN over) (NP (DT the) (NN city) (NN skyline)))))) (, ,) (CC and) (S (NP (EX there)) (VP (VBZ is) (NP (NP (DT an) (JJ excellent) (NN restaurant)) (PP (IN on) (NP (DT the) (JJ third) (NN floor)))))) (. .)))
|
The restaurant can be located in the basement.
|
( ( The restaurant ) ( ( can ( be ( located ( in ( the basement ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN restaurant)) (VP (MD can) (VP (VB be) (VP (VBN located) (PP (IN in) (NP (DT the) (NN basement)))))) (. .)))
|
travel
| 2contradiction
|
2,734 |
2734e
|
But as a political strategy, Gore's position has an unbeaten record.
|
( But ( ( as ( a ( political strategy ) ) ) ( , ( ( ( Gore 's ) position ) ( ( has ( an ( unbeaten record ) ) ) . ) ) ) ) )
|
(ROOT (S (CC But) (PP (IN as) (NP (DT a) (JJ political) (NN strategy))) (, ,) (NP (NP (NNP Gore) (POS 's)) (NN position)) (VP (VBZ has) (NP (DT an) (NN unbeaten) (NN record))) (. .)))
|
Gore's political stance has never been bested.
|
( ( ( Gore 's ) ( political stance ) ) ( ( ( has never ) ( been bested ) ) . ) )
|
(ROOT (S (NP (NP (NNP Gore) (POS 's)) (JJ political) (NN stance)) (VP (VBZ has) (ADVP (RB never)) (VP (VBN been) (VP (VBN bested)))) (. .)))
|
slate
| 0entailment
|
97,044 |
97044e
|
well your education's a lot what you make of it too so
|
( well ( ( your education ) ( 's ( ( a lot ) ( what ( you ( ( make ( of it ) ) ( too so ) ) ) ) ) ) ) )
|
(ROOT (FRAG (ADVP (RB well)) (NP (NP (PRP$ your) (NN education)) (SBAR (S (VP (VBZ 's) (NP (NP (DT a) (NN lot)) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP make) (PP (IN of) (NP (PRP it))) (ADVP (RB too) (RB so))))))))))))
|
Your education is what you make of it.
|
( ( Your education ) ( ( is ( what ( you ( make ( of it ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP$ Your) (NN education)) (VP (VBZ is) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP make) (PP (IN of) (NP (PRP it))))))) (. .)))
|
telephone
| 0entailment
|
56,680 |
56680c
|
You have to have a sort of bluster.
|
( You ( ( have ( to ( have ( ( a sort ) ( of bluster ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP You)) (VP (VBP have) (S (VP (TO to) (VP (VB have) (NP (NP (DT a) (NN sort)) (PP (IN of) (NP (NN bluster)))))))) (. .)))
|
You won't need a bluster for this.
|
( You ( ( ( wo n't ) ( need ( ( a bluster ) ( for this ) ) ) ) . ) )
|
(ROOT (S (NP (PRP You)) (VP (MD wo) (RB n't) (VP (VB need) (NP (NP (DT a) (NN bluster)) (PP (IN for) (NP (DT this)))))) (. .)))
|
slate
| 2contradiction
|
138,913 |
138913e
|
yeah so that's a tough conference
|
( yeah ( so ( that ( 's ( a ( tough conference ) ) ) ) ) )
|
(ROOT (S (VP (VB yeah) (SBAR (IN so) (S (NP (DT that)) (VP (VBZ 's) (NP (DT a) (JJ tough) (NN conference))))))))
|
It's a tough conference
|
( It ( 's ( a ( tough conference ) ) ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ 's) (NP (DT a) (JJ tough) (NN conference)))))
|
telephone
| 0entailment
|
140,932 |
140932e
|
As the steward of taxpayer dollars, it is accountable for how its agencies and grantees spend those funds, and is responsible for safeguarding against improper payments-payments that should not have been made or that were made for incorrect amounts.
|
( ( As ( ( the steward ) ( of ( taxpayer dollars ) ) ) ) ( , ( it ( ( is ( accountable ( for ( ( ( how ( ( its ( ( agencies and ) grantees ) ) ( ( ( ( spend ( those funds ) ) , ) and ) ( is ( responsible ( for ( safeguarding ( against ( ( improper payments-payments ) ( that ( ( should not ) ( have ( been made ) ) ) ) ) ) ) ) ) ) ) ) ) or ) ( that ( were ( made ( for ( incorrect amounts ) ) ) ) ) ) ) ) ) . ) ) ) )
|
(ROOT (S (PP (IN As) (NP (NP (DT the) (NN steward)) (PP (IN of) (NP (NN taxpayer) (NNS dollars))))) (, ,) (NP (PRP it)) (VP (VBZ is) (ADJP (JJ accountable) (PP (IN for) (SBAR (SBAR (WHADVP (WRB how)) (S (NP (PRP$ its) (NNS agencies) (CC and) (NNS grantees)) (VP (VP (VBP spend) (NP (DT those) (NNS funds))) (, ,) (CC and) (VP (VBZ is) (ADJP (JJ responsible) (PP (IN for) (S (VP (VBG safeguarding) (PP (IN against) (NP (NP (JJ improper) (NNS payments-payments)) (SBAR (WHNP (WDT that)) (S (VP (MD should) (RB not) (VP (VB have) (VP (VBN been) (VP (VBN made))))))))))))))))) (CC or) (SBAR (WHNP (WDT that)) (S (VP (VBD were) (VP (VBN made) (PP (IN for) (NP (JJ incorrect) (NNS amounts))))))))))) (. .)))
|
it is responsible for how its agencies spend taxpayer dollars.
|
( it ( ( is ( responsible ( for ( how ( ( its agencies ) ( spend ( taxpayer dollars ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP it)) (VP (VBZ is) (ADJP (JJ responsible) (PP (IN for) (SBAR (WHADVP (WRB how)) (S (NP (PRP$ its) (NNS agencies)) (VP (VBP spend) (NP (NN taxpayer) (NNS dollars)))))))) (. .)))
|
government
| 0entailment
|
141,747 |
141747c
|
yeah did you see Goodfellas
|
( yeah ( did ( you ( see Goodfellas ) ) ) )
|
(ROOT (S (NP (NN yeah)) (VP (VBD did) (SBAR (S (NP (PRP you)) (VP (VBP see) (NP (NNS Goodfellas))))))))
|
Did you see Blow?`
|
( ( Did you ) ( ( ( see Blow ) ? ) ` ) )
|
(ROOT (S (NP (NNP Did) (PRP you)) (VP (VBP see) (NP (NNP Blow))) (. ?) (`` `)))
|
telephone
| 2contradiction
|
143,175 |
143175n
|
uh no i started in nineteen fifty nine i
|
( ( uh no ) ( ( i ( started ( in ( nineteen fifty ) ) ) ) ( nine i ) ) )
|
(ROOT (SINV (FRAG (INTJ (UH uh) (UH no))) (VP (ADVP (RB i)) (VBD started) (PP (IN in) (NP (NN nineteen) (NN fifty)))) (NP (CD nine) (NN i))))
|
It was many years ago.
|
( It ( ( was ( ( many years ) ago ) ) . ) )
|
(ROOT (S (NP (PRP It)) (VP (VBD was) (ADVP (NP (JJ many) (NNS years)) (RB ago))) (. .)))
|
telephone
| 1neutral
|
128,485 |
128485c
|
What'd' you think that there shield was packed with?
|
( ( ( ( What 'd ) ' ) you ) ( ( think ( that ( there ( shield ( was ( packed with ) ) ) ) ) ) ? ) )
|
(ROOT (SBARQ (WHNP (WHNP (WDT What) (NN 'd) (POS ')) (NP (PRP you))) (SQ (VP (VBP think) (SBAR (IN that) (S (NP (EX there)) (ADVP (RB shield)) (VP (VBD was) (VP (VBN packed) (PP (IN with)))))))) (. ?)))
|
Their skirt was packed with something.
|
( ( Their skirt ) ( ( was ( packed ( with something ) ) ) . ) )
|
(ROOT (S (NP (PRP$ Their) (NN skirt)) (VP (VBD was) (VP (VBN packed) (PP (IN with) (NP (NN something))))) (. .)))
|
fiction
| 2contradiction
|
11,072 |
11072e
|
It is measured real GDP per worker --nothing more, nothing less.
|
( ( ( ( It ( is ( measured ( ( real GDP ) ( per worker ) ) ) ) ) -- ) ( nothing ( ( more , ) ( nothing less ) ) ) ) . )
|
(ROOT (S (S (NP (PRP It)) (VP (VBZ is) (VP (VBN measured) (NP (NP (JJ real) (NN GDP)) (PP (IN per) (NP (NN worker))))))) (: --) (S (NP (NN nothing)) (ADJP (ADJP (JJR more)) (, ,) (ADJP (NN nothing) (JJR less)))) (. .)))
|
The measurement is by the real GDP per worker.
|
( ( The measurement ) ( ( is ( by ( ( the ( real GDP ) ) ( per worker ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN measurement)) (VP (VBZ is) (PP (IN by) (NP (NP (DT the) (JJ real) (NN GDP)) (PP (IN per) (NP (NN worker)))))) (. .)))
|
slate
| 0entailment
|
96,343 |
96343n
|
And it makes an already litigious society more so, afflicting more and more people with onerous discovery, bottomless legal expenses, and grotesque but legal invasions of privacy.
|
( And ( it ( ( ( ( ( makes ( an ( ( already litigious ) society ) ) ) ( more so ) ) , ) ( afflicting ( ( ( ( ( more and ) more ) people ) ( with ( ( ( ( ( ( onerous discovery ) , ) ( bottomless ( legal expenses ) ) ) , ) and ) ( ( ( grotesque but ) legal ) invasions ) ) ) ) ( of privacy ) ) ) ) . ) ) )
|
(ROOT (S (CC And) (NP (PRP it)) (VP (VBZ makes) (NP (DT an) (ADJP (RB already) (JJ litigious)) (NN society)) (ADVP (RBR more) (RB so)) (, ,) (S (VP (VBG afflicting) (NP (NP (ADJP (JJR more) (CC and) (JJR more)) (NNS people)) (PP (IN with) (NP (NP (ADJP (JJ onerous)) (NN discovery)) (, ,) (NP (JJ bottomless) (JJ legal) (NNS expenses)) (, ,) (CC and) (NP (ADJP (JJ grotesque) (CC but) (JJ legal)) (NNS invasions)))) (PP (IN of) (NP (NN privacy))))))) (. .)))
|
Legal expenses account for a lot of bankruptcy.
|
( ( Legal expenses ) ( ( account ( for ( ( a lot ) ( of bankruptcy ) ) ) ) . ) )
|
(ROOT (S (NP (JJ Legal) (NNS expenses)) (VP (VBP account) (PP (IN for) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN bankruptcy)))))) (. .)))
|
slate
| 1neutral
|
46,028 |
46028n
|
A few days later the king was dead, leaving a week-old baby girl to inherit the Scottish crown.
|
( ( ( A ( few days ) ) later ) ( ( the king ) ( ( ( ( was dead ) , ) ( ( leaving ( a ( week-old ( baby girl ) ) ) ) ( to ( inherit ( the ( Scottish crown ) ) ) ) ) ) . ) ) )
|
(ROOT (S (ADVP (NP (DT A) (JJ few) (NNS days)) (RB later)) (NP (DT the) (NN king)) (VP (VBD was) (ADJP (JJ dead)) (, ,) (S (VP (VBG leaving) (NP (DT a) (JJ week-old) (NN baby) (NN girl)) (S (VP (TO to) (VP (VB inherit) (NP (DT the) (JJ Scottish) (NN crown)))))))) (. .)))
|
When the king was poisoned by a rival country, a week-old baby girl inherited the Scottish crown.
|
( ( When ( ( the king ) ( was ( poisoned ( by ( a ( rival country ) ) ) ) ) ) ) ( , ( ( a ( week-old ( baby girl ) ) ) ( ( inherited ( the ( Scottish crown ) ) ) . ) ) ) )
|
(ROOT (S (SBAR (WHADVP (WRB When)) (S (NP (DT the) (NN king)) (VP (VBD was) (VP (VBN poisoned) (PP (IN by) (NP (DT a) (JJ rival) (NN country))))))) (, ,) (NP (DT a) (JJ week-old) (NN baby) (NN girl)) (VP (VBD inherited) (NP (DT the) (JJ Scottish) (NN crown))) (. .)))
|
travel
| 1neutral
|
118,738 |
118738n
|
that's an excellent movie
|
( that ( 's ( an ( excellent movie ) ) ) )
|
(ROOT (SBARQ (WHADVP (IN that)) (SQ (VBZ 's) (NP (DT an) (JJ excellent) (NN movie)))))
|
That movie was awesome, I want to watch it again.
|
( ( ( That movie ) ( was awesome ) ) ( , ( I ( ( want ( to ( ( watch it ) again ) ) ) . ) ) ) )
|
(ROOT (S (S (NP (DT That) (NN movie)) (VP (VBD was) (ADJP (JJ awesome)))) (, ,) (NP (PRP I)) (VP (VBP want) (S (VP (TO to) (VP (VB watch) (NP (PRP it)) (ADVP (RB again)))))) (. .)))
|
telephone
| 1neutral
|
133,000 |
133000e
|
There are lots of enormous rocks, anyway, which in my experience tends to mean lots of enormous snakes.
|
( There ( ( are ( lots ( of ( ( ( ( ( enormous rocks ) , ) anyway ) , ) ( which ( ( in ( my experience ) ) ( tends ( to ( mean ( lots ( of ( enormous snakes ) ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (NNS lots)) (PP (IN of) (NP (NP (NP (JJ enormous) (NNS rocks)) (, ,) (ADVP (RB anyway))) (, ,) (SBAR (WHNP (WDT which)) (S (PP (IN in) (NP (PRP$ my) (NN experience))) (VP (VBZ tends) (S (VP (TO to) (VP (VB mean) (NP (NP (NNS lots)) (PP (IN of) (NP (JJ enormous) (NNS snakes)))))))))))))) (. .)))
|
There are big rocks, and therefore big snakes.
|
( There ( ( are ( ( ( ( ( big rocks ) , ) and ) therefore ) ( big snakes ) ) ) . ) )
|
(ROOT (S (NP (EX There)) (VP (VBP are) (NP (NP (JJ big) (NNS rocks)) (, ,) (CC and) (ADVP (RB therefore)) (NP (JJ big) (NNS snakes)))) (. .)))
|
slate
| 0entailment
|
25,921 |
25921n
|
sounds sounds sort of like The Incredible Journey
|
( sounds ( ( sounds ( sort of ) ) ( like ( The ( Incredible Journey ) ) ) ) )
|
(ROOT (S (NP (NNS sounds)) (VP (VBZ sounds) (ADVP (NN sort) (IN of)) (PP (IN like) (NP (DT The) (JJ Incredible) (NN Journey))))))
|
The Incredible Journey is about an Incredible walk.
|
( ( The ( Incredible Journey ) ) ( ( is ( about ( an ( Incredible walk ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (JJ Incredible) (NN Journey)) (VP (VBZ is) (PP (IN about) (NP (DT an) (JJ Incredible) (NN walk)))) (. .)))
|
telephone
| 1neutral
|
129,104 |
129104c
|
the and i i like that that's good fun reading
|
( ( ( the and ) ( i i ) ) ( like ( that ( that ( 's ( good ( fun reading ) ) ) ) ) ) )
|
(ROOT (S (NP (NP (DT the)) (CC and) (NP (FW i) (FW i))) (VP (VBP like) (SBAR (IN that) (S (NP (DT that)) (VP (VBZ 's) (NP (JJ good) (NN fun) (NN reading))))))))
|
I hate reading so much.
|
( I ( ( hate ( reading ( so much ) ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBP hate) (S (VP (VBG reading) (ADVP (RB so) (RB much))))) (. .)))
|
telephone
| 2contradiction
|
129,128 |
129128c
|
The goal of the stewardship objective is that the Federal Government report on the broad outcomes of its actions.
|
( ( ( The goal ) ( of ( the ( stewardship objective ) ) ) ) ( ( is ( that ( ( the ( Federal Government ) ) ( report ( on ( ( the ( broad outcomes ) ) ( of ( its actions ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NN goal)) (PP (IN of) (NP (DT the) (NN stewardship) (NN objective)))) (VP (VBZ is) (SBAR (IN that) (S (NP (DT the) (NNP Federal) (NNP Government)) (VP (VBP report) (PP (IN on) (NP (NP (DT the) (JJ broad) (NNS outcomes)) (PP (IN of) (NP (PRP$ its) (NNS actions))))))))) (. .)))
|
The stewardship objective is meant to obscure governmental activities and results.
|
( ( The ( stewardship objective ) ) ( ( is ( meant ( to ( obscure ( governmental ( ( activities and ) results ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN stewardship) (NN objective)) (VP (VBZ is) (VP (VBN meant) (S (VP (TO to) (VP (VB obscure) (NP (JJ governmental) (NNS activities) (CC and) (NNS results))))))) (. .)))
|
government
| 2contradiction
|
41,072 |
41072e
|
Undoubtedly he was in a tight place.
|
( Undoubtedly ( he ( ( was ( in ( a ( tight place ) ) ) ) . ) ) )
|
(ROOT (S (ADVP (RB Undoubtedly)) (NP (PRP he)) (VP (VBD was) (PP (IN in) (NP (DT a) (JJ tight) (NN place)))) (. .)))
|
He was in a situation with very little wiggle room.
|
( He ( ( was ( in ( ( a situation ) ( with ( ( very little ) ( wiggle room ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP He)) (VP (VBD was) (PP (IN in) (NP (NP (DT a) (NN situation)) (PP (IN with) (NP (ADJP (RB very) (JJ little)) (NN wiggle) (NN room)))))) (. .)))
|
fiction
| 0entailment
|
84,435 |
84435e
|
We do not fear the forces of nature as much as our species once did, because we understand those forces better.
|
( We ( ( ( do not ) ( ( fear ( ( the forces ) ( of nature ) ) ) ( ( as much ) ( as ( ( our species ) ( once ( ( did , ) ( because ( we ( ( understand ( those forces ) ) better ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP We)) (VP (VBP do) (RB not) (VP (VB fear) (NP (NP (DT the) (NNS forces)) (PP (IN of) (NP (NN nature)))) (ADVP (ADVP (RB as) (RB much)) (SBAR (IN as) (S (NP (PRP$ our) (NNS species)) (ADVP (RB once)) (VP (VBD did) (, ,) (SBAR (IN because) (S (NP (PRP we)) (VP (VBP understand) (NP (DT those) (NNS forces)) (ADVP (RBR better))))))))))) (. .)))
|
Our species has grown to understand the forces of nature better.
|
( ( Our species ) ( ( has ( grown ( to ( ( understand ( ( the forces ) ( of nature ) ) ) better ) ) ) ) . ) )
|
(ROOT (S (NP (PRP$ Our) (NNS species)) (VP (VBZ has) (VP (VBN grown) (S (VP (TO to) (VP (VB understand) (NP (NP (DT the) (NNS forces)) (PP (IN of) (NP (NN nature)))) (ADVP (RBR better))))))) (. .)))
|
slate
| 0entailment
|
114,263 |
114263c
|
Should power generators that do not emit air pollutants (e.g.
|
( ( Should ( ( power generators ) ( that ( do not ) ) ) ) ( emit ( air ( pollutants ( -LRB- e.g. ) ) ) ) )
|
(ROOT (SINV (MD Should) (NP (NP (NN power) (NNS generators)) (SBAR (WHNP (WDT that)) (S (VP (VBP do) (RB not))))) (VP (VB emit) (NP (NP (NN air)) (NP (NNP pollutants) (-LRB- -LRB-) (NNP e.g.))))))
|
Generators that pollute the air
|
( Generators ( that ( pollute ( the air ) ) ) )
|
(ROOT (S (VP (VB Generators) (S (NP (DT that)) (VP (VB pollute) (NP (DT the) (NN air)))))))
|
government
| 2contradiction
|
36,577 |
36577n
|
Jon saw Vrenna hurl herself at the fifth rider, both short swords held across her chest and over her shoulders.
|
( Jon ( ( saw ( Vrenna ( ( hurl herself ) ( at ( ( ( the ( fifth rider ) ) , ) ( ( both ( short swords ) ) ( held ( ( ( across ( her chest ) ) and ) ( over ( her shoulders ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Jon)) (VP (VBD saw) (SBAR (S (NP (NNP Vrenna)) (VP (VBP hurl) (NP (PRP herself)) (PP (IN at) (NP (NP (DT the) (JJ fifth) (NN rider)) (, ,) (NP (NP (DT both) (JJ short) (NNS swords)) (VP (VBN held) (PP (PP (IN across) (NP (PRP$ her) (NN chest))) (CC and) (PP (IN over) (NP (PRP$ her) (NNS shoulders)))))))))))) (. .)))
|
She was determined to take him down.
|
( She ( ( was ( determined ( to ( ( take him ) down ) ) ) ) . ) )
|
(ROOT (S (NP (PRP She)) (VP (VBD was) (VP (VBN determined) (S (VP (TO to) (VP (VB take) (NP (PRP him)) (PRT (RP down))))))) (. .)))
|
fiction
| 1neutral
|
124,341 |
124341e
|
And that's what I told myself.
|
( And ( that ( ( 's ( what ( I ( told myself ) ) ) ) . ) ) )
|
(ROOT (S (CC And) (NP (DT that)) (VP (VBZ 's) (SBAR (WHNP (WP what)) (S (NP (PRP I)) (VP (VBD told) (NP (PRP myself)))))) (. .)))
|
I said it to myself.
|
( I ( ( ( said it ) ( to myself ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBD said) (NP (PRP it)) (PP (TO to) (NP (PRP myself)))) (. .)))
|
fiction
| 0entailment
|
92,203 |
92203e
|
Comments filed electronically in relation to the HHS administrative simplification initiative were stored automatically in a database, and the comments were then publicly available via the initiative's web site.
|
( ( ( ( ( ( Comments ( ( ( filed electronically ) ( in relation ) ) ( to ( the ( HHS ( administrative ( simplification initiative ) ) ) ) ) ) ) ( were ( ( stored automatically ) ( in ( a database ) ) ) ) ) , ) and ) ( ( the comments ) ( ( were then ) ( publicly ( available ( via ( ( the ( initiative 's ) ) ( web site ) ) ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (NP (NNS Comments)) (VP (VBN filed) (ADVP (RB electronically)) (PP (IN in) (NP (NN relation))) (PP (TO to) (NP (DT the) (NNP HHS) (JJ administrative) (NN simplification) (NN initiative))))) (VP (VBD were) (VP (VBN stored) (ADVP (RB automatically)) (PP (IN in) (NP (DT a) (NN database)))))) (, ,) (CC and) (S (NP (DT the) (NNS comments)) (VP (VBD were) (RB then) (ADJP (RB publicly) (JJ available) (PP (IN via) (NP (NP (DT the) (NN initiative) (POS 's)) (NN web) (NN site)))))) (. .)))
|
The initiative's website published the comments which can be accessed by general public.
|
( ( ( The ( initiative 's ) ) website ) ( ( published ( ( the comments ) ( which ( can ( be ( accessed ( by ( general public ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NN initiative) (POS 's)) (NN website)) (VP (VBD published) (NP (NP (DT the) (NNS comments)) (SBAR (WHNP (WDT which)) (S (VP (MD can) (VP (VB be) (VP (VBN accessed) (PP (IN by) (NP (JJ general) (NN public)))))))))) (. .)))
|
government
| 0entailment
|
49,040 |
49040c
|
It tells us that Abraham made a covenant with God which called for his descendants to conquer many lands.
|
( It ( ( ( tells us ) ( that ( Abraham ( made ( ( ( a covenant ) ( with God ) ) ( which ( ( called ( for ( his descendants ) ) ) ( to ( conquer ( many lands ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ tells) (NP (PRP us)) (SBAR (IN that) (S (NP (NNP Abraham)) (VP (VBD made) (NP (NP (DT a) (NN covenant)) (PP (IN with) (NP (NNP God))) (SBAR (WHNP (WDT which)) (S (VP (VBD called) (PP (IN for) (NP (PRP$ his) (NNS descendants))) (S (VP (TO to) (VP (VB conquer) (NP (JJ many) (NNS lands))))))))))))) (. .)))
|
Abraham's descendants conquered God and his many lands.
|
( ( ( Abraham 's ) descendants ) ( ( conquered ( ( God and ) ( his ( many lands ) ) ) ) . ) )
|
(ROOT (S (NP (NP (NNP Abraham) (POS 's)) (NNS descendants)) (VP (VBD conquered) (NP (NP (NNP God)) (CC and) (NP (PRP$ his) (JJ many) (NNS lands)))) (. .)))
|
travel
| 2contradiction
|
132,046 |
132046n
|
Tommy was equally afflicted.
|
( Tommy ( ( was ( equally afflicted ) ) . ) )
|
(ROOT (S (NP (NNP Tommy)) (VP (VBD was) (VP (ADVP (RB equally)) (VBN afflicted))) (. .)))
|
Tommy was not feeling so great about it.
|
( Tommy ( ( ( was not ) ( feeling ( so ( great ( about it ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Tommy)) (VP (VBD was) (RB not) (VP (VBG feeling) (ADJP (RB so) (JJ great) (PP (IN about) (NP (PRP it)))))) (. .)))
|
fiction
| 1neutral
|
74,836 |
74836n
|
LSC's primary goals for the calendar year 2002 grants competition are to refine the Request for Proposal (RFP), simplify the applicant process for competing for LSC grants, and obtain applicant information essential to maintaining a quality legal services delivery system.
|
( ( ( ( LSC 's ) ( primary goals ) ) ( for ( the ( calendar ( year ( 2002 ( grants competition ) ) ) ) ) ) ) ( ( are ( to ( ( ( ( ( ( refine ( ( the Request ) ( for ( Proposal ( -LRB- ( RFP -RRB- ) ) ) ) ) ) , ) ( ( simplify ( the ( applicant process ) ) ) ( for ( competing ( for ( LSC grants ) ) ) ) ) ) , ) and ) ( obtain ( ( applicant information ) ( essential ( to ( maintaining ( a ( quality ( legal ( services ( delivery system ) ) ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (NP (NNP LSC) (POS 's)) (JJ primary) (NNS goals)) (PP (IN for) (NP (DT the) (NN calendar) (NN year) (NN 2002) (NNS grants) (NN competition)))) (VP (VBP are) (S (VP (TO to) (VP (VP (VB refine) (NP (NP (DT the) (NN Request)) (PP (IN for) (NP (NP (NNP Proposal)) (PRN (-LRB- -LRB-) (NP (NNP RFP)) (-RRB- -RRB-)))))) (, ,) (VP (VB simplify) (NP (DT the) (NN applicant) (NN process)) (PP (IN for) (S (VP (VBG competing) (PP (IN for) (NP (NNP LSC) (NNS grants))))))) (, ,) (CC and) (VP (VB obtain) (S (NP (NN applicant) (NN information)) (ADJP (JJ essential) (PP (TO to) (S (VP (VBG maintaining) (NP (DT a) (NN quality) (JJ legal) (NNS services) (NN delivery) (NN system)))))))))))) (. .)))
|
LSC's goals are to simplify the application process to make it available to all.
|
( ( ( LSC 's ) goals ) ( ( are ( to ( ( simplify ( the ( application process ) ) ) ( to ( make ( it ( available ( to all ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (NNP LSC) (POS 's)) (NNS goals)) (VP (VBP are) (S (VP (TO to) (VP (VB simplify) (NP (DT the) (NN application) (NN process)) (S (VP (TO to) (VP (VB make) (S (NP (PRP it)) (ADJP (JJ available) (PP (TO to) (NP (DT all)))))))))))) (. .)))
|
government
| 1neutral
|
32,872 |
32872c
|
yeah i know what you mean i uh when i was in Dallas i was supervisor and i had uh four non exempts um under me
|
( yeah ( i ( know ( what ( you ( ( mean ( i uh ) ) ( when ( i ( was ( in ( ( ( ( Dallas i ) ( was supervisor ) ) and ) ( i ( had ( uh ( ( four non ) ( exempts ( um ( under me ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (S (VP (VB yeah) (SBAR (S (NP (FW i)) (VP (VBP know) (SBAR (WHNP (WP what)) (S (NP (PRP you)) (VP (VBP mean) (NP (FW i) (FW uh)) (SBAR (WHADVP (WRB when)) (S (NP (FW i)) (VP (VBD was) (PP (IN in) (S (S (NP (NNP Dallas) (NNP i)) (VP (VBD was) (NP (NN supervisor)))) (CC and) (S (NP (FW i)) (VP (VBD had) (S (INTJ (UH uh)) (NP (CD four) (NN non)) (ADVP (RB exempts)) (VP (VB um) (PP (IN under) (NP (PRP me)))))))))))))))))))))
|
I haven't ever been a supervisor.
|
( I ( ( ( ( have n't ) ever ) ( been ( a supervisor ) ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBP have) (RB n't) (ADVP (RB ever)) (VP (VBN been) (NP (DT a) (NN supervisor)))) (. .)))
|
telephone
| 2contradiction
|
34,020 |
34020c
|
and at the end of the semester you go back in and your like your final exam is a three mile walk and if you walk it in this many minutes you get an A this many minutes you get a B
|
( and ( ( ( ( at ( ( the end ) ( of ( the semester ) ) ) ) ( ( ( you ( ( go back ) in ) ) and ) ( ( your ( like ( your ( final exam ) ) ) ) ( is ( a ( three ( mile walk ) ) ) ) ) ) ) and ) ( ( if ( you ( ( walk it ) ( in ( ( this ( many minutes ) ) ( you ( ( get ( an A ) ) ( this ( many minutes ) ) ) ) ) ) ) ) ) ( you ( get ( a B ) ) ) ) ) )
|
(ROOT (PRN (CC and) (S (S (PP (IN at) (NP (NP (DT the) (NN end)) (PP (IN of) (NP (DT the) (NN semester))))) (S (NP (PRP you)) (VP (VBP go) (ADVP (RB back)) (PP (IN in)))) (CC and) (S (NP (NP (PRP$ your)) (PP (IN like) (NP (PRP$ your) (JJ final) (NN exam)))) (VP (VBZ is) (NP (DT a) (CD three) (NN mile) (NN walk))))) (CC and) (S (SBAR (IN if) (S (NP (PRP you)) (VP (VBP walk) (NP (PRP it)) (PP (IN in) (NP (NP (DT this) (JJ many) (NNS minutes)) (SBAR (S (NP (PRP you)) (VP (VBP get) (NP (DT an) (NN A)) (NP (DT this) (JJ many) (NNS minutes)))))))))) (NP (PRP you)) (VP (VBP get) (NP (DT a) (NN B)))))))
|
THere is no final exam.
|
( THere ( ( is ( no ( final exam ) ) ) . ) )
|
(ROOT (S (NP (NNP THere)) (VP (VBZ is) (NP (DT no) (JJ final) (NN exam))) (. .)))
|
telephone
| 2contradiction
|
101,422 |
101422n
|
I think I got all my gray hair in the two weeks after that, he said.
|
( ( I ( think ( I ( ( got ( all ( ( my ( gray hair ) ) ( in ( the ( two weeks ) ) ) ) ) ) ( after that ) ) ) ) ) ( , ( he ( said . ) ) ) )
|
(ROOT (S (S (NP (PRP I)) (VP (VBP think) (SBAR (S (NP (PRP I)) (VP (VBD got) (NP (PDT all) (NP (NP (PRP$ my) (JJ gray) (NN hair)) (PP (IN in) (NP (DT the) (CD two) (NNS weeks))))) (WHPP (IN after) (WHNP (WDT that)))))))) (, ,) (NP (PRP he)) (VP (VBD said)) (. .)))
|
He got the grey hair from all the stress.
|
( He ( ( ( got ( the ( grey hair ) ) ) ( from ( all ( the stress ) ) ) ) . ) )
|
(ROOT (S (NP (PRP He)) (VP (VBD got) (NP (DT the) (JJ grey) (NN hair)) (PP (IN from) (NP (PDT all) (DT the) (NN stress)))) (. .)))
|
government
| 1neutral
|
95,825 |
95825c
|
The F-22 program initially had taken steps to use statistical process control data during development and gain control of critical manufacturing processes by the full rate production decision.
|
( ( The ( F-22 program ) ) ( initially ( ( had ( ( taken steps ) ( to ( ( ( use ( statistical ( process ( control data ) ) ) ) ( during ( ( development ( and ( gain control ) ) ) ( of ( critical ( manufacturing processes ) ) ) ) ) ) ( by ( the ( full ( rate ( production decision ) ) ) ) ) ) ) ) ) . ) ) )
|
(ROOT (S (NP (DT The) (NN F-22) (NN program)) (ADVP (RB initially)) (VP (VBD had) (VP (VBN taken) (NP (NNS steps)) (S (VP (TO to) (VP (VB use) (NP (JJ statistical) (NN process) (NN control) (NNS data)) (PP (IN during) (NP (NP (NN development) (CC and) (NN gain) (NN control)) (PP (IN of) (NP (JJ critical) (NN manufacturing) (NNS processes))))) (PP (IN by) (NP (DT the) (JJ full) (NN rate) (NN production) (NN decision)))))))) (. .)))
|
At no point in the F-22 program were steps taken to look at any kind of statistical process control data.
|
( ( At ( ( no point ) ( in ( the F-22 ) ) ) ) ( program ( ( were ( steps ( taken ( to ( look ( at ( ( any kind ) ( of ( statistical ( process ( control data ) ) ) ) ) ) ) ) ) ) ) . ) ) )
|
(ROOT (S (PP (IN At) (NP (NP (DT no) (NN point)) (PP (IN in) (NP (DT the) (NN F-22))))) (NP (NN program)) (VP (VBD were) (NP (NP (NNS steps)) (VP (VBN taken) (S (VP (TO to) (VP (VB look) (PP (IN at) (NP (NP (DT any) (NN kind)) (PP (IN of) (NP (JJ statistical) (NN process) (NN control) (NNS data))))))))))) (. .)))
|
government
| 2contradiction
|
106,911 |
106911c
|
no it's not this is uh about uh ten degrees cooler than usual but about a week ago we were up to eighty and eighty five degrees
|
( ( no it ) ( ( 's not ) ( ( ( this ( is ( uh ( ( ( about ( uh ten ) ) degrees ) ( cooler ( than usual ) ) ) ) ) ) but ) ( ( about ( a week ) ) ( ago ( we ( ( were ( up ( to ( ( eighty and ) eighty ) ) ) ) ( five degrees ) ) ) ) ) ) ) )
|
(ROOT (S (NP (DT no) (PRP it)) (VP (VBZ 's) (RB not) (SBAR (SBAR (S (NP (DT this)) (VP (VBZ is) (VP (VBG uh) (NP (NP (QP (RB about) (CD uh) (CD ten)) (NNS degrees)) (ADJP (RB cooler) (IN than) (JJ usual))))))) (CC but) (SBAR (NP (RB about) (DT a) (NN week)) (RB ago) (S (NP (PRP we)) (VP (VBD were) (ADVP (RB up) (PP (TO to) (NP (NN eighty) (CC and) (NN eighty)))) (NP (CD five) (NNS degrees)))))))))
|
It's about ten degrees warmer than normal and last week it was freezing.
|
( ( ( ( It ( 's ( ( ( about ( ten degrees ) ) warmer ) ( than normal ) ) ) ) and ) ( ( last week ) ( it ( was freezing ) ) ) ) . )
|
(ROOT (S (S (NP (PRP It)) (VP (VBZ 's) (ADJP (NP (QP (RB about) (CD ten) (CD degrees)) (JJR warmer)) (SBAR (IN than) (FRAG (ADJP (JJ normal))))))) (CC and) (S (NP (JJ last) (NN week)) (NP (PRP it)) (VP (VBD was) (NP (NN freezing)))) (. .)))
|
telephone
| 2contradiction
|
121,582 |
121582n
|
For example, users of financial reports are interested in a company's overall performance and outlook and, accordingly, would be interested in the effectiveness of internal control over the process that produces that data.
|
( ( For example ) ( , ( ( users ( of ( financial reports ) ) ) ( ( ( ( are ( interested ( in ( ( ( ( a ( company 's ) ) ( overall performance ) ) and ) outlook ) ) ) ) and ) ( ( , ( accordingly , ) ) ( would ( ( be ( interested ( in ( ( the effectiveness ) ( of ( internal control ) ) ) ) ) ) ( over ( ( the process ) ( that ( produces ( that data ) ) ) ) ) ) ) ) ) . ) ) ) )
|
(ROOT (S (PP (IN For) (NP (NN example))) (, ,) (NP (NP (NNS users)) (PP (IN of) (NP (JJ financial) (NNS reports)))) (VP (VP (VBP are) (ADJP (JJ interested) (PP (IN in) (NP (NP (NP (DT a) (NN company) (POS 's)) (JJ overall) (NN performance)) (CC and) (NP (NN outlook)))))) (CC and) (VP (PRN (, ,) (ADVP (RB accordingly)) (, ,)) (MD would) (VP (VB be) (ADJP (JJ interested) (PP (IN in) (NP (NP (DT the) (NN effectiveness)) (PP (IN of) (NP (JJ internal) (NN control)))))) (PP (IN over) (NP (NP (DT the) (NN process)) (SBAR (WHNP (WDT that)) (S (VP (VBZ produces) (NP (DT that) (NNS data)))))))))) (. .)))
|
Financial report users are more interested than others in evaluating the internal controls.
|
( ( Financial ( report users ) ) ( ( are ( more ( interested ( than ( others ( in ( evaluating ( the ( internal controls ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Financial) (NN report) (NNS users)) (VP (VBP are) (ADJP (RBR more) (JJ interested) (PP (IN than) (NP (NP (NNS others)) (PP (IN in) (S (VP (VBG evaluating) (NP (DT the) (JJ internal) (NNS controls))))))))) (. .)))
|
government
| 1neutral
|
87,400 |
87400n
|
In exactly the same way, Mrs. Inglethorp had laid down her cup of coffee on reaching her room the night before, and the treacherous table had played her the same trick.
|
( ( In ( exactly ( the ( same way ) ) ) ) ( , ( ( ( ( ( ( Mrs. Inglethorp ) ( had ( ( laid ( down ( ( her cup ) ( of coffee ) ) ) ) ( on ( ( ( reaching ( her room ) ) ( the night ) ) before ) ) ) ) ) , ) and ) ( ( the ( treacherous table ) ) ( had ( ( played her ) ( the ( same trick ) ) ) ) ) ) . ) ) )
|
(ROOT (S (PP (IN In) (NP (RB exactly) (DT the) (JJ same) (NN way))) (, ,) (S (NP (NNP Mrs.) (NNP Inglethorp)) (VP (VBD had) (VP (VBN laid) (PP (IN down) (NP (NP (PRP$ her) (NN cup)) (PP (IN of) (NP (NN coffee))))) (PP (IN on) (S (VP (VBG reaching) (NP (PRP$ her) (NN room)) (NP (DT the) (NN night)) (PP (IN before)))))))) (, ,) (CC and) (S (NP (DT the) (JJ treacherous) (NN table)) (VP (VBD had) (VP (VBN played) (NP (PRP her)) (NP (DT the) (JJ same) (NN trick))))) (. .)))
|
The tables in Mrs. Inglethorp's house are treacherous
|
( ( ( The tables ) ( in ( ( Mrs. ( Inglethorp 's ) ) house ) ) ) ( are treacherous ) )
|
(ROOT (S (NP (NP (DT The) (NNS tables)) (PP (IN in) (NP (NP (NNP Mrs.) (NNP Inglethorp) (POS 's)) (NN house)))) (VP (VBP are) (ADJP (JJ treacherous)))))
|
fiction
| 1neutral
|
10,912 |
10912e
|
And they needed protection from the magicians.
|
( And ( they ( ( ( needed protection ) ( from ( the magicians ) ) ) . ) ) )
|
(ROOT (S (CC And) (NP (PRP they)) (VP (VBD needed) (NP (NN protection)) (PP (IN from) (NP (DT the) (NNS magicians)))) (. .)))
|
Protection from the magicians was what they needed.
|
( ( Protection ( from ( the magicians ) ) ) ( ( was ( what ( they needed ) ) ) . ) )
|
(ROOT (S (NP (NP (NNP Protection)) (PP (IN from) (NP (DT the) (NNS magicians)))) (VP (VBD was) (SBAR (WHNP (WP what)) (S (NP (PRP they)) (VP (VBD needed))))) (. .)))
|
fiction
| 0entailment
|
48,040 |
48040e
|
exactly so they got rid of that tax in a hurry
|
( exactly ( so ( they ( ( got rid ) ( of ( ( that tax ) ( in ( a hurry ) ) ) ) ) ) ) )
|
(ROOT (FRAG (ADVP (RB exactly)) (SBAR (IN so) (S (NP (PRP they)) (VP (VBD got) (ADJP (JJ rid)) (PP (IN of) (NP (NP (DT that) (NN tax)) (PP (IN in) (NP (DT a) (NN hurry))))))))))
|
They got rid of that tax fast.
|
( They ( ( got ( rid ( of ( ( that tax ) fast ) ) ) ) . ) )
|
(ROOT (S (NP (PRP They)) (VP (VBD got) (ADJP (JJ rid) (PP (IN of) (ADVP (NP (DT that) (NN tax)) (RB fast))))) (. .)))
|
telephone
| 0entailment
|
34,490 |
34490n
|
Emergency department interventions are consistent with the No Wrong Door to Treatment theme of the National Treatment Plan.
|
( ( Emergency ( department interventions ) ) ( ( are ( consistent ( with ( ( the ( ( No Wrong ) ( ( Door ( to Treatment ) ) theme ) ) ) ( of ( the ( National ( Treatment Plan ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Emergency) (NN department) (NNS interventions)) (VP (VBP are) (ADJP (JJ consistent) (PP (IN with) (NP (NP (DT the) (ADJP (DT No) (JJ Wrong)) (ADJP (JJ Door) (PP (TO to) (NP (NNP Treatment)))) (NN theme)) (PP (IN of) (NP (DT the) (NNP National) (NNP Treatment) (NNP Plan))))))) (. .)))
|
This policy has a poor success rate but it is politically expedient.
|
( ( ( ( ( This policy ) ( has ( a ( poor ( success rate ) ) ) ) ) but ) ( it ( is ( politically expedient ) ) ) ) . )
|
(ROOT (S (S (NP (DT This) (NN policy)) (VP (VBZ has) (NP (DT a) (JJ poor) (NN success) (NN rate)))) (CC but) (S (NP (PRP it)) (VP (VBZ is) (ADJP (RB politically) (JJ expedient)))) (. .)))
|
government
| 1neutral
|
43,526 |
43526n
|
Dean Bridge carries the main road over the Water; it was designed and built by Thomas Telford, one of Scotland's greatest civil engineers.
|
( ( ( ( ( Dean Bridge ) ( carries ( ( the ( main road ) ) ( over ( the Water ) ) ) ) ) ; ) ( it ( was ( ( ( designed and ) built ) ( by ( ( ( Thomas Telford ) , ) ( one ( of ( ( Scotland 's ) ( greatest ( civil engineers ) ) ) ) ) ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (NNP Dean) (NNP Bridge)) (VP (VBZ carries) (NP (NP (DT the) (JJ main) (NN road)) (PP (IN over) (NP (DT the) (NNP Water)))))) (: ;) (S (NP (PRP it)) (VP (VBD was) (VP (VBN designed) (CC and) (VBN built) (PP (IN by) (NP (NP (NNP Thomas) (NNP Telford)) (, ,) (NP (NP (CD one)) (PP (IN of) (NP (NP (NNP Scotland) (POS 's)) (JJS greatest) (JJ civil) (NNS engineers))))))))) (. .)))
|
While well designed originally, the bridge has fallen into disrepair.
|
( ( While ( well ( designed originally ) ) ) ( , ( ( the bridge ) ( ( has ( fallen ( into disrepair ) ) ) . ) ) ) )
|
(ROOT (S (SBAR (IN While) (S (ADVP (RB well)) (VP (VBN designed) (ADVP (RB originally))))) (, ,) (NP (DT the) (NN bridge)) (VP (VBZ has) (VP (VBN fallen) (PP (IN into) (NP (NN disrepair))))) (. .)))
|
travel
| 1neutral
|
20,649 |
20649e
|
The square has a pretty flower market, and you know you're approaching the south of France when you see your first serious games of boules here.
|
( ( ( ( ( ( The square ) ( has ( a ( pretty ( flower market ) ) ) ) ) , ) and ) ( you ( know ( you ( 're ( ( approaching ( ( the south ) ( of France ) ) ) ( when ( you ( ( see ( ( your ( first ( serious games ) ) ) ( of boules ) ) ) here ) ) ) ) ) ) ) ) ) . )
|
(ROOT (S (S (NP (DT The) (NN square)) (VP (VBZ has) (NP (DT a) (JJ pretty) (NN flower) (NN market)))) (, ,) (CC and) (S (NP (PRP you)) (VP (VBP know) (SBAR (S (NP (PRP you)) (VP (VBP 're) (VP (VBG approaching) (NP (NP (DT the) (NN south)) (PP (IN of) (NP (NNP France)))) (SBAR (WHADVP (WRB when)) (S (NP (PRP you)) (VP (VBP see) (NP (NP (PRP$ your) (JJ first) (JJ serious) (NNS games)) (PP (IN of) (NP (NNS boules)))) (ADVP (RB here))))))))))) (. .)))
|
There is a pretty flower market in the square.
|
( There ( ( is ( ( a ( pretty ( flower market ) ) ) ( in ( the square ) ) ) ) . ) )
|
(ROOT (S (NP (EX There)) (VP (VBZ is) (NP (NP (DT a) (JJ pretty) (NN flower) (NN market)) (PP (IN in) (NP (DT the) (NN square))))) (. .)))
|
travel
| 0entailment
|
4,745 |
4745c
|
Built in 1729 to house the Irish Parliament, the striking Bank of Ireland building preserves the impressive chamber of the Irish House of Lords with its 18th-century tapestries, and coffered ceiling.
|
( ( ( Built ( in 1729 ) ) ( to ( house ( the ( Irish Parliament ) ) ) ) ) ( , ( ( the ( striking ( ( Bank ( of Ireland ) ) building ) ) ) ( ( ( ( ( ( preserves ( ( the ( impressive chamber ) ) ( of ( ( the ( Irish House ) ) ( of Lords ) ) ) ) ) ( with ( its ( 18th-century tapestries ) ) ) ) , ) and ) ( coffered ceiling ) ) . ) ) ) )
|
(ROOT (S (S (VP (VBN Built) (PP (IN in) (NP (CD 1729))) (S (VP (TO to) (VP (VB house) (NP (DT the) (JJ Irish) (NNP Parliament))))))) (, ,) (NP (DT the) (JJ striking) (NAC (NNP Bank) (PP (IN of) (NP (NNP Ireland)))) (NN building)) (VP (VP (VBZ preserves) (NP (NP (DT the) (JJ impressive) (NN chamber)) (PP (IN of) (NP (NP (DT the) (JJ Irish) (NN House)) (PP (IN of) (NP (NNPS Lords)))))) (PP (IN with) (NP (PRP$ its) (JJ 18th-century) (NNS tapestries)))) (, ,) (CC and) (VP (VBD coffered) (NP (NN ceiling)))) (. .)))
|
The Bank of Ireland is a normal bank with average lending procedures.
|
( ( ( The Bank ) ( of Ireland ) ) ( ( is ( ( a ( normal bank ) ) ( with ( average ( lending procedures ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NNP Bank)) (PP (IN of) (NP (NNP Ireland)))) (VP (VBZ is) (NP (NP (DT a) (JJ normal) (NN bank)) (PP (IN with) (NP (JJ average) (VBG lending) (NNS procedures))))) (. .)))
|
travel
| 2contradiction
|
7,230 |
7230n
|
What is it? said the brown man.
|
( ( What ( ( is it ) ? ) ) ( ( said ( the ( brown man ) ) ) . ) )
|
(ROOT (SINV (SBARQ (WHNP (WP What)) (SQ (VBZ is) (NP (PRP it))) (. ?)) (VP (VBD said)) (NP (DT the) (JJ brown) (NN man)) (. .)))
|
The sad, tall brown man asked what the problem was.
|
( ( The ( ( sad ( , tall ) ) ( brown man ) ) ) ( ( asked ( what ( ( the problem ) was ) ) ) . ) )
|
(ROOT (S (NP (DT The) (ADJP (JJ sad) (, ,) (JJ tall)) (JJ brown) (NN man)) (VP (VBD asked) (SBAR (WHNP (WP what)) (S (NP (DT the) (NN problem)) (VP (VBD was))))) (. .)))
|
fiction
| 1neutral
|
100,138 |
100138e
|
Monica moves to the Pentagon, but the relationship intermittently continues.
|
( ( ( ( ( Monica ( moves ( to ( the Pentagon ) ) ) ) , ) but ) ( ( the relationship ) ( intermittently continues ) ) ) . )
|
(ROOT (S (S (NP (NNP Monica)) (VP (VBZ moves) (PP (TO to) (NP (DT the) (NNP Pentagon))))) (, ,) (CC but) (S (NP (DT the) (NN relationship)) (ADVP (RB intermittently)) (VP (VBZ continues))) (. .)))
|
The relationship intermittently continues after Monica moved to the Pentagon.
|
( ( The relationship ) ( intermittently ( ( continues ( after ( Monica ( moved ( to ( the Pentagon ) ) ) ) ) ) . ) ) )
|
(ROOT (S (NP (DT The) (NN relationship)) (ADVP (RB intermittently)) (VP (VBZ continues) (SBAR (IN after) (S (NP (NNP Monica)) (VP (VBD moved) (PP (TO to) (NP (DT the) (NNP Pentagon))))))) (. .)))
|
slate
| 0entailment
|
144,165 |
144165e
|
Enjoyable cafe-bars in Havana include Cafe de Paris (Obispo and San Ignacio), Cafe O'Reilly (O'Reilly and San Ignacio), Montserrate (Avenida de Belgica and Obrapaa), and El Patio (Plaza de la Catedral).
|
( ( ( Enjoyable cafe-bars ) ( in Havana ) ) ( ( include ( ( ( ( Cafe ( de Paris ) ) ( -LRB- ( ( ( Obispo and ) ( San Ignacio ) ) -RRB- ) ) ) , ) ( ( ( ( ( ( ( Cafe O'Reilly ) ( -LRB- ( ( ( O'Reilly and ) ( San Ignacio ) ) -RRB- ) ) ) , ) ( Montserrate ( -LRB- ( ( ( ( Avenida ( de Belgica ) ) and ) Obrapaa ) -RRB- ) ) ) ) , ) and ) ( ( ( ( El Patio ) -LRB- ) ( Plaza ( de ( la Catedral ) ) ) ) -RRB- ) ) ) ) . ) )
|
(ROOT (S (NP (NP (JJ Enjoyable) (NNS cafe-bars)) (PP (IN in) (NP (NNP Havana)))) (VP (VBP include) (NP (NP (NP (NNP Cafe) (IN de) (NNP Paris)) (PRN (-LRB- -LRB-) (NP (NP (NNP Obispo)) (CC and) (NP (NNP San) (NNP Ignacio))) (-RRB- -RRB-))) (, ,) (NP (NP (NP (NNP Cafe) (NNP O'Reilly)) (PRN (-LRB- -LRB-) (NP (NP (NNP O'Reilly)) (CC and) (NP (NNP San) (NNP Ignacio))) (-RRB- -RRB-))) (, ,) (NP (NP (NNP Montserrate)) (PRN (-LRB- -LRB-) (NP (NP (NNP Avenida) (IN de) (NNP Belgica)) (CC and) (NP (NNP Obrapaa))) (-RRB- -RRB-))) (, ,) (CC and) (NP (NP (NNP El) (NNP Patio)) (-LRB- -LRB-) (NP (NNP Plaza) (FW de) (FW la) (NNP Catedral)) (-RRB- -RRB-))))) (. .)))
|
Cafe de Paris is a cafe-bar in Havana.
|
( ( Cafe ( de Paris ) ) ( ( is ( ( a cafe-bar ) ( in Havana ) ) ) . ) )
|
(ROOT (S (NP (NNP Cafe) (FW de) (NNP Paris)) (VP (VBZ is) (NP (NP (DT a) (NN cafe-bar)) (PP (IN in) (NP (NNP Havana))))) (. .)))
|
travel
| 0entailment
|
116,324 |
116324n
|
A timely expenditure of tax revenues might just work wonders.
|
( ( ( A ( timely expenditure ) ) ( of ( tax revenues ) ) ) ( ( ( might just ) ( work wonders ) ) . ) )
|
(ROOT (S (NP (NP (DT A) (JJ timely) (NN expenditure)) (PP (IN of) (NP (NN tax) (NNS revenues)))) (VP (MD might) (ADVP (RB just)) (VP (VB work) (NP (NNS wonders)))) (. .)))
|
A timely expenditure might work wonders, but only for the elderly.
|
( ( A ( timely expenditure ) ) ( ( might ( ( ( work wonders ) , ) ( but ( only ( for ( the elderly ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT A) (JJ timely) (NN expenditure)) (VP (MD might) (VP (VB work) (NP (NNS wonders)) (, ,) (PRN (CC but) (ADVP (RB only)) (PP (IN for) (NP (DT the) (JJ elderly)))))) (. .)))
|
slate
| 1neutral
|
38,959 |
38959c
|
Anyone can make toys, apparently.
|
( Anyone ( ( can ( ( ( make toys ) , ) apparently ) ) . ) )
|
(ROOT (S (NP (NN Anyone)) (VP (MD can) (VP (VB make) (NP (NNS toys)) (, ,) (ADVP (RB apparently)))) (. .)))
|
Not just anyone can craft a toy.
|
( Not ( ( just anyone ) ( ( can ( craft ( a toy ) ) ) . ) ) )
|
(ROOT (S (RB Not) (NP (RB just) (NN anyone)) (VP (MD can) (VP (VB craft) (NP (DT a) (NN toy)))) (. .)))
|
slate
| 2contradiction
|
30,852 |
30852c
|
She pulled at it but the head was barbed.
|
( ( ( ( She ( pulled ( at it ) ) ) but ) ( ( the head ) ( was barbed ) ) ) . )
|
(ROOT (S (S (NP (PRP She)) (VP (VBD pulled) (PP (IN at) (NP (PRP it))))) (CC but) (S (NP (DT the) (NN head)) (VP (VBD was) (VP (VBN barbed)))) (. .)))
|
She pushed on it gently.
|
( She ( ( ( pushed ( on it ) ) gently ) . ) )
|
(ROOT (S (NP (PRP She)) (VP (VBD pushed) (PP (IN on) (NP (PRP it))) (ADVP (RB gently))) (. .)))
|
fiction
| 2contradiction
|
102,242 |
102242e
|
We make no attempt to adjust for these increases.
|
( We ( ( make ( ( no attempt ) ( to ( adjust ( for ( these increases ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP We)) (VP (VBP make) (S (NP (DT no) (NN attempt)) (VP (TO to) (VP (VB adjust) (PP (IN for) (NP (DT these) (NNS increases))))))) (. .)))
|
We don't try to adjust for those changes.
|
( We ( ( ( do n't ) ( try ( to ( adjust ( for ( those changes ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP We)) (VP (VBP do) (RB n't) (VP (VB try) (S (VP (TO to) (VP (VB adjust) (PP (IN for) (NP (DT those) (NNS changes)))))))) (. .)))
|
government
| 0entailment
|
109,212 |
109212n
|
just shouldn't be allowed to to even even live uh about the issue about sentencing by the judge
|
( just ( ( ( should n't ) ( be ( allowed ( to ( ( to ( even even ) ) ( ( live uh ) ( about ( the issue ) ) ) ) ) ) ) ) ( ( about sentencing ) ( by ( the judge ) ) ) ) )
|
(ROOT (SINV (ADVP (RB just)) (VP (MD should) (RB n't) (VP (VB be) (VP (VBN allowed) (S (VP (TO to) (S (VP (TO to) (ADVP (RB even) (RB even)) (VP (VB live) (INTJ (UH uh)) (PP (IN about) (NP (DT the) (NN issue))))))))))) (NP (NP (RB about) (NN sentencing)) (PP (IN by) (NP (DT the) (NN judge))))))
|
The issue about sentencing by the judge was corruption.
|
( ( ( The issue ) ( about ( sentencing ( by ( the judge ) ) ) ) ) ( ( was corruption ) . ) )
|
(ROOT (S (NP (NP (DT The) (NN issue)) (PP (IN about) (NP (NP (NN sentencing)) (PP (IN by) (NP (DT the) (NN judge)))))) (VP (VBD was) (NP (NN corruption))) (. .)))
|
telephone
| 1neutral
|
106,543 |
106543n
|
Miss Finn, he said, "this is your cousin, Mr. Julius P.
|
( ( Miss Finn ) ( , ( he ( ( ( said , ) `` ) ( this ( is ( ( ( your cousin ) , ) ( Mr. ( Julius P. ) ) ) ) ) ) ) ) )
|
(ROOT (NP (S (NP (NNP Miss) (NNP Finn)) (, ,) (NP (PRP he)) (VP (VBD said) (, ,) (`` ``) (S (NP (DT this)) (VP (VBZ is) (NP (NP (PRP$ your) (NN cousin)) (, ,) (NP (NNP Mr.) (NNP Julius) (NNP P.)))))))))
|
Miss Finn was astonished that he had found her cousin, Julius.
|
( ( Miss Finn ) ( ( was ( astonished ( that ( he ( had ( found ( ( ( her cousin ) , ) Julius ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Miss) (NNP Finn)) (VP (VBD was) (VP (VBN astonished) (SBAR (IN that) (S (NP (PRP he)) (VP (VBD had) (VP (VBN found) (NP (NP (PRP$ her) (NN cousin)) (, ,) (NP (NNP Julius))))))))) (. .)))
|
fiction
| 1neutral
|
40,148 |
40148n
|
i guess yeah yeah we have done that but but we camped mostly when the kids were little we were in we were in New Jersey
|
( ( i ( guess yeah ) ) ( yeah ( ( ( we ( have ( done ( that but ) ) ) ) but ) ( we ( ( camped mostly ) ( when ( ( the kids ) ( were ( little ( we ( were ( in ( we ( were ( in ( New Jersey ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (S (NP (FW i) (FW guess) (NN yeah)) (VP (VBP yeah) (SBAR (S (S (NP (PRP we)) (VP (VBP have) (VP (VBN done) (ADVP (DT that) (CC but))))) (CC but) (S (NP (PRP we)) (VP (VBD camped) (ADVP (RB mostly)) (SBAR (WHADVP (WRB when)) (S (NP (DT the) (NNS kids)) (VP (VBD were) (ADJP (JJ little) (SBAR (S (NP (PRP we)) (VP (VBD were) (SBAR (IN in) (S (NP (PRP we)) (VP (VBD were) (PP (IN in) (NP (NNP New) (NNP Jersey))))))))))))))))))))
|
The kids enjoyed camping when we were in New Jersey.
|
( ( The kids ) ( ( enjoyed ( camping ( when ( we ( were ( in ( New Jersey ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NNS kids)) (VP (VBD enjoyed) (S (VP (VBG camping) (SBAR (WHADVP (WRB when)) (S (NP (PRP we)) (VP (VBD were) (PP (IN in) (NP (NNP New) (NNP Jersey))))))))) (. .)))
|
telephone
| 1neutral
|
94,629 |
94629n
|
I took a seat.
|
( I ( ( took ( a seat ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBD took) (NP (DT a) (NN seat))) (. .)))
|
I sat down at the back of the bus.
|
( I ( ( ( sat down ) ( at ( ( the back ) ( of ( the bus ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBD sat) (PRT (RP down)) (PP (IN at) (NP (NP (DT the) (NN back)) (PP (IN of) (NP (DT the) (NN bus)))))) (. .)))
|
fiction
| 1neutral
|
32,739 |
32739c
|
The wonderful mosaics and frescoes, dating from between 1310 and 1320 (contemporary with those of Giotto in Italy), are almost certainly the work of a single artist, now unknown.
|
( ( ( ( ( The ( wonderful ( ( mosaics and ) frescoes ) ) ) , ) ( dating ( from ( ( ( ( between 1310 ) and ) 1320 ) ( -LRB- ( ( ( contemporary ( with ( those ( of Giotto ) ) ) ) ( in Italy ) ) -RRB- ) ) ) ) ) ) , ) ( ( ( are ( almost certainly ) ) ( ( ( ( the work ) ( of ( a ( single artist ) ) ) ) , ) ( now unknown ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (JJ wonderful) (NNS mosaics) (CC and) (NNS frescoes)) (, ,) (VP (VBG dating) (PP (IN from) (NP (NP (QP (IN between) (CD 1310) (CC and) (CD 1320))) (PRN (-LRB- -LRB-) (NP (NP (JJ contemporary)) (PP (IN with) (NP (NP (DT those)) (PP (IN of) (NP (NNP Giotto))))) (PP (IN in) (NP (NNP Italy)))) (-RRB- -RRB-))))) (, ,)) (VP (VBP are) (ADVP (RB almost) (RB certainly)) (NP (NP (DT the) (NN work)) (PP (IN of) (NP (DT a) (JJ single) (NN artist))) (, ,) (ADJP (RB now) (JJ unknown)))) (. .)))
|
We know the name of the artist who created the mosaics and frescoes.
|
( We ( ( know ( ( the name ) ( of ( ( the artist ) ( who ( ( ( created ( the mosaics ) ) and ) frescoes ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP We)) (VP (VBP know) (NP (NP (DT the) (NN name)) (PP (IN of) (NP (NP (DT the) (NN artist)) (SBAR (WHNP (WP who)) (S (VP (VP (VBD created) (NP (DT the) (NNS mosaics))) (CC and) (VP (VBZ frescoes))))))))) (. .)))
|
travel
| 2contradiction
|
102,312 |
102312n
|
The two towns were united in 1856.
|
( ( The ( two towns ) ) ( ( were ( united ( in 1856 ) ) ) . ) )
|
(ROOT (S (NP (DT The) (CD two) (NNS towns)) (VP (VBD were) (VP (VBN united) (PP (IN in) (NP (CD 1856))))) (. .)))
|
It took decades of negotiation and conflict, but the towns were finally united.
|
( ( ( ( ( It ( took ( decades ( of ( ( negotiation and ) conflict ) ) ) ) ) , ) but ) ( ( the towns ) ( were ( finally united ) ) ) ) . )
|
(ROOT (S (S (NP (PRP It)) (VP (VBD took) (NP (NP (NNS decades)) (PP (IN of) (NP (NN negotiation) (CC and) (NN conflict)))))) (, ,) (CC but) (S (NP (DT the) (NNS towns)) (VP (VBD were) (VP (ADVP (RB finally)) (VBN united)))) (. .)))
|
travel
| 1neutral
|
21,497 |
21497n
|
Jon and Susan ate breakfast.
|
( ( ( Jon and ) Susan ) ( ( ate breakfast ) . ) )
|
(ROOT (S (NP (NNP Jon) (CC and) (NNP Susan)) (VP (VBD ate) (NP (NN breakfast))) (. .)))
|
In addition to having breakfast, Jon and Susan also enjoyed large glasses of orange juice.
|
( ( In ( addition ( to ( having breakfast ) ) ) ) ( , ( ( ( Jon and ) Susan ) ( also ( ( enjoyed ( ( large glasses ) ( of ( orange juice ) ) ) ) . ) ) ) ) )
|
(ROOT (S (PP (IN In) (NP (NP (NN addition)) (PP (TO to) (S (VP (VBG having) (NP (NN breakfast))))))) (, ,) (NP (NNP Jon) (CC and) (NNP Susan)) (ADVP (RB also)) (VP (VBD enjoyed) (NP (NP (JJ large) (NNS glasses)) (PP (IN of) (NP (JJ orange) (NN juice))))) (. .)))
|
fiction
| 1neutral
|
62,734 |
62734n
|
4) Except for the barcode discount, Periodicals rates are not based on shape or machinability.
|
( ( 4 -RRB- ) ( ( Except ( for ( the ( barcode discount ) ) ) ) ( , ( ( Periodicals rates ) ( ( ( are not ) ( based ( on ( ( shape or ) machinability ) ) ) ) . ) ) ) ) )
|
(ROOT (S (LST (LS 4) (-RRB- -RRB-)) (PP (IN Except) (PP (IN for) (NP (DT the) (JJ barcode) (NN discount)))) (, ,) (NP (NNP Periodicals) (NNS rates)) (VP (VBP are) (RB not) (VP (VBN based) (PP (IN on) (NP (NN shape) (CC or) (NN machinability))))) (. .)))
|
Book rates vary
|
( ( Book rates ) vary )
|
(ROOT (S (NP (NNP Book) (NNS rates)) (VP (VBP vary))))
|
government
| 1neutral
|
72,249 |
72249n
|
To date, the program has identified about 260 different types of failures, such as main landing gear tires wearing out more quickly than planned, fasteners being damaged, and canopy delaminating.
|
( ( To date ) ( , ( ( the program ) ( ( has ( identified ( ( ( ( ( ( ( ( ( about 260 ) ( different types ) ) ( of ( ( failures , ) ( such ( as ( ( main ( landing ( gear tires ) ) ) ( ( wearing out ) ( more quickly ) ) ) ) ) ) ) ) ( than planned ) ) , ) ( fasteners ( being damaged ) ) ) , ) and ) ( canopy delaminating ) ) ) ) . ) ) ) )
|
(ROOT (S (PP (TO To) (NP (NN date))) (, ,) (NP (DT the) (NN program)) (VP (VBZ has) (VP (VBN identified) (NP (NP (NP (QP (RB about) (CD 260)) (JJ different) (NNS types)) (PP (IN of) (NP (NP (NNS failures)) (, ,) (PP (JJ such) (IN as) (NP (NP (JJ main) (NN landing) (NN gear) (NNS tires)) (VP (VBG wearing) (PRT (RP out)) (ADVP (RBR more) (RB quickly))))))) (ADJP (IN than) (JJ planned)) (, ,) (NP (NP (NNS fasteners)) (VP (VBG being) (VP (VBN damaged))))) (, ,) (CC and) (NP (NP (NN canopy)) (VP (VBG delaminating)))))) (. .)))
|
The landing gear tires wear out twice as fast as planned.
|
( ( The ( landing ( gear tires ) ) ) ( ( ( wear out ) ( twice ( as ( ( fast as ) planned ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN landing) (NN gear) (NNS tires)) (VP (VBP wear) (PRT (RP out)) (SBAR (ADVP (RB twice)) (RB as) (FRAG (ADJP (ADVP (RB fast) (RB as)) (VBN planned))))) (. .)))
|
government
| 1neutral
|
111,326 |
111326n
|
The strange permeating influence of the unseen chief held it together.
|
( ( ( The ( strange ( permeating influence ) ) ) ( of ( the ( unseen chief ) ) ) ) ( ( ( held it ) together ) . ) )
|
(ROOT (S (NP (NP (DT The) (JJ strange) (JJ permeating) (NN influence)) (PP (IN of) (NP (DT the) (JJ unseen) (NN chief)))) (VP (VBD held) (NP (PRP it)) (ADVP (RB together))) (. .)))
|
The chief was able to restore peace for many years.
|
( ( The chief ) ( ( was ( able ( to ( ( restore peace ) ( for ( many years ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NN chief)) (VP (VBD was) (ADJP (JJ able) (S (VP (TO to) (VP (VB restore) (NP (NN peace)) (PP (IN for) (NP (JJ many) (NNS years)))))))) (. .)))
|
fiction
| 1neutral
|
51,509 |
51509c
|
Leading Indicators : French or regular?
|
( ( ( ( Leading Indicators ) : ) ( ( French or ) regular ) ) ? )
|
(ROOT (NP (NP (JJ Leading) (NNPS Indicators)) (: :) (NP (NP (NNP French)) (CC or) (NP (JJ regular))) (. ?)))
|
French or regular are not indicators.
|
( ( ( French or ) regular ) ( ( ( are not ) indicators ) . ) )
|
(ROOT (S (NP (NP (NNP French)) (CC or) (NP (JJ regular))) (VP (VBP are) (RB not) (NP (NNS indicators))) (. .)))
|
slate
| 2contradiction
|
26,563 |
26563c
|
Little horrible beasts with--with--I can't describe it.
|
( ( ( Little ( horrible beasts ) ) ( ( with ( -- ( with -- ) ) ) I ) ) ( ( ( ca n't ) ( describe it ) ) . ) )
|
(ROOT (S (NP (NP (JJ Little) (JJ horrible) (NNS beasts)) (PP (IN with) (PRN (: --) (PP (IN with)) (: --)) (NP (PRP I)))) (VP (MD ca) (RB n't) (VP (VB describe) (NP (PRP it)))) (. .)))
|
Sweet, charming little creatures with adorable, little faces.
|
( ( ( ( Sweet , ) ( ( charming ( little creatures ) ) ( with adorable ) ) ) , ) ( little ( faces . ) ) )
|
(ROOT (S (NP (NP (NNP Sweet)) (, ,) (NP (NP (JJ charming) (JJ little) (NNS creatures)) (PP (IN with) (NP (NN adorable)))) (, ,)) (ADVP (RB little)) (VP (VBZ faces)) (. .)))
|
fiction
| 2contradiction
|
84,378 |
84378c
|
Reducing the formation of ground-level ozone, or smog, will bring healthier air to tens of millions of people, and reduce the number of ozone-related health problems such as respiratory infection, asthma attacks, and chronic lung damage.
|
( ( ( ( ( Reducing ( ( the formation ) ( of ( ground-level ozone ) ) ) ) , ) or ) smog ) ( , ( ( will ( ( ( ( ( bring ( healthier air ) ) ( to ( ( tens ( of millions ) ) ( of people ) ) ) ) , ) and ) ( reduce ( ( the number ) ( of ( ( ozone-related ( health problems ) ) ( such ( as ( ( ( ( ( ( respiratory infection ) , ) ( asthma attacks ) ) , ) and ) ( chronic ( lung damage ) ) ) ) ) ) ) ) ) ) ) . ) ) )
|
(ROOT (S (S (VP (VP (VBG Reducing) (NP (NP (DT the) (NN formation)) (PP (IN of) (NP (JJ ground-level) (NN ozone))))) (, ,) (CC or) (VP (VBG smog)))) (, ,) (VP (MD will) (VP (VP (VB bring) (NP (JJR healthier) (NN air)) (PP (TO to) (NP (NP (QP (NNS tens) (IN of) (NNS millions))) (PP (IN of) (NP (NNS people)))))) (, ,) (CC and) (VP (VB reduce) (NP (NP (DT the) (NN number)) (PP (IN of) (NP (NP (JJ ozone-related) (NN health) (NNS problems)) (PP (JJ such) (IN as) (NP (NP (JJ respiratory) (NN infection)) (, ,) (NP (NN asthma) (NNS attacks)) (, ,) (CC and) (NP (JJ chronic) (NN lung) (NN damage)))))))))) (. .)))
|
Millions of people want to reduce the amount of ground-level ozone.
|
( ( Millions ( of people ) ) ( ( want ( to ( reduce ( ( the amount ) ( of ( ground-level ozone ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (NNS Millions)) (PP (IN of) (NP (NNS people)))) (VP (VBP want) (S (VP (TO to) (VP (VB reduce) (NP (NP (DT the) (NN amount)) (PP (IN of) (NP (JJ ground-level) (NN ozone)))))))) (. .)))
|
government
| 2contradiction
|
41,599 |
41599n
|
um i spent a lot of time with her when i was home uh she'd always be the one you know sitting on my lap or being close to me and the two guys would be off uh uh playing someplace but it seems like whenever i wanted to do something like go out for the kids and uh she'd always say well i want to go to my girlfriend's house or i want to stay home and do this or she had like little projects she was working on at home and things like that so i i kind of missed that um i my daughter especially uh being with her
|
( ( ( ( ( ( um i ) ( ( ( spent ( ( a lot ) ( of time ) ) ) ( with her ) ) ( when ( i ( was ( home ( ( ( uh ( she ( ( 'd always ) ( be ( ( the one ) ( you ( know ( ( ( sitting ( on ( my lap ) ) ) or ) ( being ( close ( to me ) ) ) ) ) ) ) ) ) ) ) and ) ( ( the ( two guys ) ) ( would ( ( be ( off ( uh uh ) ) ) ( playing someplace ) ) ) ) ) ) ) ) ) ) ) but ) ( it ( seems ( like ( ( ( ( whenever ( ( ( i ( wanted ( to ( ( do something ) ( like ( ( go out ) ( for ( the kids ) ) ) ) ) ) ) ) and ) ( uh ( she ( ( 'd always ) ( say well ) ) ) ) ) ) ( i ( want ( to ( go ( to ( ( my ( girlfriend 's ) ) house ) ) ) ) ) ) ) or ) ( i ( want ( to ( ( ( stay home ) and ) ( do this ) ) ) ) ) ) ) ) ) ) or ) ( she ( ( had ( ( like ( little projects ) ) ( she ( was ( ( ( working on ) ( at ( ( home and ) things ) ) ) ( like that ) ) ) ) ) ) ( so ( ( ( i ( i kind ) ) of ) ( missed ( that ( um ( i ( ( my daughter ) ( ( especially uh ) ( being ( with her ) ) ) ) ) ) ) ) ) ) ) ) )
|
(ROOT (S (S (NP (NN um) (NNS i)) (VP (VBD spent) (NP (NP (DT a) (NN lot)) (PP (IN of) (NP (NN time)))) (PP (IN with) (NP (PRP her))) (SBAR (WHADVP (WRB when)) (S (NP (FW i)) (VP (VBD was) (NP (NP (NN home)) (SBAR (S (S (INTJ (UH uh)) (NP (PRP she)) (VP (MD 'd) (ADVP (RB always)) (VP (VB be) (NP (NP (DT the) (NN one)) (SBAR (S (NP (PRP you)) (VP (VBP know) (S (VP (VP (VBG sitting) (PP (IN on) (NP (PRP$ my) (NN lap)))) (CC or) (VP (VBG being) (ADJP (JJ close) (PP (TO to) (NP (PRP me)))))))))))))) (CC and) (S (NP (DT the) (CD two) (NNS guys)) (VP (MD would) (VP (VB be) (PP (IN off) (NP (INTJ (UH uh) (UH uh)))) (S (VP (VBG playing) (NP (NN someplace))))))))))))))) (CC but) (S (NP (PRP it)) (VP (VBZ seems) (SBAR (IN like) (S (S (SBAR (WHADVP (WRB whenever)) (S (S (NP (FW i)) (VP (VBD wanted) (S (VP (TO to) (VP (VB do) (NP (NN something)) (PP (IN like) (S (VP (VB go) (PRT (RP out)) (PP (IN for) (NP (DT the) (NNS kids))))))))))) (CC and) (S (INTJ (UH uh)) (NP (PRP she)) (VP (MD 'd) (ADVP (RB always)) (VP (VB say) (ADVP (RB well))))))) (NP (FW i)) (VP (VBP want) (S (VP (TO to) (VP (VB go) (PP (TO to) (NP (NP (PRP$ my) (NN girlfriend) (POS 's)) (NN house)))))))) (CC or) (S (NP (FW i)) (VP (VBP want) (S (VP (TO to) (VP (VP (VB stay) (NP (NN home))) (CC and) (VP (VB do) (NP (DT this)))))))))))) (CC or) (S (NP (PRP she)) (VP (VBD had) (S (PP (IN like) (NP (JJ little) (NNS projects))) (NP (PRP she)) (VP (VBD was) (VP (VBG working) (PRT (RP on)) (PP (IN at) (NP (NN home) (CC and) (NNS things))) (PP (IN like) (NP (DT that)))))) (SBAR (IN so) (S (NP (NP (FW i) (FW i) (NN kind)) (PP (IN of))) (VP (VBD missed) (SBAR (IN that) (S (NP (NN um)) (VP (VBZ i) (S (NP (PRP$ my) (NN daughter)) (ADJP (RB especially) (JJ uh)) (S (VP (VBG being) (PP (IN with) (NP (PRP her))))))))))))))))
|
She had little projects at home and at her girlfriends so she didn't want to do things with me and the two guys.
|
( She ( ( ( ( ( had ( little projects ) ) ( at home ) ) ( and ( at ( her girlfriends ) ) ) ) ( so ( she ( ( did n't ) ( want ( to ( ( do things ) ( with ( ( me and ) ( the ( two guys ) ) ) ) ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP She)) (VP (VBD had) (NP (JJ little) (NNS projects)) (PP (IN at) (NP (NN home))) (PRN (CC and) (PP (IN at) (NP (PRP$ her) (NNS girlfriends)))) (SBAR (IN so) (S (NP (PRP she)) (VP (VBD did) (RB n't) (VP (VB want) (S (VP (TO to) (VP (VB do) (NP (NNS things)) (PP (IN with) (NP (NP (PRP me)) (CC and) (NP (DT the) (CD two) (NNS guys)))))))))))) (. .)))
|
telephone
| 1neutral
|
142,891 |
142891e
|
Northeast of the piazza, in the Palazzo dell'Accademia delle Scienze, is the Egyptian Museum (Museo Egizio), second in importance only to the one in Cairo.
|
( ( ( ( ( Northeast ( of ( the piazza ) ) ) , ) ( in ( the ( Palazzo ( dell ( ` ( Accademia ( delle Scienze ) ) ) ) ) ) ) ) , ) ( ( is ( ( ( ( the ( Egyptian Museum ) ) ( -LRB- ( ( Museo Egizio ) -RRB- ) ) ) , ) ( ( second ( in importance ) ) ( only ( to ( ( the one ) ( in Cairo ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (NNP Northeast)) (PP (IN of) (NP (DT the) (NN piazza))) (, ,) (PP (IN in) (NP (DT the) (NNP Palazzo) (NNP dell) (`` `) (NNP Accademia) (NN delle) (NNP Scienze))) (, ,)) (VP (VBZ is) (NP (NP (NP (DT the) (JJ Egyptian) (NN Museum)) (PRN (-LRB- -LRB-) (NP (NNP Museo) (NNP Egizio)) (-RRB- -RRB-))) (, ,) (ADJP (JJ second) (PP (IN in) (NP (NN importance))) (PP (RB only) (TO to) (NP (NP (DT the) (NN one)) (PP (IN in) (NP (NNP Cairo)))))))) (. .)))
|
The Egyptian museum in Italy is important after the one in Cairo.
|
( ( ( The ( Egyptian museum ) ) ( in Italy ) ) ( ( is ( important ( after ( ( the one ) ( in Cairo ) ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (JJ Egyptian) (NN museum)) (PP (IN in) (NP (NNP Italy)))) (VP (VBZ is) (ADJP (JJ important) (PP (IN after) (NP (NP (DT the) (NN one)) (PP (IN in) (NP (NNP Cairo))))))) (. .)))
|
travel
| 0entailment
|
65,116 |
65116c
|
A bargain!
|
( A ( bargain ! ) )
|
(ROOT (NP (DT A) (NN bargain) (. !)))
|
It is not a bargain.
|
( It ( ( ( is not ) ( a bargain ) ) . ) )
|
(ROOT (S (NP (PRP It)) (VP (VBZ is) (RB not) (NP (DT a) (NN bargain))) (. .)))
|
slate
| 2contradiction
|
66,362 |
66362c
|
These early European settlements were built without fortifications and comprised vast numbers of dwellings.
|
( ( These ( early ( European settlements ) ) ) ( ( were ( ( ( built ( without fortifications ) ) and ) ( comprised ( ( vast numbers ) ( of dwellings ) ) ) ) ) . ) )
|
(ROOT (S (NP (DT These) (JJ early) (JJ European) (NNS settlements)) (VP (VBD were) (VP (VP (VBN built) (PP (IN without) (NP (NNS fortifications)))) (CC and) (VP (VBN comprised) (NP (NP (JJ vast) (NNS numbers)) (PP (IN of) (NP (NNS dwellings))))))) (. .)))
|
All of the buildings were fortified with armories and moats.
|
( ( All ( of ( the buildings ) ) ) ( ( were ( fortified ( with ( ( armories and ) moats ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT All)) (PP (IN of) (NP (DT the) (NNS buildings)))) (VP (VBD were) (VP (VBN fortified) (PP (IN with) (NP (NNS armories) (CC and) (NNS moats))))) (. .)))
|
travel
| 2contradiction
|
116,561 |
116561c
|
In any case, we need no protection.
|
( ( In ( any case ) ) ( , ( we ( ( need ( no protection ) ) . ) ) ) )
|
(ROOT (S (PP (IN In) (NP (DT any) (NN case))) (, ,) (NP (PRP we)) (VP (VBP need) (NP (DT no) (NN protection))) (. .)))
|
We wan't protection very badly.
|
( We ( ( ( wa n't ) ( protection ( very badly ) ) ) . ) )
|
(ROOT (S (NP (PRP We)) (VP (VBP wa) (RB n't) (VP (VB protection) (ADVP (RB very) (RB badly)))) (. .)))
|
fiction
| 2contradiction
|
139,236 |
139236n
|
Kelantan Kite Festival takes advantage of favorable winds to stage state-wide kite-flying contests .
|
( ( Kelantan ( Kite Festival ) ) ( ( takes ( ( advantage ( of ( favorable winds ) ) ) ( to ( stage ( state-wide ( kite-flying contests ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Kelantan) (NNP Kite) (NNP Festival)) (VP (VBZ takes) (S (NP (NP (NN advantage)) (PP (IN of) (NP (JJ favorable) (NNS winds)))) (VP (TO to) (VP (VB stage) (NP (JJ state-wide) (JJ kite-flying) (NNS contests)))))) (. .)))
|
The Kelantan Kite Festival is not possible without favorable winds.
|
( ( The ( Kelantan ( Kite Festival ) ) ) ( ( ( is not ) ( possible ( without ( favorable winds ) ) ) ) . ) )
|
(ROOT (S (NP (DT The) (NNP Kelantan) (NNP Kite) (NNP Festival)) (VP (VBZ is) (RB not) (ADJP (JJ possible) (PP (IN without) (NP (JJ favorable) (NNS winds))))) (. .)))
|
travel
| 1neutral
|
52,894 |
52894n
|
'You were right.' I pushed into her flat without thinking- I'm allowed to do that.
|
( ( ( ( ( ` ( You ( ( ( were right ) . ) ' ) ) ) ( I ( ( pushed ( into ( her flat ) ) ) ( without thinking ) ) ) ) - ) ( I ( 'm ( allowed ( to ( do that ) ) ) ) ) ) . )
|
(ROOT (S (S (S (`` `) (NP (PRP You)) (VP (VBD were) (ADJP (JJ right))) (. .) ('' ')) (NP (PRP I)) (VP (VBD pushed) (PP (IN into) (NP (PRP$ her) (JJ flat))) (PP (IN without) (NP (NN thinking))))) (: -) (S (NP (PRP I)) (VP (VBP 'm) (VP (VBN allowed) (S (VP (TO to) (VP (VB do) (NP (DT that)))))))) (. .)))
|
I used my key to go into the apartment.
|
( I ( ( used ( my ( key ( to ( go ( into ( the apartment ) ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP I)) (VP (VBD used) (NP (PRP$ my) (NN key) (S (VP (TO to) (VP (VB go) (PP (IN into) (NP (DT the) (NN apartment)))))))) (. .)))
|
fiction
| 1neutral
|
5,066 |
5066n
|
THE NATURE OF STEWARDSHIP REPORTING
|
( ( THE NATURE ) ( OF ( STEWARDSHIP REPORTING ) ) )
|
(ROOT (NP (NP (DT THE) (NN NATURE)) (PP (IN OF) (NP (NNP STEWARDSHIP) (NNP REPORTING)))))
|
there is stewardship reporting for nonprofits
|
( there ( is ( stewardship ( reporting ( for nonprofits ) ) ) ) )
|
(ROOT (S (NP (EX there)) (VP (VBZ is) (NP (NP (NN stewardship)) (VP (VBG reporting) (PP (IN for) (NP (NNS nonprofits))))))))
|
government
| 1neutral
|
128,811 |
128811n
|
Ca'daan and Adrin watched the riders leave, heading north with fresh provisions.
|
( ( Ca ( ` ( ( daan and ) Adrin ) ) ) ( ( ( ( watched ( ( the riders ) leave ) ) , ) ( heading ( north ( with ( fresh provisions ) ) ) ) ) . ) )
|
(ROOT (S (NP (ADJP (JJ Ca)) (`` `) (NNS daan) (CC and) (NNS Adrin)) (VP (VBD watched) (SBAR (S (NP (DT the) (NNS riders)) (VP (VBP leave)))) (, ,) (S (VP (VBG heading) (ADVP (RB north) (PP (IN with) (NP (JJ fresh) (NNS provisions))))))) (. .)))
|
Adrin say the riders carrying lots of food.
|
( Adrin ( ( say ( ( the riders ) ( carrying ( lots ( of food ) ) ) ) ) . ) )
|
(ROOT (S (NP (NNP Adrin)) (VP (VBP say) (S (NP (DT the) (NNS riders)) (VP (VBG carrying) (NP (NP (NNS lots)) (PP (IN of) (NP (NN food))))))) (. .)))
|
fiction
| 1neutral
|
98,810 |
98810c
|
Its narthex is set at an angle to the main entrance (through a Renaissance porch).
|
( ( Its narthex ) ( ( is ( ( set ( at ( an angle ) ) ) ( to ( ( the ( main entrance ) ) ( -LRB- ( ( through ( a ( Renaissance porch ) ) ) -RRB- ) ) ) ) ) ) . ) )
|
(ROOT (S (NP (PRP$ Its) (NN narthex)) (VP (VBZ is) (VP (VBN set) (PP (IN at) (NP (DT an) (NN angle))) (PP (TO to) (NP (NP (DT the) (JJ main) (NN entrance)) (PRN (-LRB- -LRB-) (PP (IN through) (NP (DT a) (NNP Renaissance) (NN porch))) (-RRB- -RRB-)))))) (. .)))
|
The narthex and the main entrance are located next to each other.
|
( ( ( ( The narthex ) and ) ( the ( main entrance ) ) ) ( ( are ( ( located next ) ( to ( each other ) ) ) ) . ) )
|
(ROOT (S (NP (NP (DT The) (NN narthex)) (CC and) (NP (DT the) (JJ main) (NN entrance))) (VP (VBP are) (VP (VBN located) (ADVP (JJ next)) (PP (TO to) (NP (DT each) (JJ other))))) (. .)))
|
travel
| 2contradiction
|
16,597 |
16597n
|
In recognition of these tensions, LSC has worked diligently since 1995 to convey the expectations of the State Planning Initiative and to establish meaningful partnerships with stakeholders aimed at fostering a new symbiosis between the federal provider and recipients of legal services funding.
|
( ( In ( recognition ( of ( these tensions ) ) ) ) ( , ( LSC ( ( has ( ( ( ( worked diligently ) ( since 1995 ) ) ( ( ( to ( convey ( ( the expectations ) ( of ( the ( State ( Planning Initiative ) ) ) ) ) ) ) and ) ( to ( establish ( meaningful partnerships ) ) ) ) ) ( with ( stakeholders ( aimed ( at ( fostering ( ( ( ( a ( new symbiosis ) ) ( between ( the ( federal provider ) ) ) ) and ) ( recipients ( of ( legal ( services funding ) ) ) ) ) ) ) ) ) ) ) ) . ) ) ) )
|
(ROOT (S (PP (IN In) (NP (NP (NN recognition)) (PP (IN of) (NP (DT these) (NNS tensions))))) (, ,) (NP (NNP LSC)) (VP (VBZ has) (VP (VBN worked) (ADVP (RB diligently)) (PP (IN since) (NP (CD 1995))) (S (VP (VP (TO to) (VP (VB convey) (NP (NP (DT the) (NNS expectations)) (PP (IN of) (NP (DT the) (NNP State) (NNP Planning) (NNP Initiative)))))) (CC and) (VP (TO to) (VP (VB establish) (NP (JJ meaningful) (NNS partnerships)))))) (PP (IN with) (NP (NP (NNS stakeholders)) (VP (VBN aimed) (PP (IN at) (S (VP (VBG fostering) (NP (NP (NP (DT a) (JJ new) (NNS symbiosis)) (PP (IN between) (NP (DT the) (JJ federal) (NN provider)))) (CC and) (NP (NP (NNS recipients)) (PP (IN of) (NP (JJ legal) (NNS services) (NN funding))))))))))))) (. .)))
|
Meaningful partnerships with stakeholders is crucial.
|
( ( ( Meaningful partnerships ) ( with stakeholders ) ) ( ( is crucial ) . ) )
|
(ROOT (S (NP (NP (JJ Meaningful) (NNS partnerships)) (PP (IN with) (NP (NNS stakeholders)))) (VP (VBZ is) (ADJP (JJ crucial))) (. .)))
|
government
| 1neutral
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.